g-Eclipse
Release 1.0.0

eu.geclipse.workflow.model
Interface ILink

All Superinterfaces:
IWorkflowElement
All Known Implementing Classes:
LinkImpl

public interface ILink
extends IWorkflowElement

A representation of the model object 'ILink'.

The following features are supported:

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

Method Summary
 IOutputPort getSource()
          Returns the value of the 'Source' reference.
 IInputPort getTarget()
          Returns the value of the 'Target' reference.
 IWorkflow getWorkflow()
          Returns the value of the 'Workflow' container reference.
 void setSource(IOutputPort value)
          Sets the value of the 'Source' reference
 void setTarget(IInputPort value)
          Sets the value of the 'Target' reference
 void setWorkflow(IWorkflow value)
          Sets the value of the 'Workflow' container reference
 
Methods inherited from interface eu.geclipse.workflow.model.IWorkflowElement
getId, getName, setId, setName
 

Method Detail

getWorkflow

IWorkflow getWorkflow()
Returns the value of the 'Workflow' container reference. It is bidirectional and its opposite is 'Links'.

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

Returns:
the value of the 'Workflow' container reference.
See Also:
setWorkflow(IWorkflow), eu.geclipse.workflow.WorkflowPackage#getILink_Workflow(), IWorkflow.getLinks()

setWorkflow

void setWorkflow(IWorkflow value)
Sets the value of the 'Workflow' container reference.

Parameters:
value - the new value of the 'Workflow' container reference.
See Also:
getWorkflow()

getTarget

IInputPort getTarget()
Returns the value of the 'Target' reference. It is bidirectional and its opposite is 'Links'.

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

Returns:
the value of the 'Target' reference.
See Also:
setTarget(IInputPort), eu.geclipse.workflow.WorkflowPackage#getILink_Target(), IInputPort.getLinks()

setTarget

void setTarget(IInputPort value)
Sets the value of the 'Target' reference.

Parameters:
value - the new value of the 'Target' reference.
See Also:
getTarget()

getSource

IOutputPort getSource()
Returns the value of the 'Source' reference. It is bidirectional and its opposite is 'Links'.

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

Returns:
the value of the 'Source' reference.
See Also:
setSource(IOutputPort), eu.geclipse.workflow.WorkflowPackage#getILink_Source(), IOutputPort.getLinks()

setSource

void setSource(IOutputPort value)
Sets the value of the 'Source' reference.

Parameters:
value - the new value of the 'Source' reference.
See Also:
getSource()

g-Eclipse
Release 1.0.0