Class AbstractArithmeticOperator.PreprocessedUnaryOperator
java.lang.Object
org.projog.core.math.AbstractArithmeticOperator.PreprocessedUnaryOperator
- All Implemented Interfaces:
ArithmeticOperator
- Enclosing class:
AbstractArithmeticOperator
private final class AbstractArithmeticOperator.PreprocessedUnaryOperator
extends Object
implements ArithmeticOperator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
o
-
-
Constructor Details
-
PreprocessedUnaryOperator
PreprocessedUnaryOperator(ArithmeticOperator o)
-
-
Method Details
-
calculate
Description copied from interface:ArithmeticOperatorReturns the result of the calculation using the specified arguments.- Specified by:
calculatein interfaceArithmeticOperator- Parameters:
args- the arguments to use in the calculation- Returns:
- the result of the calculation using the specified arguments
-