Package org.projog.core.math
-
Interface Summary Interface Description ArithmeticOperator Represents a function that returns a single numerical value.Numeric ATermthat has a numerical value.PreprocessableArithmeticOperator -
Class Summary Class Description AbstractArithmeticOperator AbstractBinaryArithmeticOperator A template forArithmeticOperators that accept two arguments.AbstractBinaryIntegerArithmeticOperator A template forArithmeticOperators that accept two arguments of typeTermType.INTEGER.AbstractUnaryArithmeticOperator A template forArithmeticOperators that accept exactly one argument.ArithmeticOperators Maintains a collection ofArithmeticOperatorinstances.NumericTermComparator Provides methods for comparing instances ofNumeric.