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

- Generated:
- This code was automatically generated.
- Model element
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
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.