Class AccumulativeDataPointReporter


public class AccumulativeDataPointReporter extends BucketMultiDataPointReporter
Accumulates numeric data points. Accumulation is done by adding up all given data per TimeInstant.

Since this Reporter does not know when accumulation The data will be converted to double.

Author:
Lion Wagner