Class ApplicableInContextDecider

  • All Implemented Interfaces:
    Predicate<ScopedIF>

    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.

    See ScopeUtils for more information.