public class MinDiff extends java.lang.Object implements Continuous
Continuous.Abstract, Continuous.Concrete
Constructor and Description |
---|
MinDiff(Continuous target,
java.util.List<Continuous> sources,
java.lang.String[] schema) |
Modifier and Type | Method and Description |
---|---|
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 MinDiff |
of(Continuous target,
java.util.List<Continuous> sources) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get, isContinuous, of
getSourceName, getSourcePlot, getTimestampBaseInterval, writeConsole, writeConsole, writeCSV
public MinDiff(Continuous target, java.util.List<Continuous> sources, java.lang.String[] schema)
public static MinDiff of(Continuous target, java.util.List<Continuous> sources)
public TsIterator getExactly(long start, long end)
Continuous
getExactly
in interface Continuous
public Station getSourceStation()
getSourceStation
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