|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jcon.data.NotCondition
public class NotCondition
A boolean NOT predicate.
| Constructor Summary | |
|---|---|
NotCondition()
|
|
| Method Summary | |
|---|---|
boolean |
execute(java.lang.Object victim)
|
UnaryPredicate |
getSubCondition()
|
void |
setSubCondition(UnaryPredicate newCondition)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotCondition()
| Method Detail |
|---|
public boolean execute(java.lang.Object victim)
execute in interface UnaryPredicatepublic UnaryPredicate getSubCondition()
public void setSubCondition(UnaryPredicate newCondition)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||