Class Hierarchy
- java.lang.Object
- org.tweetyproject.math.func.AverageAggregator (implements org.tweetyproject.math.func.AggregationFunction)
- org.tweetyproject.math.func.EntropyFunction (implements org.tweetyproject.math.func.SimpleRealValuedFunction)
- org.tweetyproject.math.func.FracAggrFunction (implements org.tweetyproject.math.func.SimpleFunction<T,
S>) - org.tweetyproject.math.func.FractionSequenceFunction (implements org.tweetyproject.math.func.SimpleFunction<T,
S>) - org.tweetyproject.math.func.MaxAggregator (implements org.tweetyproject.math.func.AggregationFunction)
- org.tweetyproject.math.func.MaxFunction (implements org.tweetyproject.math.func.BinaryFunction<T,
S, R>) - org.tweetyproject.math.func.MinAggregator (implements org.tweetyproject.math.func.AggregationFunction)
- org.tweetyproject.math.func.ProductAggregator (implements org.tweetyproject.math.func.AggregationFunction)
- org.tweetyproject.math.func.SmoothingFunction (implements org.tweetyproject.math.func.BinaryFunction<T,
S, R>) - org.tweetyproject.math.func.SumAggregator (implements org.tweetyproject.math.func.AggregationFunction)
Interface Hierarchy
- org.tweetyproject.math.func.BinaryFunction<T,
S, R> - java.io.Serializable
- org.tweetyproject.math.func.AggregationFunction (also extends org.tweetyproject.math.func.SimpleFunction<T,
S>)
- org.tweetyproject.math.func.AggregationFunction (also extends org.tweetyproject.math.func.SimpleFunction<T,
- org.tweetyproject.math.func.SimpleFunction<T,
S> - org.tweetyproject.math.func.AggregationFunction (also extends java.io.Serializable)
- org.tweetyproject.math.func.SimpleRealValuedFunction