Base.Abstract
Modifier | Constructor and Description |
---|---|
protected |
PeakSmoothed(Node source) |
Modifier and Type | Method and Description |
---|---|
TsIterator |
get(java.lang.Long start,
java.lang.Long end) |
java.lang.String[] |
getSchema() |
Station |
getSourceStation() |
VirtualPlot |
getSourceVirtualPlot() |
long[] |
getTimestampInterval() |
boolean |
isContinuous()
true => no time gaps in data stream, time steps do not need to be constant
|
static PeakSmoothed |
of(Node source) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isConstantTimestep
getSourceName, getSourcePlot, getTimestampBaseInterval, writeConsole, writeConsole, writeCSV
protected PeakSmoothed(Node source)
public static PeakSmoothed of(Node source)
public TsIterator get(java.lang.Long start, java.lang.Long end)
public Station getSourceStation()
getSourceStation
in interface Node
public boolean isContinuous()
Node
isContinuous
in interface Node
public VirtualPlot getSourceVirtualPlot()
getSourceVirtualPlot
in interface Node
public long[] getTimestampInterval()
getTimestampInterval
in interface Node