Uses of Interface
org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.WorkflowCompositeOrchestrationStrategy

Packages that use WorkflowCompositeOrchestrationStrategy
org.eclipse.gmt.modisco.workflow.mwe.workflow   
org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration   
org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.util   
 

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

Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow that return WorkflowCompositeOrchestrationStrategy
 WorkflowCompositeOrchestrationStrategy WorkflowCompositeComponent.getCompositeOrchestrationStrategy()
          Deprecated. Returns the value of the 'Composite Orchestration Strategy' containment reference.
 

Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow with parameters of type WorkflowCompositeOrchestrationStrategy
 void WorkflowCompositeComponent.setCompositeOrchestrationStrategy(WorkflowCompositeOrchestrationStrategy value)
          Deprecated. Sets the value of the 'Composite Orchestration Strategy' containment reference.
 

Uses of WorkflowCompositeOrchestrationStrategy in org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration
 

Subinterfaces of WorkflowCompositeOrchestrationStrategy in org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration
 interface WorkflowParallelOrchestrationStrategy
          Deprecated. 
 interface WorkflowSerialOrchestrationStrategy
          Deprecated. 
 

Uses of WorkflowCompositeOrchestrationStrategy in org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.util
 

Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration.util with parameters of type WorkflowCompositeOrchestrationStrategy
 T OrchestrationSwitch.caseWorkflowCompositeOrchestrationStrategy(WorkflowCompositeOrchestrationStrategy object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Workflow Composite Orchestration Strategy'.