Class Conjunction

java.lang.Object
org.projog.core.predicate.AbstractPredicateFactory
org.projog.core.predicate.builtin.compound.Conjunction
All Implemented Interfaces:
KnowledgeBaseConsumer, PredicateFactory, PreprocessablePredicateFactory

public final class Conjunction extends AbstractPredicateFactory implements PreprocessablePredicateFactory
X,Y - conjunction.

X,Y specifies a conjunction of goals. X,Y succeeds if X succeeds and Y succeeds. If X succeeds and Y fails then an attempt is made to re-satisfy X. If X fails the entire conjunction fails.