public interface Predicated extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
addPredicate(Predicate predicate)
Add an additional predicate to this object.
|
List |
getPredicates()
Returns a possibly empty list of predicates.
|
PredicateSet |
getPredicateSet()
Returns a possibly empty set of predicates.
|
void addPredicate(Predicate predicate)
predicate - the predicate to addList getPredicates()
PredicateSet getPredicateSet()
Copyright © 2001-2012 Codehaus. All Rights Reserved.