Uses of Interface
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state.WorkflowRunningState

Packages that use WorkflowRunningState
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state   
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state.util   
 

Uses of WorkflowRunningState in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state
 

Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state that return WorkflowRunningState
 WorkflowRunningState StateFactory.createWorkflowRunningState()
          Deprecated. Returns a new object of class 'Workflow Running State'.
 

Uses of WorkflowRunningState in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state.util
 

Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state.util with parameters of type WorkflowRunningState
 T StateSwitch.caseWorkflowRunningState(WorkflowRunningState object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Workflow Running State'.