Uses of Interface
kieker.analysis.util.timeseries.ITimeSeriesPoint
Packages that use ITimeSeriesPoint
-
Uses of ITimeSeriesPoint in kieker.analysis.util.timeseries
Classes in kieker.analysis.util.timeseries with type parameters of type ITimeSeriesPointModifier and TypeClassDescriptionclassBoundedTimeSeries<T extends ITimeSeriesPoint>ATimeSerieswith a maximum time span.classTimeSeries<T extends ITimeSeriesPoint>Classes in kieker.analysis.util.timeseries that implement ITimeSeriesPointMethods in kieker.analysis.util.timeseries that return ITimeSeriesPointModifier and TypeMethodDescriptionTimeSeries.getBegin()Returns the first/earliest point of this time series, or if this time series is empty.TimeSeries.getEnd()Returns the last/latest point of this time series, or if this time series is empty.TimeSeries.removeBegin()Retrieves and removes the first/earliest point of this time series, or returns if this time series is empty.TimeSeries.removeEnd()Retrieves and removes the last/latest point of this time series, or returns if this time series is empty.