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

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

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

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

Uses of WorkflowSuccessState 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 WorkflowSuccessState
 T StateSwitch.caseWorkflowSuccessState(WorkflowSuccessState object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Workflow Success State'.