de.cau.cs.kieler.dataflow
Interface Connection

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ConnectionImpl

public interface Connection
extends EObject

A representation of the model object 'Connection'.

The following features are supported:

See Also:
DataflowPackage.getConnection()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 Port getSourcePort()
          Returns the value of the 'Source Port' reference.
 Port getTargetPort()
          Returns the value of the 'Target Port' reference.
 void setSourcePort(Port value)
          Sets the value of the 'Source Port' reference.
 void setTargetPort(Port value)
          Sets the value of the 'Target Port' reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getSourcePort

Port getSourcePort()
Returns the value of the 'Source Port' reference.

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

Returns:
the value of the 'Source Port' reference.
See Also:
setSourcePort(Port), DataflowPackage.getConnection_SourcePort()
Generated:
This code was automatically generated.
Model element:
required=true

setSourcePort

void setSourcePort(Port value)
Sets the value of the 'Source Port' reference.

Parameters:
value - the new value of the 'Source Port' reference.
See Also:
getSourcePort()
Generated:
This code was automatically generated.

getTargetPort

Port getTargetPort()
Returns the value of the 'Target Port' reference.

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

Returns:
the value of the 'Target Port' reference.
See Also:
setTargetPort(Port), DataflowPackage.getConnection_TargetPort()
Generated:
This code was automatically generated.
Model element:
required=true

setTargetPort

void setTargetPort(Port value)
Sets the value of the 'Target Port' reference.

Parameters:
value - the new value of the 'Target Port' reference.
See Also:
getTargetPort()
Generated:
This code was automatically generated.