|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.utils.UnconstrainedScopeDecider
public class UnconstrainedScopeDecider
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.
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 |
---|
protected DeciderIF subdecider
Constructor Detail |
---|
public UnconstrainedScopeDecider(DeciderIF subdecider)
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 |