g-Eclipse
Release 1.0.0

eu.geclipse.workflow.model
Interface IWorkflow

All Superinterfaces:
IWorkflowElement
All Known Implementing Classes:
WorkflowImpl

public interface IWorkflow
extends IWorkflowElement

A representation of the model object 'IWorkflow'.

The following features are supported:

See Also:
eu.geclipse.workflow.WorkflowPackage#getIWorkflow()

Method Summary
  getLinks()
          Returns the value of the 'Links' containment reference list.
  getNodes()
          Returns the value of the 'Nodes' containment reference list.
 
Methods inherited from interface eu.geclipse.workflow.model.IWorkflowElement
getId, getName, setId, setName
 

Method Detail

getNodes

 getNodes()
Returns the value of the 'Nodes' containment reference list. The list contents are of type IWorkflowNode. It is bidirectional and its opposite is 'Workflow'.

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

Returns:
the value of the 'Nodes' containment reference list.
See Also:
eu.geclipse.workflow.WorkflowPackage#getIWorkflow_Nodes(), IWorkflowNode.getWorkflow()

getLinks

 getLinks()
Returns the value of the 'Links' containment reference list. The list contents are of type ILink. It is bidirectional and its opposite is 'Workflow'.

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

Returns:
the value of the 'Links' containment reference list.
See Also:
eu.geclipse.workflow.WorkflowPackage#getIWorkflow_Links(), ILink.getWorkflow()

g-Eclipse
Release 1.0.0