Package org.projog.core.math
Interface PreprocessableArithmeticOperator
-
- All Superinterfaces:
ArithmeticOperator
- All Known Implementing Classes:
Abs,AbstractArithmeticOperator,AbstractBinaryArithmeticOperator,AbstractBinaryIntegerArithmeticOperator,AbstractUnaryArithmeticOperator,Add,BitwiseAnd,BitwiseOr,BitwiseXor,Divide,IntegerDivide,Max,Min,Minus,Modulo,Multiply,Power,Random,Remainder,Round,ShiftLeft,ShiftRight,Subtract
public interface PreprocessableArithmeticOperator extends ArithmeticOperator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArithmeticOperatorpreprocess(Term arg)-
Methods inherited from interface org.projog.core.math.ArithmeticOperator
calculate
-
-
-
-
Method Detail
-
preprocess
ArithmeticOperator preprocess(Term arg)
-
-