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, setDataSinkprotected IDataInfo processDataInfo(IDataInfo inputDataInfo)
DataProcessorprocessDataInfo in class DataProcessorinputDataInfo - the DataInfo of the Data that will be input to this
DataProcessorprotected IData processData(IData data)
processData in class DataProcessordata - a Data instance of the type indicated by the DataInfo at
the most recent call to processDataInfo