|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.utils.NotDecider
public class NotDecider
INTERNAL: Decider that negates the decision of the nested decider.
Field Summary | |
---|---|
protected DeciderIF |
decider
|
Constructor Summary | |
---|---|
NotDecider(DeciderIF decider)
|
Method Summary | |
---|---|
boolean |
ok(java.lang.Object object)
PUBLIC: Returns true if the object is accepted. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected DeciderIF decider
Constructor Detail |
---|
public NotDecider(DeciderIF decider)
Method Detail |
---|
public boolean ok(java.lang.Object object)
DeciderIF
ok
in interface DeciderIF
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |