|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- public interface ITimeSeries<T>
Field Summary | |
---|---|
static int |
INFINITE_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 |
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. |
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()
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()
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |