public abstract class TimeSeriesValue
extends java.lang.Object
| Constructor and Description |
|---|
TimeSeriesValue(java.util.Date when)
Create a new timestamp
|
TimeSeriesValue(long when)
Create a new timestamp
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getTime()
get the time stamp as a Date.
|
long |
getTimeInMilliseconds()
get the time stamp in milliseconds.
|
abstract java.lang.Object |
getValue()
get the current value
|
public TimeSeriesValue(java.util.Date when)
when - The date of this timestamppublic TimeSeriesValue(long when)
when - The date of this timestamppublic long getTimeInMilliseconds()
public java.util.Date getTime()
public abstract java.lang.Object getValue()
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.