public class CastToGroup extends DataProcessor
A new instance of the input Data is wrapped in the output DataGroup, and the processData method copies the input values to those in the copy.
dataInfo, dataSink, tag
Constructor | Description |
---|---|
CastToGroup() |
Modifier and Type | Method | Description |
---|---|---|
protected IData |
processData(IData data) |
Processes the input Data to update the output DataGroup.
|
protected IDataInfo |
processDataInfo(IDataInfo inputDataInfo) |
Informs this DataProcessor of the DataInfo for the Data it will be
processing.
|
getDataInfo, getDataSink, getTag, putData, putDataInfo, setDataSink
protected IDataInfo processDataInfo(IDataInfo inputDataInfo)
DataProcessor
processDataInfo
in class DataProcessor
inputDataInfo
- the DataInfo of the Data that will be input to this
DataProcessorprotected IData processData(IData data)
processData
in class DataProcessor
data
- a Data instance of the type indicated by the DataInfo at
the most recent call to processDataInfo