Class MaxAggregator

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

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