public class WritableSeriesData extends Object implements SeriesViewData
Constructor and Description |
---|
WritableSeriesData() |
WritableSeriesData(WritableSeries writableSeries) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(DataEntry entry) |
void |
addAsLast(DataEntry entry) |
NavigableSet<DataEntry> |
getEntries()
get the unmodifiable set of data entries
|
long |
getMaxTimestamp() |
double |
getMaxValue() |
long |
getMinTimestamp() |
double |
getMinValue() |
boolean |
remove(DataEntry entry) |
public WritableSeriesData()
public WritableSeriesData(WritableSeries writableSeries)
public boolean add(DataEntry entry)
public void addAsLast(DataEntry entry)
public boolean remove(DataEntry entry)
public long getMaxTimestamp()
getMaxTimestamp
in interface SeriesViewData
public long getMinTimestamp()
getMinTimestamp
in interface SeriesViewData
public double getMaxValue()
getMaxValue
in interface SeriesViewData
public double getMinValue()
getMinValue
in interface SeriesViewData
public NavigableSet<DataEntry> getEntries()
SeriesViewData
getEntries
in interface SeriesViewData
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.