Uses of Class
adams.flow.execution.debug.AbstractScopeRestriction
-
Packages that use AbstractScopeRestriction Package Description adams.flow.control adams.flow.execution adams.flow.execution.debug -
-
Uses of AbstractScopeRestriction in adams.flow.control
Fields in adams.flow.control declared as AbstractScopeRestriction Modifier and Type Field Description protected AbstractScopeRestrictionBreakpoint. m_ScopeRestrictionthe scope restriction to use.Methods in adams.flow.control that return AbstractScopeRestriction Modifier and Type Method Description AbstractScopeRestrictionBreakpoint. getScopeRestriction()Returns the restriction for the scope to use for suspending the flow execution.Methods in adams.flow.control with parameters of type AbstractScopeRestriction Modifier and Type Method Description voidFlow. addBreakpoint(AbstractBreakpoint breakpoint, AbstractScopeRestriction restriction, boolean showView)Adds the breakpoint to its flow execution listener setup.voidBreakpoint. setScopeRestriction(AbstractScopeRestriction value)Sets the restriction for the scope to use for suspending the flow execution. -
Uses of AbstractScopeRestriction in adams.flow.execution
Fields in adams.flow.execution declared as AbstractScopeRestriction Modifier and Type Field Description protected AbstractScopeRestrictionDebug. m_ScopeRestrictionthe scope restriction to use.Methods in adams.flow.execution that return AbstractScopeRestriction Modifier and Type Method Description AbstractScopeRestrictionDebug. getScopeRestriction()Returns the restriction for the scope to use for suspending the flow execution.Methods in adams.flow.execution with parameters of type AbstractScopeRestriction Modifier and Type Method Description voidDebug. setScopeRestriction(AbstractScopeRestriction value)Sets the restriction for the scope to use for suspending the flow execution. -
Uses of AbstractScopeRestriction in adams.flow.execution.debug
Subclasses of AbstractScopeRestriction in adams.flow.execution.debug Modifier and Type Class Description classMultiScopeRestrictionCombines multiple scope restrictions.classNoScopeRestrictionDoes not restrict the scope.classSubFlowRestrictionRestricts the scope to the sub-flow specified by the path (= root of subflow).Fields in adams.flow.execution.debug declared as AbstractScopeRestriction Modifier and Type Field Description protected AbstractScopeRestriction[]MultiScopeRestriction. m_Restrictionsthe restrictions.Methods in adams.flow.execution.debug that return AbstractScopeRestriction Modifier and Type Method Description AbstractScopeRestrictionDebugScopeRestrictionHandler. getDebugScopeRestriction()Returns the scope restriction in place.AbstractScopeRestrictionDebugScopeRestrictionHandler. getDebugScopeRestriction(Node context)Returns the scope restriction in place.static AbstractScopeRestrictionDebugScopeRestrictionHelper. getDebugScopeRestriction(Actor actor)Goes up in the flow locating the firstDebugScopeRestrictionHandlerto determine any different scope restrictions.static AbstractScopeRestrictionDebugScopeRestrictionHelper. getDebugScopeRestriction(Node node)Goes up in the flow locating the firstDebugScopeRestrictionHandlerto determine any different scope restrictions.AbstractScopeRestriction[]MultiScopeRestriction. getRestrictions()Returns the restrictions in use.Methods in adams.flow.execution.debug with parameters of type AbstractScopeRestriction Modifier and Type Method Description voidMultiScopeRestriction. setRestrictions(AbstractScopeRestriction[] value)Sets the scope restrictions to use.
-