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

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

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

Subclasses of WorkflowDoneState in org.eclipse.emf.mwe.ewm.workflow.runtime.state
 class WorkflowErrorState
          A representation of the model object 'Error State'.
 class WorkflowFailedState
          A representation of the model object 'Failed State'.
 class WorkflowSuccessState
          A representation of the model object 'Success State'.
 

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

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