Interface | Description |
---|---|
TimeSeriesCollectionAssignable<DATA,TS extends TimeSeries<?,DATA,TS>> |
An object which can initialise a time series based on two java collections for time and data
|
Class | Description |
---|---|
SynchronisedTimeSeriesCollection<ALLINPUT,SINGLEINPUT,TIMESERIES extends SynchronisedTimeSeriesCollection<ALLINPUT,SINGLEINPUT,TIMESERIES,INTERNALSERIES>,INTERNALSERIES extends TimeSeries<ALLINPUT,SINGLEINPUT,INTERNALSERIES>> |
A collection of time series which share exactly the same time steps.
|
TimeSeriesCollection<ALLINPUT,SINGLEINPUT,TIMESERIES extends TimeSeriesCollection<ALLINPUT,SINGLEINPUT,TIMESERIES,INTERNALSERIES>,INTERNALSERIES extends TimeSeries<ALLINPUT,SINGLEINPUT,INTERNALSERIES>> |
A collection of time series which share exactly the same time steps.
|