public class CastGroupToDoubleArray extends DataProcessor
For example:
dataInfo, dataSink, tag
Constructor | Description |
---|---|
CastGroupToDoubleArray() |
Sole constructor.
|
Modifier and Type | Method | Description |
---|---|---|
protected IData |
processData(IData data) |
Converts data in given group to a DataDoubleArray as described in the
general comments for this class.
|
protected IDataInfo |
processDataInfo(IDataInfo inputDataInfo) |
Prepares processor to handle Data.
|
getDataInfo, getDataSink, getTag, putData, putDataInfo, setDataSink
protected IDataInfo processDataInfo(IDataInfo inputDataInfo)
processDataInfo
in class DataProcessor
inputDataInfo
- the DataInfo of the Data that will be input to this
DataProcessorjava.lang.IllegalArgumentException
- if DataInfo does not indicate a DataGroup, or if DataInfo
indicates that expected DataGroup will not be homogeneousprotected IData processData(IData data)
processData
in class DataProcessor
data
- the Data for processingjava.lang.ClassCastException
- if the given Data is not a DataGroup with Data elements of
the type indicated by the most recent call to
processDataInfo.