|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.alsUtility.And
logical and
Field Summary | |
protected Predicate |
left
|
protected Predicate |
right
|
Constructor Summary | |
And(Predicate p1,
Predicate p2)
arguments are the predicates we want the logical and of |
Method Summary | |
boolean |
execute(java.lang.Object object)
executes this predicate on object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Predicate left
protected Predicate right
Constructor Detail |
public And(Predicate p1, Predicate p2)
Method Detail |
public boolean execute(java.lang.Object object)
Predicate
execute
in interface Predicate
object
- Object on which to find the logical and of the left and right predicates
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |