public class DataProcessorVar extends DataProcessor
Modifier and Type | Field and Description |
---|---|
protected AccumulatorAverageCollapsingLog |
ac |
protected IData |
dataVar |
dataInfo, dataSink, tag, trueDataSink
Constructor and Description |
---|
DataProcessorVar() |
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.
|
void |
setAccumulator(AccumulatorAverageCollapsingLog newAc) |
getDataInfo, getDataSink, getTag, insertTransformerIfNeeded, putData, putDataInfo, setDataSink
protected AccumulatorAverageCollapsingLog ac
protected IData dataVar
public DataPipe getDataCaster(IEtomicaDataInfo inputDataInfo)
etomica.data.IDataSink
inputDataInfo
- the DataInfo for the Data that will fed to the sink's putData methodprotected IEtomicaDataInfo processDataInfo(IEtomicaDataInfo inputDataInfo)
etomica.data.DataProcessor
processDataInfo
in class DataProcessor
protected IData processData(IData inputData)
etomica.data.DataProcessor
processData
in class DataProcessor
inputData
- the Data for processingpublic void setAccumulator(AccumulatorAverageCollapsingLog newAc)