DataPipe
, DataPipeForked
, IDataSink
public class DataProcessorPContactG extends DataProcessorForked
Modifier and Type | Field | Description |
---|---|---|
protected Box |
box |
|
protected DataGroup |
data |
dataInfo, dataSink, tag
Constructor | Description |
---|---|
DataProcessorPContactG(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, putDataInfo
addDataSink, getDataSink, getDataSinks, removeDataSink, setDataSink, setDataSinks
putData, putDataInfo
public DataProcessorPContactG(Box box)
protected IData processData(IData inputData)
DataProcessor
processData
in class DataProcessor
inputData
- the Data for processingprotected IDataInfo processDataInfo(IDataInfo inputDataInfo)
DataProcessor
processDataInfo
in class DataProcessor
inputDataInfo
- the DataInfo of the Data that will be input to this
DataProcessor