avnmp.java.dp
Class TimeSample
java.lang.Object
|
+--avnmp.java.dp.TimeSample
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- public class TimeSample
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Comparable
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.1.1.1 $ $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)
- Specified by:
compareTo
in interface java.lang.Comparable
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object