AccumulatorAutocorrelationPTensor
, AccumulatorAutocorrelationShearStress
, AccumulatorAverage
, AccumulatorAverageBlockless
, AccumulatorAverageBlocklessSlim
, AccumulatorAverageBootstrap
, AccumulatorAverageCollapsing
, AccumulatorAverageCollapsingLog
, AccumulatorAverageCollapsingLogAB
, AccumulatorAverageCovariance
, AccumulatorAverageFixed
, AccumulatorAverageFixedOutputFile
, AccumulatorCounter
, AccumulatorHistogram
, AccumulatorHistory
, AccumulatorMimicMu
, AccumulatorRatioAverageCovariance
, AccumulatorRatioAverageCovarianceFull
, AccumulatorVirialOverlapSingleAverage
, DataAccumulator
, DataFork
, DataProcessorBounds
, DataProcessorForked
, DataProcessorGContactP
, DataProcessorPContactG
, DataProcessorWidomContact
public interface DataPipeForked extends DataPipe
Modifier and Type | Method | Description |
---|---|---|
void |
addDataSink(IDataSink newDataSink) |
Adds the given DataSink to those receiving the Data entering this DataFork,
keeping all previously entered DataSinks.
|
IDataSink[] |
getDataSinks() |
|
void |
removeDataSink(IDataSink dataSink) |
Removes the specified data sink.
|
void |
setDataSinks(IDataSink[] dataSinks) |
Sets the list of DataSinks that receive the Data entering this DataFork.
|
getTag, setDataSink
putData, putDataInfo
IDataSink[] getDataSinks()
void setDataSinks(IDataSink[] dataSinks)
dataSinks
- The data sinks to set.void addDataSink(IDataSink newDataSink)
newDataSink
- void removeDataSink(IDataSink dataSink)
dataSink
- data sink to be removed from this list, if present.