Uses of Package
org.projog.core.math
-
Packages that use org.projog.core.math Package Description org.projog.api Provides a programming interface for Java applications to interact with Projog.org.projog.core.kb org.projog.core.math org.projog.core.math.builtin Provides arithmetic operators.org.projog.core.predicate org.projog.core.predicate.builtin.clp Predicates to support constraint logic programming.org.projog.core.predicate.builtin.compare Predicates for comparing terms, including specific predicates for comparing numeric values.org.projog.core.predicate.builtin.construct Predicates for inspecting the structure of terms.org.projog.core.predicate.builtin.kb Predicates for inspecting, adding and retracting clauses.org.projog.core.term Contains the building blocks used to construct Prolog programs and queries. -
Classes in org.projog.core.math used by org.projog.api Class Description ArithmeticOperator Represents a function that returns a single numerical value. -
Classes in org.projog.core.math used by org.projog.core.kb Class Description ArithmeticOperators Maintains a collection ofArithmeticOperatorinstances. -
Classes in org.projog.core.math used by org.projog.core.math Class Description AbstractArithmeticOperator ArithmeticOperator Represents a function that returns a single numerical value.ArithmeticOperators Maintains a collection ofArithmeticOperatorinstances.Numeric ATermthat has a numerical value.NumericTermComparator Provides methods for comparing instances ofNumeric.PreprocessableArithmeticOperator -
Classes in org.projog.core.math used by org.projog.core.math.builtin Class Description AbstractArithmeticOperator AbstractBinaryArithmeticOperator A template forArithmeticOperators that accept two arguments.AbstractBinaryIntegerArithmeticOperator A template forArithmeticOperators that accept two arguments of typeTermType.INTEGER.AbstractUnaryArithmeticOperator A template forArithmeticOperators that accept exactly one argument.ArithmeticOperator Represents a function that returns a single numerical value.Numeric ATermthat has a numerical value.PreprocessableArithmeticOperator -
Classes in org.projog.core.math used by org.projog.core.predicate Class Description ArithmeticOperators Maintains a collection ofArithmeticOperatorinstances. -
Classes in org.projog.core.math used by org.projog.core.predicate.builtin.clp Class Description ArithmeticOperator Represents a function that returns a single numerical value.Numeric ATermthat has a numerical value. -
Classes in org.projog.core.math used by org.projog.core.predicate.builtin.compare Class Description ArithmeticOperator Represents a function that returns a single numerical value.Numeric ATermthat has a numerical value. -
Classes in org.projog.core.math used by org.projog.core.predicate.builtin.construct Class Description Numeric ATermthat has a numerical value. -
Classes in org.projog.core.math used by org.projog.core.predicate.builtin.kb Class Description ArithmeticOperator Represents a function that returns a single numerical value.Numeric ATermthat has a numerical value. -
Classes in org.projog.core.math used by org.projog.core.term Class Description ArithmeticOperator Represents a function that returns a single numerical value.ArithmeticOperators Maintains a collection ofArithmeticOperatorinstances.Numeric ATermthat has a numerical value.