Class SubFlowRestriction

    • Field Detail

      • m_Root

        protected ActorPath m_Root
        the root of the tree to restrict to.
    • Constructor Detail

      • SubFlowRestriction

        public SubFlowRestriction()
    • Method Detail

      • setRoot

        public void setRoot​(ActorPath value)
        Sets the root of the subtree to restrict the scope to.
        Parameters:
        value - the root
      • getRoot

        public ActorPath getRoot()
        Returns the root of the subtree to retrict the scope to.
        Returns:
        the root
      • rootTipText

        public String rootTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • checkScope

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