|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.utils.ApplicableInContextDecider
public class ApplicableInContextDecider
INTERNAL: Decider that decides whether the ScopedIF's scope is applicable in the user context. This is implies that the ScopedIF's scope must be either the unconstrained scope (empty) or a superset of the user context.
SeeScopeUtils
for
more information.
Field Summary | |
---|---|
protected java.util.Collection |
context
|
Constructor Summary | |
---|---|
ApplicableInContextDecider(java.util.Collection context)
|
Method Summary | |
---|---|
boolean |
ok(java.lang.Object scoped)
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 java.util.Collection context
Constructor Detail |
---|
public ApplicableInContextDecider(java.util.Collection context)
Method Detail |
---|
public boolean ok(java.lang.Object scoped)
DeciderIF
ok
in interface DeciderIF
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |