Uses of Class
org.projog.core.math.ArithmeticOperators
Packages that use ArithmeticOperators
Package
Description
Contains the building blocks used to construct Prolog programs and queries.
-
Uses of ArithmeticOperators in org.projog.core.kb
Methods in org.projog.core.kb that return ArithmeticOperators -
Uses of ArithmeticOperators in org.projog.core.math
Methods in org.projog.core.math with parameters of type ArithmeticOperatorsModifier and TypeMethodDescriptionintNumericTermComparator.compare(Term t1, Term t2, ArithmeticOperators operators) Compares the two arguments, representing arithmetic expressions, for order. -
Uses of ArithmeticOperators in org.projog.core.predicate
Methods in org.projog.core.predicate that return ArithmeticOperatorsModifier and TypeMethodDescriptionprotected final ArithmeticOperatorsAbstractPredicateFactory.getArithmeticOperators()Deprecated.protected final ArithmeticOperatorsAbstractSingleResultPredicate.getArithmeticOperators() -
Uses of ArithmeticOperators in org.projog.core.term
Methods in org.projog.core.term with parameters of type ArithmeticOperatorsModifier and TypeMethodDescriptionstatic longTermUtils.toLong(ArithmeticOperators operators, Term t) Return the long value represented by the specified term.