org.jaxen.expr
public interface Predicated extends Serializable
Method Summary | |
---|---|
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.
|
Parameters: predicate the predicate to add
Returns: the list of predicates
Returns: the set of predicates