Package org.projog.core.predicate.builtin.compound


package org.projog.core.predicate.builtin.compound
Predicates for the construction of compound/complex sentences.
  • Classes
    Class
    Description
    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 - if X succeeds then Y is 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.