public class QualityFlagIterator extends InputProcessingIterator
input_iterator
schema
Constructor and Description |
---|
QualityFlagIterator(Sensor[] sensors,
TsIterator input_iterator) |
Modifier and Type | Method and Description |
---|---|
static TsSchema |
createSchema(TsSchema tsSchema) |
TsEntry |
getNext()
Request next element.
|
getProcessingChain
close, hasNext, next
getNames, getSchema, isLive, isNotLive, toSchemas, toString, toTimeSeries, toTimestampSeries, writeConsole, writeConsole, writeCSV
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getProcessingTitle
createUnknown, of
createUnknown
public QualityFlagIterator(Sensor[] sensors, TsIterator input_iterator)
public TsEntry getNext()
MoveIterator
It's guaranteed to not be called again when it first returns null (no next element).
This method should be called by MoveIterator internal only.
getNext
in class MoveIterator