|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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.
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 | |||||||||