atropos.dp
Class TimeSample
java.lang.Object
|
+--atropos.dp.TimeSample
- All Implemented Interfaces:
- java.io.Serializable
- public class TimeSample
- extends java.lang.Object
- implements java.io.Serializable
This class holds a single time series sample.
This research is funded by DARPA/ITO Contract Number:
F30602-98-C-0230 supported by the Air Force Research
Laboratory/IF.
- Version:
- $Revision: 1.2 $ $State: Exp $
- Author:
- Steve Bush
- See Also:
- Serialized Form
Field Summary |
long |
time
The time at which the parameters should be changed. |
double |
Value
The new tolerance value. |
Constructor Summary |
TimeSample(double v,
long t)
Construct a time sample. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
time
public long time
- The time at which the parameters should be changed.
Value
public double Value
- The new tolerance value.
TimeSample
public TimeSample(double v,
long t)
- Construct a time sample.
- Parameters:
v
- The value.t
- The time at which the value was sampled.
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
compareTo
public int compareTo(java.lang.Object o)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2002 GE Corporate Research and Development. All Rights Reserved.