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.
  • Field Details

    • context

      protected TopicIF[] context
  • Constructor Details

    • IntersectionOfContextDecider

      public IntersectionOfContextDecider(Collection<TopicIF> context)
  • Method Details