Node.Abstract| Modifier | Constructor and Description |
|---|---|
protected |
CSVSource(java.lang.String[] sensorNames,
java.lang.String[][] rows,
java.lang.String filename) |
| 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 CSVSource |
of(java.lang.String filename) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSourceName, getSourcePlot, getTimestampBaseInterval, writeConsole, writeConsole, writeCSVprotected CSVSource(java.lang.String[] sensorNames,
java.lang.String[][] rows,
java.lang.String filename)
public static CSVSource of(java.lang.String filename)
public TsIterator get(java.lang.Long start, java.lang.Long end)
public Station getSourceStation()
getSourceStation in interface Nodepublic boolean isContinuous()
NodeisContinuous in interface Nodepublic boolean isConstantTimestep()
NodeisConstantTimestep in interface Nodepublic VirtualPlot getSourceVirtualPlot()
getSourceVirtualPlot in interface Nodepublic long[] getTimestampInterval()
getTimestampInterval in interface Node