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.
See
ScopeUtils for
more information.