Package net.ontopia.topicmaps.utils
Class IntersectionOfContextDecider<S extends ScopedIF>
- java.lang.Object
-
- net.ontopia.topicmaps.utils.IntersectionOfContextDecider<S>
-
- All Implemented Interfaces:
Predicate<S>
public class IntersectionOfContextDecider<S extends ScopedIF> extends Object implements Predicate<S>
INTERNAL: Decider that decides whether the ScopedIF's scope is an intersection of the user context or not. SeeScopeUtils
for more information.
-
-
Constructor Summary
Constructors Constructor Description IntersectionOfContextDecider(Collection<TopicIF> context)
-