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


Deprecated.

@Deprecated
public interface Workflow

A representation of the model object 'Workflow'.

The following features are supported:

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

Method Summary
  getComponents()
          Deprecated. Returns the value of the 'Components' containment reference list.
  getEngines()
          Deprecated. Returns the value of the 'Engines' containment reference list.
 

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.getWorkflow_Components()
Generated:
Model:
containment="true"

getEngines

 getEngines()
Deprecated. 
Returns the value of the 'Engines' containment reference list. The list contents are of type WorkflowEngine.

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

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