public class CastGroupOfTablesToDataTable extends DataProcessor
For example:
dataInfo, dataSink, tag| Constructor | Description |
|---|---|
CastGroupOfTablesToDataTable() |
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, setDataSinkpublic CastGroupOfTablesToDataTable()
protected IDataInfo processDataInfo(IDataInfo inputDataInfo)
processDataInfo in class DataProcessorinputDataInfo - the DataInfo of the Data that will be input to this
DataProcessorjava.lang.ClassCastException - if DataInfo does not indicate a DataGroup or its sub-groups
are not DataTablesjava.lang.IllegalArgumentException - if DataInfo indicates that the DataTables have different
numbers of rowsprotected IData processData(IData data)
processData in class DataProcessordata - 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.