Class AbstractScopeRestriction

    • Constructor Detail

      • AbstractScopeRestriction

        public AbstractScopeRestriction()
    • Method Detail

      • checkScope

        public abstract boolean checkScope​(Actor actor,
                                           ExecutionStage stage)
        Checks whether the specified actor falls within the scope.
        Parameters:
        actor - the actor to check
        stage - the execution stage
        Returns:
        true if within scope