|
Kieker 1.10 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of the series.public interface ITimeSeries<T>
Field Summary | |
---|---|
static int |
INFINITE_CAPACITY
infite capacity. |
Method Summary | |
---|---|
ITimeSeriesPoint<T> |
append(T value)
Appends the given value to the time series. |
List<ITimeSeriesPoint<T>> |
appendAll(T[] values)
Appends the given value to the time series. |
int |
getCapacity()
Returns the maximum number of elements held in this time series. |
long |
getDeltaTime()
Returns the temporal distance between to time series values with respect to the configured TimeUnit getDeltaTime() . |
TimeUnit |
getDeltaTimeUnit()
The TimeUnit used to specify the temporal distance between to values (getDeltaTime() ). |
long |
getEndTime()
Returns the time corresponding to the most recent value in the time series. |
int |
getFrequency()
Returns the frequency of the time series (how many time series points add up to an time unit of interest) needed to improve forecast accuracy e.g. |
List<ITimeSeriesPoint<T>> |
getPoints()
Returns the ITimeSeriesPoint s of this time series. |
long |
getStartTime()
Returns the start of the time series, i.e., the time of the first value. |
TimeUnit |
getTimeSeriesTimeUnit()
The TimeUnit used to specify the temporal distance between to values (getStartTime() ). |
List<T> |
getValues()
Returns a list of all getPoints()getValues() . |
int |
size()
Returns the number of value contained in the time series. |
Field Detail |
---|
static final int INFINITE_CAPACITY
Method Detail |
---|
long getStartTime()
TimeUnit getTimeSeriesTimeUnit()
TimeUnit
used to specify the temporal distance between to values (getStartTime()
).
long getDeltaTime()
TimeUnit
getDeltaTime()
.
TimeUnit getDeltaTimeUnit()
TimeUnit
used to specify the temporal distance between to values (getDeltaTime()
).
ITimeSeriesPoint<T> append(T value)
value
- the value to appendList<ITimeSeriesPoint<T>> appendAll(T[] values)
List<ITimeSeriesPoint<T>> getPoints()
ITimeSeriesPoint
s of this time series.
List<T> getValues()
getPoints()getValues()
.
int getCapacity()
INFINITE_CAPACITY
if the capacity is infiniteint size()
long getEndTime()
int getFrequency()
|
Kieker 1.10 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |