Uses of Class
org.projog.core.predicate.builtin.clp.NumericConstraintPredicate
-
Packages that use NumericConstraintPredicate Package Description org.projog.core.predicate.builtin.clp Predicates to support constraint logic programming. -
-
Uses of NumericConstraintPredicate in org.projog.core.predicate.builtin.clp
Methods in org.projog.core.predicate.builtin.clp that return NumericConstraintPredicate Modifier and Type Method Description static NumericConstraintPredicateNumericConstraintPredicate. equalTo()static NumericConstraintPredicateNumericConstraintPredicate. greaterThan()static NumericConstraintPredicateNumericConstraintPredicate. greaterThanOrEqualTo()static NumericConstraintPredicateNumericConstraintPredicate. lessThan()static NumericConstraintPredicateNumericConstraintPredicate. lessThanOrEqualTo()static NumericConstraintPredicateNumericConstraintPredicate. notEqualTo()
-