Class SumAggregator

java.lang.Object
org.tweetyproject.math.func.SumAggregator
All Implemented Interfaces:
Serializable, AggregationFunction, SimpleFunction<List<Double>,Double>

public class SumAggregator extends Object implements AggregationFunction
This aggregation function models the sum function.
Author:
Matthias Thimm
See Also: