de.cau.cs.kieler.keg
Interface Port

All Superinterfaces:
EObject, KGraphElement, KLabeledGraphElement, KPort, Notifier
All Known Implementing Classes:
PortImpl

public interface Port
extends KPort

A representation of the model object 'Port'.

The following features are supported:

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

Method Summary
 String getPortLabel()
          Returns the value of the 'Port Label' attribute.
 void setPortLabel(String value)
          Sets the value of the 'Port Label' attribute.
 
Methods inherited from interface de.cau.cs.kieler.core.kgraph.KPort
getEdges, getNode, setNode
 
Methods inherited from interface de.cau.cs.kieler.core.kgraph.KLabeledGraphElement
getLabels
 
Methods inherited from interface de.cau.cs.kieler.core.kgraph.KGraphElement
getData, getData, getData
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getPortLabel

String getPortLabel()
Returns the value of the 'Port Label' attribute.

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

Returns:
the value of the 'Port Label' attribute.
See Also:
setPortLabel(String), KEGPackage.getPort_PortLabel()
Generated:
This code was automatically generated.
Model element

setPortLabel

void setPortLabel(String value)
Sets the value of the 'Port Label' attribute.

Parameters:
value - the new value of the 'Port Label' attribute.
See Also:
getPortLabel()
Generated:
This code was automatically generated.