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
Constructors - 
Method Summary
 
- 
Constructor Details
- 
MaxFunction
public MaxFunction()Constructor 
 - 
 - 
Method Details
- 
eval
Description copied from interface:BinaryFunctionEvaluates the function for the given elements.- Specified by:
 evalin interfaceBinaryFunction<Double,Double, Double> - Parameters:
 val1- some elementval2- some element- Returns:
 - the value of the element.
 
 
 -