Node.Abstract
Modifier | Constructor and Description |
---|---|
protected |
ElementRawCopy(Node source,
ElementCopyIterator.Action[] actions) |
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 |
isConstantTimestep()
data stream aligned to time step
|
boolean |
isContinuous()
true => no time gaps in data stream, time steps do not need to be constant
|
static ElementRawCopy |
of(Node source,
ElementCopyIterator.Action[] actions) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSourceName, getSourcePlot, getTimestampBaseInterval, writeConsole, writeConsole, writeCSV
protected ElementRawCopy(Node source, ElementCopyIterator.Action[] actions)
public static ElementRawCopy of(Node source, ElementCopyIterator.Action[] actions)
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 boolean isConstantTimestep()
Node
isConstantTimestep
in interface Node
public VirtualPlot getSourceVirtualPlot()
getSourceVirtualPlot
in interface Node
public long[] getTimestampInterval()
getTimestampInterval
in interface Node