public class Conjunction extends ListPredicate implements Predicate
Constructor and Description |
---|
Conjunction(java.util.List<Predicate> list)
Constructs a new conjunction.
|
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate()
Implements the
Predicate interface by defining
the evaluate() method. |
java.lang.String |
listSymbol()
The symbol of the list.
|
getPredicate, getPredicateListLength, predicates, setPredicate, toString
public Conjunction(java.util.List<Predicate> list)
list
- the list of predicates to be conjuncted.public boolean evaluate()
Predicate
interface by defining
the evaluate() method.public java.lang.String listSymbol()
listSymbol
in class ListPredicate