Kieker 1.9

kieker.tools.opad.record
Class NamedDoubleTimeSeriesPoint

java.lang.Object
  extended by kieker.tools.tslib.TimeSeriesPoint<Double>
      extended by kieker.tools.opad.record.NamedDoubleTimeSeriesPoint
All Implemented Interfaces:
INamedElement, ITimeSeriesPoint<Double>

public class NamedDoubleTimeSeriesPoint
extends TimeSeriesPoint<Double>
implements INamedElement

Since:
1.9
Author:
Tillmann Carlos Bielefeld

Constructor Summary
NamedDoubleTimeSeriesPoint(long time, Double value, String name)
           
 
Method Summary
 double getDoubleValue()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class kieker.tools.tslib.TimeSeriesPoint
getTime, getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamedDoubleTimeSeriesPoint

public NamedDoubleTimeSeriesPoint(long time,
                                  Double value,
                                  String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface INamedElement

getDoubleValue

public double getDoubleValue()

toString

public String toString()
Overrides:
toString in class TimeSeriesPoint<Double>

Kieker 1.9

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