Uses of Class
org.eclipse.emf.mwe.ewm.workflow.orchestration.WorkflowCompositeOrchestrationStrategy

Packages that use WorkflowCompositeOrchestrationStrategy
org.eclipse.emf.mwe.ewm.workflow   
org.eclipse.emf.mwe.ewm.workflow.orchestration   
org.eclipse.emf.mwe.ewm.workflow.orchestration.util   
org.eclipse.emf.mwe.ewm.workflow.transaction.orchestration   
org.eclipse.emf.mwe.ewm.workflow.transaction.orchestration.util   
org.eclipse.emf.mwe.ewm.workflow.validation   
 

Uses of WorkflowCompositeOrchestrationStrategy in org.eclipse.emf.mwe.ewm.workflow
 

Fields in org.eclipse.emf.mwe.ewm.workflow declared as WorkflowCompositeOrchestrationStrategy
protected  WorkflowCompositeOrchestrationStrategy WorkflowCompositeComponent.compositeOrchestrationStrategy
          The cached value of the 'Composite Orchestration Strategy' containment reference.
 

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

Methods in org.eclipse.emf.mwe.ewm.workflow with parameters of type WorkflowCompositeOrchestrationStrategy
 org.eclipse.emf.common.notify.NotificationChain WorkflowCompositeComponent.basicSetCompositeOrchestrationStrategy(WorkflowCompositeOrchestrationStrategy newCompositeOrchestrationStrategy, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void WorkflowCompositeComponent.setCompositeOrchestrationStrategy(WorkflowCompositeOrchestrationStrategy newCompositeOrchestrationStrategy)
          Sets the value of the 'Composite Orchestration Strategy' containment reference.
 

Uses of WorkflowCompositeOrchestrationStrategy in org.eclipse.emf.mwe.ewm.workflow.orchestration
 

Subclasses of WorkflowCompositeOrchestrationStrategy in org.eclipse.emf.mwe.ewm.workflow.orchestration
 class WorkflowSerialOrchestrationStrategy
          A representation of the model object 'Serial Workflow Orchestrator'.
 

Uses of WorkflowCompositeOrchestrationStrategy in org.eclipse.emf.mwe.ewm.workflow.orchestration.util
 

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

Uses of WorkflowCompositeOrchestrationStrategy in org.eclipse.emf.mwe.ewm.workflow.transaction.orchestration
 

Subclasses of WorkflowCompositeOrchestrationStrategy in org.eclipse.emf.mwe.ewm.workflow.transaction.orchestration
 class WorkflowParallelOrchestrationStrategy
          A representation of the model object 'Workflow Parallel Orchestration Strategy'.
 

Uses of WorkflowCompositeOrchestrationStrategy in org.eclipse.emf.mwe.ewm.workflow.transaction.orchestration.util
 

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

Uses of WorkflowCompositeOrchestrationStrategy in org.eclipse.emf.mwe.ewm.workflow.validation
 

Methods in org.eclipse.emf.mwe.ewm.workflow.validation with parameters of type WorkflowCompositeOrchestrationStrategy
 boolean WorkflowCompositeComponentValidator.validateCompositeOrchestrationStrategy(WorkflowCompositeOrchestrationStrategy value)