|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jcon.data.AndCondition
public class AndCondition
A boolean AND predicate - it takes a list of ANDed subConditions. Uses short-circuit logic (returns true on the first true it finds).
| Constructor Summary | |
|---|---|
AndCondition()
|
|
| Method Summary | |
|---|---|
boolean |
execute(java.lang.Object victim)
|
java.util.ArrayList |
getSubConditions()
|
void |
setSubConditions(java.util.ArrayList newConditions)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AndCondition()
| Method Detail |
|---|
public boolean execute(java.lang.Object victim)
execute in interface UnaryPredicatepublic java.util.ArrayList getSubConditions()
public void setSubConditions(java.util.ArrayList newConditions)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||