public interface SeriesViewData
Modifier and Type | Method and Description |
---|---|
NavigableSet<DataEntry> |
getEntries()
get the unmodifiable set of data entries
|
long |
getMaxTimestamp() |
double |
getMaxValue() |
long |
getMinTimestamp() |
double |
getMinValue() |
NavigableSet<DataEntry> getEntries()
double getMinValue()
double getMaxValue()
long getMinTimestamp()
long getMaxTimestamp()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.