Kieker 1.9

Uses of Interface
kieker.tools.tslib.ITimeSeriesPoint

Packages that use ITimeSeriesPoint
kieker.tools.opad.record   
kieker.tools.tslib   
kieker.tools.tslib.anomalycalculators   
 

Uses of ITimeSeriesPoint in kieker.tools.opad.record
 

Subinterfaces of ITimeSeriesPoint in kieker.tools.opad.record
 interface IForecastMeasurementPair
           
 

Classes in kieker.tools.opad.record that implement ITimeSeriesPoint
 class ForecastMeasurementPair
           
 class NamedDoubleTimeSeriesPoint
           
 

Uses of ITimeSeriesPoint in kieker.tools.tslib
 

Classes in kieker.tools.tslib that implement ITimeSeriesPoint
 class TimeSeriesPoint<T>
           
 

Methods in kieker.tools.tslib that return ITimeSeriesPoint
 ITimeSeriesPoint<T> TimeSeries.append(T value)
           
 ITimeSeriesPoint<T> ITimeSeries.append(T value)
          Appends the given value to the time series.
 

Methods in kieker.tools.tslib that return types with arguments of type ITimeSeriesPoint
 List<ITimeSeriesPoint<T>> TimeSeries.appendAll(T[] values)
           
 List<ITimeSeriesPoint<T>> ITimeSeries.appendAll(T[] values)
          Appends the given value to the time series.
 List<ITimeSeriesPoint<T>> TimeSeries.getPoints()
           
 List<ITimeSeriesPoint<T>> ITimeSeries.getPoints()
          Returns the ITimeSeriesPoints of this time series.
 

Uses of ITimeSeriesPoint in kieker.tools.tslib.anomalycalculators
 

Methods in kieker.tools.tslib.anomalycalculators with parameters of type ITimeSeriesPoint
 AnomalyScore SimpleAnomalyCalculator.calculateAnomaly(IForecastResult<Double> forecast, ITimeSeriesPoint<Double> current)
           
 AnomalyScore IAnomalyCalculator.calculateAnomaly(IForecastResult<T> forecast, ITimeSeriesPoint<T> current)
           
 


Kieker 1.9

Copyright 2014 Kieker Project, http://kieker-monitoring.net