DataPipe
, DataSourceIndependent
, IDataSink
public class DataProcessorXY extends DataProcessor implements DataSourceIndependent
Modifier and Type | Field | Description |
---|---|---|
protected DataFunction |
data |
|
protected DataDump |
dumpX |
dataInfo, dataSink, tag
Constructor | Description |
---|---|
DataProcessorXY(DataDump dumpX) |
Modifier and Type | Method | Description |
---|---|---|
int |
getIndependentArrayDimension() |
Returns the number of independent data dimensions
|
DataDoubleArray |
getIndependentData(int i) |
Returns the X data for the given dimension
|
DataDoubleArray.DataInfoDoubleArray |
getIndependentDataInfo(int i) |
Returns the DataInfo for the given dimension
|
DataTag |
getIndependentTag() |
Returns the tag associated with this DataSource.
|
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, getDataSink, getTag, putData, putDataInfo, setDataSink
protected final DataDump dumpX
protected DataFunction data
public DataProcessorXY(DataDump dumpX)
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
DataProcessorpublic DataDoubleArray getIndependentData(int i)
DataSourceIndependent
getIndependentData
in interface DataSourceIndependent
public DataDoubleArray.DataInfoDoubleArray getIndependentDataInfo(int i)
DataSourceIndependent
getIndependentDataInfo
in interface DataSourceIndependent
public int getIndependentArrayDimension()
DataSourceIndependent
getIndependentArrayDimension
in interface DataSourceIndependent
public DataTag getIndependentTag()
DataSourceIndependent
getIndependentTag
in interface DataSourceIndependent