Uses of Class
adams.flow.execution.ExecutionStage
-
Packages that use ExecutionStage Package Description adams.flow.execution adams.flow.execution.debug -
-
Uses of ExecutionStage in adams.flow.execution
Fields in adams.flow.execution declared as ExecutionStage Modifier and Type Field Description protected ExecutionStage[]
ExecutionLog. m_Stages
the stages to output.Fields in adams.flow.execution with type parameters of type ExecutionStage Modifier and Type Field Description protected Set<ExecutionStage>
ExecutionLog. m_StagesSet
the actual stages.Methods in adams.flow.execution that return ExecutionStage Modifier and Type Method Description ExecutionStage[]
ExecutionLog. getStages()
Returns the stages to log.ExecutionStage
ExecutionStage. parse(String s)
Parses the given string and returns the associated enum.static ExecutionStage
ExecutionStage. valueOf(AbstractOption option, String str)
Returns an enum generated from the string.static ExecutionStage
ExecutionStage. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecutionStage[]
ExecutionStage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.execution with parameters of type ExecutionStage Modifier and Type Method Description void
ExecutionLog. setStages(ExecutionStage[] value)
Sets the stages to log.protected void
Debug. triggered(AbstractBreakpoint point, Actor actor, ExecutionStage stage)
Suspends the flow execution.protected void
Debug. triggered(AbstractBreakpoint point, Actor actor, ExecutionStage stage, Token token)
Suspends the flow execution. -
Uses of ExecutionStage in adams.flow.execution.debug
Fields in adams.flow.execution.debug declared as ExecutionStage Modifier and Type Field Description protected ExecutionStage
ControlPanel. m_CurrentStage
the current hook method.Methods in adams.flow.execution.debug that return ExecutionStage Modifier and Type Method Description ExecutionStage
ControlPanel. getCurrentStage()
Returns the current stage.Methods in adams.flow.execution.debug with parameters of type ExecutionStage Modifier and Type Method Description abstract boolean
AbstractScopeRestriction. checkScope(Actor actor, ExecutionStage stage)
Checks whether the specified actor falls within the scope.boolean
MultiScopeRestriction. checkScope(Actor actor, ExecutionStage stage)
Checks whether the specified actor falls within the scope.boolean
NoScopeRestriction. checkScope(Actor actor, ExecutionStage stage)
Checks whether the specified actor falls within the scope.boolean
SubFlowRestriction. checkScope(Actor actor, ExecutionStage stage)
Checks whether the specified actor falls within the scope.void
ControlPanel. setCurrentStage(ExecutionStage value)
Sets the current stage.
-