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

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

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

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

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