Kieker 1.9

kieker.tools.opad.record
Class ForecastMeasurementPair

java.lang.Object
  extended by 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

Constructor Summary
ForecastMeasurementPair(String name, Double forecast, Double measurement, long time)
           
 
Method Summary
 Double getForecasted()
           
 String getName()
           
 long getTime()
           
 Double getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForecastMeasurementPair

public ForecastMeasurementPair(String name,
                               Double forecast,
                               Double measurement,
                               long time)
Method Detail

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

Kieker 1.9

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