Package | Description |
---|---|
kieker.analysisteetime.util.timeseries |
Modifier and Type | Class and Description |
---|---|
class |
BoundedTimeSeries<T extends ITimeSeriesPoint>
A
TimeSeries with a maximum time span. |
class |
TimeSeries<T extends ITimeSeriesPoint> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTimeSeriesPoint |
class |
DoubleTimeSeriesPoint |
class |
LongTimeSeriesPoint |
class |
ObjectTimeSeriesPoint<X>
ITimeSeriesPoint wrapper for any type. |
Modifier and Type | Method and Description |
---|---|
ITimeSeriesPoint |
TimeSeries.getBegin()
Returns the first/earliest point of this time series, or
if this time series is empty.
|
ITimeSeriesPoint |
TimeSeries.getEnd()
Returns the last/latest point of this time series, or
if this time series is empty.
|
ITimeSeriesPoint |
TimeSeries.removeBegin()
Retrieves and removes the first/earliest point of this time series, or returns
if this time series is empty.
|
ITimeSeriesPoint |
TimeSeries.removeEnd()
Retrieves and removes the last/latest point of this time series, or returns
if this time series is empty.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net