Uses of Class
org.eclipse.emf.mwe.ewm.workflow.runtime.state.WorkflowRunningState

Packages that use WorkflowRunningState
org.eclipse.emf.mwe.ewm.workflow.runtime.state   
org.eclipse.emf.mwe.ewm.workflow.runtime.state.util   
 

Uses of WorkflowRunningState in org.eclipse.emf.mwe.ewm.workflow.runtime.state
 

Methods in org.eclipse.emf.mwe.ewm.workflow.runtime.state that return WorkflowRunningState
 WorkflowRunningState StateFactory.createWorkflowRunningState()
           
 

Uses of WorkflowRunningState in org.eclipse.emf.mwe.ewm.workflow.runtime.state.util
 

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