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_Stagesthe stages to output.Fields in adams.flow.execution with type parameters of type ExecutionStage Modifier and Type Field Description protected Set<ExecutionStage>ExecutionLog. m_StagesSetthe actual stages.Methods in adams.flow.execution that return ExecutionStage Modifier and Type Method Description ExecutionStage[]ExecutionLog. getStages()Returns the stages to log.ExecutionStageExecutionStage. parse(String s)Parses the given string and returns the associated enum.static ExecutionStageExecutionStage. valueOf(AbstractOption option, String str)Returns an enum generated from the string.static ExecutionStageExecutionStage. 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 voidExecutionLog. setStages(ExecutionStage[] value)Sets the stages to log.protected voidDebug. triggered(AbstractBreakpoint point, Actor actor, ExecutionStage stage)Suspends the flow execution.protected voidDebug. 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 ExecutionStageControlPanel. m_CurrentStagethe current hook method.Methods in adams.flow.execution.debug that return ExecutionStage Modifier and Type Method Description ExecutionStageControlPanel. getCurrentStage()Returns the current stage.Methods in adams.flow.execution.debug with parameters of type ExecutionStage Modifier and Type Method Description abstract booleanAbstractScopeRestriction. checkScope(Actor actor, ExecutionStage stage)Checks whether the specified actor falls within the scope.booleanMultiScopeRestriction. checkScope(Actor actor, ExecutionStage stage)Checks whether the specified actor falls within the scope.booleanNoScopeRestriction. checkScope(Actor actor, ExecutionStage stage)Checks whether the specified actor falls within the scope.booleanSubFlowRestriction. checkScope(Actor actor, ExecutionStage stage)Checks whether the specified actor falls within the scope.voidControlPanel. setCurrentStage(ExecutionStage value)Sets the current stage.
-