net.ontopia.topicmaps.utils
Class UnconstrainedScopeDecider

java.lang.Object
  extended by net.ontopia.topicmaps.utils.UnconstrainedScopeDecider
All Implemented Interfaces:
DeciderIF

public class UnconstrainedScopeDecider
extends java.lang.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

Field Summary
protected  DeciderIF subdecider
           
 
Constructor Summary
UnconstrainedScopeDecider(DeciderIF subdecider)
           
 
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

subdecider

protected DeciderIF subdecider
Constructor Detail

UnconstrainedScopeDecider

public UnconstrainedScopeDecider(DeciderIF subdecider)
Method Detail

ok

public boolean ok(java.lang.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.