public class Subtraction extends java.lang.Object implements Continuous
Continuous.Abstract, Continuous.Concrete
Modifier | Constructor and Description |
---|---|
protected |
Subtraction(Continuous source,
float[] values) |
Modifier and Type | Method and Description |
---|---|
static Subtraction |
createWithElevationTemperature(TsDB tsdb,
Continuous source,
java.lang.String plotID) |
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
|
static Subtraction |
of(Continuous source,
float[] values) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isContinuous, of
getSourceName, getSourcePlot, getTimestampBaseInterval, writeConsole, writeConsole, writeCSV
protected Subtraction(Continuous source, float[] values)
public static Subtraction of(Continuous source, float[] values)
public static Subtraction createWithElevationTemperature(TsDB tsdb, Continuous source, java.lang.String plotID)
public TsIterator get(java.lang.Long start, java.lang.Long end)
get
in interface Continuous
get
in interface Node
public Station getSourceStation()
getSourceStation
in interface Node
public boolean isConstantTimestep()
Node
isConstantTimestep
in interface Node
public TsIterator getExactly(long start, long end)
Continuous
getExactly
in interface Continuous
public VirtualPlot getSourceVirtualPlot()
getSourceVirtualPlot
in interface Node
public long[] getTimestampInterval()
getTimestampInterval
in interface Node