org.eclipse.gmt.modisco.workflow.mwe.workflow
Interface WorkflowCompositeComponent

All Superinterfaces:
WorkflowComponent

Deprecated.

@Deprecated
public interface WorkflowCompositeComponent
extends WorkflowComponent

A representation of the model object 'Composite Component'.

The following features are supported:

See Also:
WorkflowPackage.getWorkflowCompositeComponent()
Generated:
Model:

Method Summary
 void accept(IWorkflowVisitor visitor)
          Deprecated.  
  getComponents()
          Deprecated. Returns the value of the 'Components' containment reference list.
 WorkflowCompositeOrchestrationStrategy getCompositeOrchestrationStrategy()
          Deprecated. Returns the value of the 'Composite Orchestration Strategy' containment reference.
  getConnections()
          Deprecated. Returns the value of the 'Connections' containment reference list.
  getParameters()
          Deprecated. Returns the value of the 'Parameters' reference list.
 WorkflowStateResolutionStrategy getStateResolutionStrategy()
          Deprecated. Returns the value of the 'State Resolution Strategy' containment reference.
 WorkflowState run(WorkflowContext context)
          Deprecated.  
 void setCompositeOrchestrationStrategy(WorkflowCompositeOrchestrationStrategy value)
          Deprecated. Sets the value of the 'Composite Orchestration Strategy' containment reference.
 void setStateResolutionStrategy(WorkflowStateResolutionStrategy value)
          Deprecated. Sets the value of the 'State Resolution Strategy' containment reference.
 
Methods inherited from interface org.eclipse.gmt.modisco.workflow.mwe.workflow.WorkflowComponent
getComponentOrchestrationStrategy, getDescription, getName, getType, logError, setComponentOrchestrationStrategy, setDescription, setName, setType, start
 

Method Detail

getComponents

 getComponents()
Deprecated. 
Returns the value of the 'Components' containment reference list. The list contents are of type WorkflowComponent.

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

Returns:
the value of the 'Components' containment reference list.
See Also:
WorkflowPackage.getWorkflowCompositeComponent_Components()
Generated:
Model:
containment="true"

getCompositeOrchestrationStrategy

WorkflowCompositeOrchestrationStrategy getCompositeOrchestrationStrategy()
Deprecated. 
Returns the value of the 'Composite Orchestration Strategy' containment reference.

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

Returns:
the value of the 'Composite Orchestration Strategy' containment reference.
See Also:
setCompositeOrchestrationStrategy(WorkflowCompositeOrchestrationStrategy), WorkflowPackage.getWorkflowCompositeComponent_CompositeOrchestrationStrategy()
Generated:
Model:
containment="true" required="true"

setCompositeOrchestrationStrategy

void setCompositeOrchestrationStrategy(WorkflowCompositeOrchestrationStrategy value)
Deprecated. 
Sets the value of the 'Composite Orchestration Strategy' containment reference.

Parameters:
value - the new value of the 'Composite Orchestration Strategy' containment reference.
See Also:
getCompositeOrchestrationStrategy()
Generated:

getConnections

 getConnections()
Deprecated. 
Returns the value of the 'Connections' containment reference list. The list contents are of type WorkflowParameterConnection.

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

Returns:
the value of the 'Connections' containment reference list.
See Also:
WorkflowPackage.getWorkflowCompositeComponent_Connections()
Generated:
Model:
containment="true"

getStateResolutionStrategy

WorkflowStateResolutionStrategy getStateResolutionStrategy()
Deprecated. 
Returns the value of the 'State Resolution Strategy' containment reference.

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

Returns:
the value of the 'State Resolution Strategy' containment reference.
See Also:
setStateResolutionStrategy(WorkflowStateResolutionStrategy), WorkflowPackage.getWorkflowCompositeComponent_StateResolutionStrategy()
Generated:
Model:
containment="true" required="true"

setStateResolutionStrategy

void setStateResolutionStrategy(WorkflowStateResolutionStrategy value)
Deprecated. 
Sets the value of the 'State Resolution Strategy' containment reference.

Parameters:
value - the new value of the 'State Resolution Strategy' containment reference.
See Also:
getStateResolutionStrategy()
Generated:

getParameters

 getParameters()
Deprecated. 
Returns the value of the 'Parameters' reference list. The list contents are of type WorkflowParameter.

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

Returns:
the value of the 'Parameters' reference list.
See Also:
WorkflowPackage.getWorkflowCompositeComponent_Parameters()
Generated:
Model:

accept

void accept(IWorkflowVisitor visitor)
Deprecated. 

Specified by:
accept in interface WorkflowComponent
Generated:
Model:

run

WorkflowState run(WorkflowContext context)
Deprecated. 

Specified by:
run in interface WorkflowComponent
Generated:
Model: