public interface TimeSeriesDataset
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
The number of values in the dataset.
|
org.epics.util.array.ListNumber |
getNormalizedTime()
Returns the time normalized within the range of the dataset.
|
Statistics |
getStatistics()
The statistical information of the values.
|
org.epics.util.time.TimeInterval |
getTimeInterval()
The interval of time where the data is defined.
|
List<org.epics.util.time.Timestamp> |
getTimestamps()
The time for the values.
|
org.epics.util.array.ListNumber |
getValues()
The values.
|
org.epics.util.array.ListNumber getValues()
If the dataset is empty, it returns an empty list.
List<org.epics.util.time.Timestamp> getTimestamps()
If the dataset is empty, it returns an empty list.
org.epics.util.array.ListNumber getNormalizedTime()
If the dataset is empty, it returns an empty list.
Statistics getStatistics()
If the dataset is empty, or if it contains only NaN values, it returns null.
org.epics.util.time.TimeInterval getTimeInterval()
If the dataset is empty, or if it contains only NaN values, it returns null.
int getCount()
This number matches the size of the list returned by getValues().
Copyright © 2012-2013 Brookhaven National Laboratory, University of Michigan. All Rights Reserved.