Uses of Package
org.projog.core.math
Packages that use org.projog.core.math
Package
Description
Provides a programming interface for Java applications to interact with Projog.
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.
-
Classes in org.projog.core.math used by org.projog.api
-
Classes in org.projog.core.math used by org.projog.core.kb
-
Classes in org.projog.core.math used by org.projog.core.mathClassDescriptionRepresents a function that returns a single numerical value.Maintains a collection of
ArithmeticOperatorinstances.ATermthat has a numerical value.Provides methods for comparing instances ofNumeric. -
Classes in org.projog.core.math used by org.projog.core.math.builtinClassDescriptionA template for
ArithmeticOperators that accept two arguments.A template forArithmeticOperators that accept two arguments of typeTermType.INTEGER.A template forArithmeticOperators that accept exactly one argument.Represents a function that returns a single numerical value.ATermthat has a numerical value. -
Classes in org.projog.core.math used by org.projog.core.predicate
-
Classes in org.projog.core.math used by org.projog.core.predicate.builtin.clpClassDescriptionRepresents a function that returns a single numerical value.A
Termthat has a numerical value. -
Classes in org.projog.core.math used by org.projog.core.predicate.builtin.compareClassDescriptionRepresents a function that returns a single numerical value.A
Termthat has a numerical value. -
Classes in org.projog.core.math used by org.projog.core.predicate.builtin.construct
-
Classes in org.projog.core.math used by org.projog.core.predicate.builtin.kbClassDescriptionRepresents a function that returns a single numerical value.A
Termthat has a numerical value. -
Classes in org.projog.core.math used by org.projog.core.termClassDescriptionRepresents a function that returns a single numerical value.Maintains a collection of
ArithmeticOperatorinstances.ATermthat has a numerical value.