org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration
Interface WorkflowConditionalComponentOrchestrationStrategy

All Superinterfaces:
WorkflowComponentOrchestrationStrategy

Deprecated.

@Deprecated
public interface WorkflowConditionalComponentOrchestrationStrategy
extends WorkflowComponentOrchestrationStrategy

A representation of the model object 'Workflow Conditional Component Orchestration Strategy'.

The following features are supported:

See Also:
OrchestrationPackage.getWorkflowConditionalComponentOrchestrationStrategy()
Generated:
Model:

Method Summary
  getConditions()
          Deprecated. Returns the value of the 'Conditions' containment reference list.
 void run(WorkflowComponent component, WorkflowContext context)
          Deprecated.  
 

Method Detail

getConditions

 getConditions()
Deprecated. 
Returns the value of the 'Conditions' containment reference list. The list contents are of type WorkflowExecutionPredicate.

If the meaning of the 'Conditions' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Conditions' containment reference list.
See Also:
OrchestrationPackage.getWorkflowConditionalComponentOrchestrationStrategy_Conditions()
Generated:
Model:
containment="true"

run

void run(WorkflowComponent component,
         WorkflowContext context)
Deprecated. 

Specified by:
run in interface WorkflowComponentOrchestrationStrategy
Generated:
Model: