net.ontopia.utils
Class NotDecider
java.lang.Object
net.ontopia.utils.NotDecider
- All Implemented Interfaces:
- DeciderIF
public class NotDecider
- extends Object
- implements DeciderIF
INTERNAL: Decider that negates the decision of the nested decider.
Method Summary |
boolean |
ok(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 |
decider
protected DeciderIF decider
NotDecider
public NotDecider(DeciderIF decider)
ok
public boolean ok(Object object)
- Description copied from interface:
DeciderIF
- PUBLIC: Returns true if the object is accepted.
- Specified by:
ok
in interface DeciderIF
Copyright © 2000-2012 Ontopia.