DataPipe, DataPipeForked, IDataSinkpublic class DataProcessorGContactP extends DataProcessorForked
| Modifier and Type | Field | Description |
|---|---|---|
protected Box |
box |
|
protected DataGroup |
data |
dataInfo, dataSink, tag| Constructor | Description |
|---|---|
DataProcessorGContactP(Box box) |
| Modifier and Type | Method | Description |
|---|---|---|
protected IData |
processData(IData inputData) |
Processes the input Data and returns Data for pushing to the next
DataSink.
|
protected IDataInfo |
processDataInfo(IDataInfo inputDataInfo) |
Informs this DataProcessor of the DataInfo for the Data it will be
processing.
|
getDataInfo, getTag, putData, putDataInfoaddDataSink, getDataSink, getDataSinks, removeDataSink, setDataSink, setDataSinksputData, putDataInfopublic DataProcessorGContactP(Box box)
protected IData processData(IData inputData)
DataProcessorprocessData in class DataProcessorinputData - the Data for processingprotected IDataInfo processDataInfo(IDataInfo inputDataInfo)
DataProcessorprocessDataInfo in class DataProcessorinputDataInfo - the DataInfo of the Data that will be input to this
DataProcessor