Package net.ontopia.topicmaps.utils
Class ApplicableInContextDecider
- java.lang.Object
-
- net.ontopia.topicmaps.utils.ApplicableInContextDecider
-
public class ApplicableInContextDecider extends Object implements Predicate<ScopedIF>
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
Fields Modifier and Type Field Description protected Collection<TopicIF>
context
-
Constructor Summary
Constructors Constructor Description ApplicableInContextDecider(Collection<TopicIF> context)
-
-
-
Field Detail
-
context
protected Collection<TopicIF> context
-
-
Constructor Detail
-
ApplicableInContextDecider
public ApplicableInContextDecider(Collection<TopicIF> context)
-
-