|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.nc2.dt.fmrc.ForecastModelRunInventory.TimeCoord
public static class ForecastModelRunInventory.TimeCoord
Represents a list of valid times. Tracks a list of variables that all have the same list of valid times.
Method Summary | |
---|---|
int |
compareTo(Object o)
|
boolean |
equalsData(ForecastModelRunInventory.TimeCoord tother)
Instances that have the same offsetHours are equal |
List<ForecastModelRunInventory.Grid> |
getGrids()
The list of Grid that use this TimeCoord |
String |
getId()
A unique id for this TimeCoord |
String |
getName()
|
double[] |
getOffsetHours()
The list of valid times, in units of hours since the run time |
void |
setId(String id)
Set the unique id for this TimeCoord |
void |
setOffsetHours(double[] offset)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public List<ForecastModelRunInventory.Grid> getGrids()
public String getId()
public void setId(String id)
id
- id for this TimeCoordpublic String getName()
getName
in interface FmrcCoordSys.TimeCoord
public double[] getOffsetHours()
getOffsetHours
in interface FmrcCoordSys.TimeCoord
public void setOffsetHours(double[] offset)
public boolean equalsData(ForecastModelRunInventory.TimeCoord tother)
tother
- compare this TomCoord's data
public int compareTo(Object o)
compareTo
in interface Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |