Class Append

java.lang.Object
org.projog.core.predicate.AbstractPredicateFactory
org.projog.core.predicate.builtin.list.Append
All Implemented Interfaces:
KnowledgeBaseConsumer, PredicateFactory

public final class Append extends AbstractPredicateFactory
append(X,Y,Z) - concatenates two lists.

The append(X,Y,Z) goal succeeds if the concatenation of lists X and Y matches the list Z.