Class Subset

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

public final class Subset extends AbstractSingleResultPredicate
subset(X,Y) - checks if a set is a subset.

True if each of the elements in the list represented by X can be unified with elements in the list represented by Y.