net.ontopia.topicmaps.utils
Class UnconstrainedScopeDecider
java.lang.Object
net.ontopia.topicmaps.utils.UnconstrainedScopeDecider
- All Implemented Interfaces:
- DeciderIF
public class UnconstrainedScopeDecider
- extends Object
- implements DeciderIF
INTERNAL: This decider accepts all objects in the unconstrained
scope, letting a sub-decider rule for object not in the unconstrained
scope. Useful for making other deciders accept objects in the
unconstrained scope.
- Since:
- 1.1
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 |
subdecider
protected DeciderIF subdecider
UnconstrainedScopeDecider
public UnconstrainedScopeDecider(DeciderIF subdecider)
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.