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 AbstractScopeRestriction
Breakpoint. m_ScopeRestriction
the scope restriction to use.Methods in adams.flow.control that return AbstractScopeRestriction Modifier and Type Method Description AbstractScopeRestriction
Breakpoint. 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 void
Flow. addBreakpoint(AbstractBreakpoint breakpoint, AbstractScopeRestriction restriction, boolean showView)
Adds the breakpoint to its flow execution listener setup.void
Breakpoint. 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 AbstractScopeRestriction
Debug. m_ScopeRestriction
the scope restriction to use.Methods in adams.flow.execution that return AbstractScopeRestriction Modifier and Type Method Description AbstractScopeRestriction
Debug. 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 void
Debug. 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 class
MultiScopeRestriction
Combines multiple scope restrictions.class
NoScopeRestriction
Does not restrict the scope.class
SubFlowRestriction
Restricts 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_Restrictions
the restrictions.Methods in adams.flow.execution.debug that return AbstractScopeRestriction Modifier and Type Method Description AbstractScopeRestriction
DebugScopeRestrictionHandler. getDebugScopeRestriction()
Returns the scope restriction in place.AbstractScopeRestriction
DebugScopeRestrictionHandler. getDebugScopeRestriction(Node context)
Returns the scope restriction in place.static AbstractScopeRestriction
DebugScopeRestrictionHelper. getDebugScopeRestriction(Actor actor)
Goes up in the flow locating the firstDebugScopeRestrictionHandler
to determine any different scope restrictions.static AbstractScopeRestriction
DebugScopeRestrictionHelper. getDebugScopeRestriction(Node node)
Goes up in the flow locating the firstDebugScopeRestrictionHandler
to 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 void
MultiScopeRestriction. setRestrictions(AbstractScopeRestriction[] value)
Sets the scope restrictions to use.
-