public static class MuGraphic.DataProcessorMu extends DataProcessor
Modifier and Type | Field and Description |
---|---|
protected DataFunction |
data |
protected DataFunction.DataInfoFunction |
dataInfo |
protected IntegratorBox |
integrator |
protected AccumulatorHistory |
muHistory |
dataSink, tag, trueDataSink
Constructor and Description |
---|
DataProcessorMu(AccumulatorHistory muHistory,
IntegratorBox integrator) |
Modifier and Type | Method and Description |
---|---|
DataPipe |
getDataCaster(IEtomicaDataInfo inputDataInfo)
Returns a DataProcessor that casts the data that will be given
to this DataSink to a form that it can accept.
|
protected IData |
processData(IData inputData)
Processes the input Data and returns Data for pushing to the next
DataSink.
|
protected IEtomicaDataInfo |
processDataInfo(IEtomicaDataInfo inputDataInfo)
Informs this DataProcessor of the DataInfo for the Data it will be
processing.
|
getDataInfo, getDataSink, getTag, insertTransformerIfNeeded, putData, putDataInfo, setDataSink
protected final AccumulatorHistory muHistory
protected DataFunction data
protected DataFunction.DataInfoFunction dataInfo
protected final IntegratorBox integrator
public DataProcessorMu(AccumulatorHistory muHistory, IntegratorBox integrator)
protected IData processData(IData inputData)
etomica.data.DataProcessor
processData
in class DataProcessor
inputData
- the Data for processingprotected IEtomicaDataInfo processDataInfo(IEtomicaDataInfo inputDataInfo)
etomica.data.DataProcessor
processDataInfo
in class DataProcessor
public DataPipe getDataCaster(IEtomicaDataInfo inputDataInfo)
etomica.data.IDataSink
inputDataInfo
- the DataInfo for the Data that will fed to the sink's putData method