Uses of Class
org.projog.core.math.ArithmeticOperators
-
Packages that use ArithmeticOperators Package Description org.projog.core.kb org.projog.core.math org.projog.core.predicate org.projog.core.term 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 ArithmeticOperators Modifier and Type Field Description private ArithmeticOperatorsKnowledgeBase. arithmeticOperatorsMethods in org.projog.core.kb that return ArithmeticOperators Modifier and Type Method Description ArithmeticOperatorsKnowledgeBase. getArithmeticOperators() -
Uses of ArithmeticOperators in org.projog.core.math
Fields in org.projog.core.math declared as ArithmeticOperators Modifier and Type Field Description private ArithmeticOperatorsAbstractArithmeticOperator. operatorsMethods in org.projog.core.math with parameters of type ArithmeticOperators Modifier and Type Method Description intNumericTermComparator. 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 ArithmeticOperators Modifier and Type Method Description protected ArithmeticOperatorsAbstractPredicateFactory. getArithmeticOperators()protected ArithmeticOperatorsAbstractSingleResultPredicate. getArithmeticOperators() -
Uses of ArithmeticOperators in org.projog.core.term
Methods in org.projog.core.term with parameters of type ArithmeticOperators Modifier and Type Method Description static longTermUtils. toLong(ArithmeticOperators operators, Term t)Return the long value represented by the specified term.
-