org.eclipse.modisco.workflow.modiscoworkflow
Interface Workflow

All Superinterfaces:
Element, ExportInfos
All Known Subinterfaces:
WorkflowModel

public interface Workflow
extends Element, ExportInfos

A representation of the model object ' Workflow'.

The following features are supported:

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

Method Summary
  getElements()
          Returns the value of the 'Elements' containment reference list.
 
Methods inherited from interface org.eclipse.modisco.workflow.modiscoworkflow.Element
getIndex, getName, getType, setIndex, setName, setType
 
Methods inherited from interface org.eclipse.modisco.workflow.modiscoworkflow.ExportInfos
getAllUnitsOfWork, getPackageBase, getSymbolicName, setPackageBase, setSymbolicName
 

Method Detail

getElements

 getElements()
Returns the value of the 'Elements' containment reference list. The list contents are of type Element.

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

Returns:
the value of the 'Elements' containment reference list.
See Also:
ModiscoworkflowPackage.getWorkflow_Elements()
Generated:
Model:
containment="true"