|
|||||||||
| 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 | |
|---|---|
Object |
getData(int timePt)
Get the data for the nth point. |
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 |
|---|
Class getDataClass()
int getNumTimes()
double getTime(int timePt)
DateUnit getTimeUnits()
Object getData(int timePt)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||