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

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

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

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

Uses of WorkflowFailedState 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 WorkflowFailedState
 T StateSwitch.caseWorkflowFailedState(WorkflowFailedState object)
          Returns the result of interpreting the object as an instance of 'Workflow Failed State'.