Uses of Interface
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.WorkflowStateResolutionStrategy

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

Uses of WorkflowStateResolutionStrategy in org.eclipse.gmt.modisco.workflow.mwe.workflow
 

Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow that return WorkflowStateResolutionStrategy
 WorkflowStateResolutionStrategy WorkflowCompositeComponent.getStateResolutionStrategy()
          Deprecated. Returns the value of the 'State Resolution Strategy' containment reference.
 

Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow with parameters of type WorkflowStateResolutionStrategy
 void WorkflowCompositeComponent.setStateResolutionStrategy(WorkflowStateResolutionStrategy value)
          Deprecated. Sets the value of the 'State Resolution Strategy' containment reference.
 

Uses of WorkflowStateResolutionStrategy in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime
 

Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime that return WorkflowStateResolutionStrategy
 WorkflowStateResolutionStrategy RuntimeFactory.createWorkflowStateResolutionStrategy()
          Deprecated. Returns a new object of class 'Workflow State Resolution Strategy'.
 

Uses of WorkflowStateResolutionStrategy in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.util
 

Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.util with parameters of type WorkflowStateResolutionStrategy
 T RuntimeSwitch.caseWorkflowStateResolutionStrategy(WorkflowStateResolutionStrategy object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Workflow State Resolution Strategy'.