public class Differential extends java.lang.Object implements Continuous
Continuous.Abstract, Continuous.Concrete| Modifier | Constructor and Description |
|---|---|
protected |
Differential(Continuous source) |
| Modifier and Type | Method and Description |
|---|---|
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
|
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 Differential |
of(Continuous source) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofgetSourceName, getSourcePlot, getTimestampBaseInterval, writeConsole, writeConsole, writeCSVprotected Differential(Continuous source)
public static Differential of(Continuous source)
public TsIterator getExactly(long start, long end)
ContinuousgetExactly in interface Continuouspublic TsIterator get(java.lang.Long start, java.lang.Long end)
get in interface Continuousget in interface Nodepublic Station getSourceStation()
getSourceStation in interface Nodepublic boolean isContinuous()
NodeisContinuous in interface ContinuousisContinuous in interface Nodepublic boolean isConstantTimestep()
NodeisConstantTimestep in interface Nodepublic VirtualPlot getSourceVirtualPlot()
getSourceVirtualPlot in interface Nodepublic long[] getTimestampInterval()
getTimestampInterval in interface Node