kieker.tools.opad.record
Class ForecastMeasurementPair
java.lang.Object
kieker.tools.opad.record.ForecastMeasurementPair
- All Implemented Interfaces:
- IForecastMeasurementPair, INamedElement, ITimeSeriesPoint<Double>
public class ForecastMeasurementPair
- extends Object
- implements IForecastMeasurementPair
- Since:
- 1.9
- Author:
- Tillmann Carlos Bielefeld
ForecastMeasurementPair
public ForecastMeasurementPair(String name,
Double forecast,
Double measurement,
long time)
getName
public String getName()
- Specified by:
getName
in interface INamedElement
getTime
public long getTime()
- Specified by:
getTime
in interface ITimeSeriesPoint<Double>
getValue
public Double getValue()
- Specified by:
getValue
in interface ITimeSeriesPoint<Double>
getForecasted
public Double getForecasted()
- Specified by:
getForecasted
in interface IForecastMeasurementPair
Copyright 2014 Kieker Project, http://kieker-monitoring.net>