|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimeSeriesCollection
A collection of data in a time series. Underlying data can be of any type.
Method Summary | |
---|---|
java.lang.Object |
getData(int timePt)
Get the data for the nth point. |
java.lang.Class |
getDataClass()
The getData() methods returns List of objects of this Class |
int |
getNumTimes()
Get number of points in the series |
double |
getTime(int timePt)
get the time of the nth point. |
DateUnit |
getTimeUnits()
Get the units of Calendar time. |
Method Detail |
---|
java.lang.Class getDataClass()
int getNumTimes()
double getTime(int timePt)
DateUnit getTimeUnits()
java.lang.Object getData(int timePt)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |