Kieker 1.10

Uses of Interface
kieker.tools.tslib.ITimeSeriesPoint

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

Uses of ITimeSeriesPoint in kieker.tools.opad.model
 

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

Classes in kieker.tools.opad.model 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 SimpleAnomalyScoreCalculator.calculateAnomalyScore(IForecastResult forecast, ITimeSeriesPoint<Double> current)
           
 AnomalyScore IAnomalyScoreCalculator.calculateAnomalyScore(IForecastResult forecast, ITimeSeriesPoint<T> current)
          Calculates an anomaly score based on the given values.
 


Kieker 1.10

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