g-Eclipse
Release 1.0.0

eu.geclipse.workflow.model
Interface IOutputPort

All Superinterfaces:
IPort, IWorkflowElement
All Known Implementing Classes:
OutputPortImpl

public interface IOutputPort
extends IPort

A representation of the model object 'IOutputPort'.

The following features are supported:

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

Method Summary
  getLinks()
          Returns the value of the 'Links' reference list.
 IWorkflowNode getNode()
          Returns the value of the 'Node' container reference.
 void setNode(IWorkflowNode value)
          Sets the value of the 'Node' container reference
 
Methods inherited from interface eu.geclipse.workflow.model.IPort
getFileName, setFileName
 
Methods inherited from interface eu.geclipse.workflow.model.IWorkflowElement
getId, getName, setId, setName
 

Method Detail

getNode

IWorkflowNode getNode()
Returns the value of the 'Node' container reference. It is bidirectional and its opposite is 'Outputs'.

Returns:
the value of the 'Node' container reference.
See Also:
setNode(IWorkflowNode), eu.geclipse.workflow.WorkflowPackage#getIOutputPort_Node(), IWorkflowNode.getOutputs()

setNode

void setNode(IWorkflowNode value)
Sets the value of the 'Node' container reference.

Parameters:
value - the new value of the 'Node' container reference.
See Also:
getNode()

getLinks

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

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

g-Eclipse
Release 1.0.0