public class SunshineOlivieri extends Node.Abstract
Node.Abstracttsdb| Modifier | Constructor and Description | 
|---|---|
protected  | 
SunshineOlivieri(TsDB tsdb,
                Node source)  | 
| 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 SunshineOlivieri | 
of(TsDB tsdb,
  Node source)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSourceName, getSourcePlot, getTimestampBaseInterval, writeConsole, writeConsole, writeCSVpublic static SunshineOlivieri of(TsDB tsdb, Node source)
public TsIterator get(java.lang.Long start, java.lang.Long end)
public Station getSourceStation()
public boolean isContinuous()
Nodepublic boolean isConstantTimestep()
Nodepublic java.lang.String[] getSchema()
public VirtualPlot getSourceVirtualPlot()
public long[] getTimestampInterval()