com.anwrt.commons.protocol.model.data.timeStamped
Class AwtTimeStampedValues
java.lang.Object
com.anwrt.commons.protocol.model.DAObject
com.anwrt.commons.protocol.model.data.AwtData
com.anwrt.commons.protocol.model.data.timeStamped.AwtTimeStampedData
com.anwrt.commons.protocol.model.data.timeStamped.AwtTimeStampedValues
public class AwtTimeStampedValues
- extends AwtTimeStampedData
List of time stamped values, starting at a given time. ‘TimeDeltas’ is a list
of relative time interval, in second. Each time interval is the difference
between the previous time and the time of the value.
Example : the following time stamps : {10000 10010 10020 10050} are coded as:
StartTime = 10000 TimeDeltas {10 10 30 }
The length of ‘Values’ shall be the length of TimeDeltas + 1 .
creation : 21 aug 2008
- Author:
- David FRANCOIS
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AwtTimeStampedValues
public AwtTimeStampedValues()
getStartTime
public java.lang.Integer getStartTime()
setStartTime
public void setStartTime(java.lang.Integer startTime)
getTimeDeltas
public java.util.List getTimeDeltas()
setTimeDeltas
public void setTimeDeltas(java.util.List timeDeltas)
getValues
public java.util.List getValues()
setValues
public void setValues(java.util.List values)
toString
public java.lang.String toString()
- Specified by:
toString in class AwtData