|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--yab.agent.Condition
Constructor Summary | |
Condition()
|
Method Summary | |
Condition |
and(Condition rhs)
|
abstract boolean |
eval(Object obj)
|
ArrayList |
extract(Collection col)
|
Condition |
not()
|
Condition |
or(Condition rhs)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Condition()
Method Detail |
public abstract boolean eval(Object obj)
public ArrayList extract(Collection col)
public Condition and(Condition rhs)
public Condition or(Condition rhs)
public Condition not()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |