Uses of Class
org.projog.core.predicate.Predicates
-
Packages that use Predicates Package Description org.projog.core.kb org.projog.core.predicate org.projog.core.predicate.builtin.clp Predicates to support constraint logic programming.org.projog.core.predicate.builtin.kb Predicates for inspecting, adding and retracting clauses.org.projog.core.predicate.builtin.list Predicates for working with list data structures. -
-
Uses of Predicates in org.projog.core.kb
Fields in org.projog.core.kb declared as Predicates Modifier and Type Field Description private PredicatesKnowledgeBase. predicatesMethods in org.projog.core.kb that return Predicates Modifier and Type Method Description PredicatesKnowledgeBase. getPredicates() -
Uses of Predicates in org.projog.core.predicate
Methods in org.projog.core.predicate that return Predicates Modifier and Type Method Description protected PredicatesAbstractPredicateFactory. getPredicates()protected PredicatesAbstractSingleResultPredicate. getPredicates() -
Uses of Predicates in org.projog.core.predicate.builtin.clp
Fields in org.projog.core.predicate.builtin.clp declared as Predicates Modifier and Type Field Description private PredicatesBooleanConstraintPredicate. predicates -
Uses of Predicates in org.projog.core.predicate.builtin.kb
Constructors in org.projog.core.predicate.builtin.kb with parameters of type Predicates Constructor Description 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 Predicates Modifier and Type Field Description private PredicatesMapList. predicatesMethods in org.projog.core.predicate.builtin.list with parameters of type Predicates Modifier and Type Method Description static 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)
-