Package org.tweetyproject.math.func
Class MaxFunction
java.lang.Object
org.tweetyproject.math.func.MaxFunction
- All Implemented Interfaces:
BinaryFunction<Double,
Double, Double>
The maximum function.
- Author:
- Matthias Thimm
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MaxFunction
public MaxFunction()
-
-
Method Details
-
eval
Description copied from interface:BinaryFunction
Evaluates the function for the given elements.- Specified by:
eval
in interfaceBinaryFunction<Double,
Double, Double> - Parameters:
val1
- some elementval2
- some element- Returns:
- the value of the element.
-