Uses of Interface
org.projog.core.math.Numeric
Packages that use Numeric
Package
Description
Provides arithmetic operators.
Predicates to support constraint logic programming.
Predicates for comparing terms, including specific predicates for comparing numeric values.
Predicates for inspecting the structure of terms.
Predicates for inspecting, adding and retracting clauses.
Contains the building blocks used to construct Prolog programs and queries.
-
Uses of Numeric in org.projog.core.math
Methods in org.projog.core.math that return NumericModifier and TypeMethodDescriptionprotected Numericprotected Numericfinal Numericfinal Numericfinal Numericfinal NumericReturns the result of the calculation using the specified arguments.private NumericArithmeticOperators.getNumeric(Term t) Returns the result of evaluating the specified arithmetic expression.Methods in org.projog.core.math with parameters of type Numeric -
Uses of Numeric in org.projog.core.math.builtin
Methods in org.projog.core.math.builtin that return NumericMethods in org.projog.core.math.builtin with parameters of type NumericModifier and TypeMethodDescriptionprotected Numericprotected Numericprivate static booleanDivide.containsFraction(Numeric n1, Numeric n2) private DecimalFractionDivide.divideFractions(Numeric n1, Numeric n2) -
Uses of Numeric in org.projog.core.predicate.builtin.clp
Classes in org.projog.core.predicate.builtin.clp that implement NumericModifier and TypeClassDescription(package private) final classATermthat could represent a number of possible numeric values.Methods in org.projog.core.predicate.builtin.clp that return Numeric -
Uses of Numeric in org.projog.core.predicate.builtin.compare
Fields in org.projog.core.predicate.builtin.compare declared as NumericConstructors in org.projog.core.predicate.builtin.compare with parameters of type Numeric -
Uses of Numeric in org.projog.core.predicate.builtin.construct
Methods in org.projog.core.predicate.builtin.construct that return Numeric -
Uses of Numeric in org.projog.core.predicate.builtin.kb
Fields in org.projog.core.predicate.builtin.kb with type parameters of type NumericMethods in org.projog.core.predicate.builtin.kb that return Numeric -
Uses of Numeric in org.projog.core.term
Classes in org.projog.core.term that implement NumericModifier and TypeClassDescriptionfinal classRepresents a value of the primitive typedoubleas aTerm.final classRepresents a value of the primitive typelongas aTerm.Methods in org.projog.core.term that return Numeric