Kieker 1.12

kieker.tools.opad.timeseries
Class TimeSeriesPoint<T>

java.lang.Object
  extended by kieker.tools.opad.timeseries.TimeSeriesPoint<T>
Type Parameters:
T - The type of the point.
All Implemented Interfaces:
ITimeSeriesPoint<T>
Direct Known Subclasses:
NamedDoubleTimeSeriesPoint

public class TimeSeriesPoint<T>
extends java.lang.Object
implements ITimeSeriesPoint<T>

Since:
1.10
Author:
Andre van Hoorn

Constructor Summary
TimeSeriesPoint(long time, T value)
           
 
Method Summary
 long getTime()
           
 T getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeSeriesPoint

public TimeSeriesPoint(long time,
                       T value)
Method Detail

getTime

public long getTime()
Specified by:
getTime in interface ITimeSeriesPoint<T>

getValue

public T getValue()
Specified by:
getValue in interface ITimeSeriesPoint<T>

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Kieker 1.12

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