Package org.projog.core.predicate.builtin.compound
package org.projog.core.predicate.builtin.compound
Predicates for the construction of compound/complex sentences.
-
ClassesClassDescription
bagof(X,P,L)- find all solutions that satisfy the goal.call(X)- calls the goal represented by a term.X,Y- conjunction.X;Y- disjunction.findall(X,P,L)- find all solutions that satisfy the goal.X->Y- ifXsucceeds thenYis evaluated.limit(N, X)- calls the goal represented by a term a maximum number of times.\+ X- "not".once(X)- calls the goal represented by a term.setof(X,P,L)- find all solutions that satisfy the goal.