Uses of Class
org.projog.core.predicate.Predicates
Packages that use Predicates
Package
Description
Predicates to support constraint logic programming.
Predicates for inspecting, adding and retracting clauses.
Predicates for working with list data structures.
-
Uses of Predicates in org.projog.core.kb
Fields in org.projog.core.kb declared as PredicatesMethods in org.projog.core.kb that return Predicates -
Uses of Predicates in org.projog.core.predicate
Methods in org.projog.core.predicate that return PredicatesModifier and TypeMethodDescriptionprotected final PredicatesAbstractPredicateFactory.getPredicates()protected final PredicatesAbstractSingleResultPredicate.getPredicates() -
Uses of Predicates in org.projog.core.predicate.builtin.clp
Fields in org.projog.core.predicate.builtin.clp declared as Predicates -
Uses of Predicates in org.projog.core.predicate.builtin.kb
Constructors in org.projog.core.predicate.builtin.kb with parameters of type PredicatesModifierConstructorDescription(package private)UserDefinedArithmeticOperator(Predicates p, PredicateKey originalKey) -
Uses of Predicates in org.projog.core.predicate.builtin.list
Fields in org.projog.core.predicate.builtin.list declared as PredicatesMethods in org.projog.core.predicate.builtin.list with parameters of type PredicatesModifier and TypeMethodDescriptionstatic PredicateFactoryPartialApplicationUtils.getCurriedPredicateFactory(Predicates predicates, Term partiallyAppliedFunction) static PredicateFactoryPartialApplicationUtils.getPartiallyAppliedPredicateFactory(Predicates predicates, Term partiallyAppliedFunction, int numberOfExtraArguments) static PredicateFactoryPartialApplicationUtils.getPreprocessedCurriedPredicateFactory(Predicates predicates, Term partiallyAppliedFunction) static PredicateFactoryPartialApplicationUtils.getPreprocessedPartiallyAppliedPredicateFactory(Predicates predicates, Term partiallyAppliedFunction, int extraArgs)