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
Fields in org.projog.core.kb declared as ArithmeticOperatorsModifier and TypeFieldDescriptionprivate final ArithmeticOperatorsKnowledgeBase.arithmeticOperatorsMethods in org.projog.core.kb that return ArithmeticOperators -
Uses of ArithmeticOperators in org.projog.core.math
Fields in org.projog.core.math declared as ArithmeticOperatorsModifier and TypeFieldDescriptionprivate ArithmeticOperatorsAbstractArithmeticOperator.operatorsMethods 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()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.