Class CompoundPredicate

java.lang.Object
org.gbif.api.model.predicate.CompoundPredicate
All Implemented Interfaces:
Serializable, Predicate
Direct Known Subclasses:
ConjunctionPredicate, DisjunctionPredicate

public class CompoundPredicate extends Object implements Predicate
A compound predicate is a Predicate that itself contains other Predicates. This is to be used as a base class because the way the containing Predicates should be combined needs to be specified (e.g. "AND", "OR").
See Also: