Class IntersectionOfContextDecider<S extends ScopedIF>

  • 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 Detail

      • context

        protected TopicIF[] context
    • Constructor Detail

      • IntersectionOfContextDecider

        public IntersectionOfContextDecider​(Collection<TopicIF> context)