public interface Continuous extends Node
Modifier and Type | Interface and Description |
---|---|
static class |
Continuous.Abstract |
static class |
Continuous.Concrete |
Modifier and Type | Method and Description |
---|---|
default TsIterator |
get(java.lang.Long start,
java.lang.Long end) |
TsIterator |
getExactly(long start,
long end)
create an iterator with values filling the interval (start, end),
missing timestamps are created with nan values
|
default boolean |
isContinuous()
true => no time gaps in data stream, time steps do not need to be constant
|
static Continuous |
of(Base base) |
getSchema, getSourceName, getSourcePlot, getSourceStation, getSourceVirtualPlot, getTimestampBaseInterval, getTimestampInterval, isConstantTimestep, writeConsole, writeConsole, writeCSV
default boolean isContinuous()
Node
isContinuous
in interface Node
TsIterator getExactly(long start, long end)
start
- end
- default TsIterator get(java.lang.Long start, java.lang.Long end)
static Continuous of(Base base)