|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KPort
A representation of the model object 'KPort'. Each port must be assigned a containing node. A port may contain incoming edges as well as outgoing edges, independently of its type.
The following features are supported:
KGraphPackage.getKPort()
Method Summary | |
---|---|
EList<KEdge> |
getEdges()
Returns the value of the 'Edges' reference list. |
KLabel |
getLabel()
Returns the value of the 'Label' containment reference. |
KNode |
getNode()
Returns the value of the 'Node' container reference. |
void |
setLabel(KLabel value)
Sets the value of the ' Label ' containment reference. |
void |
setNode(KNode value)
Sets the value of the ' Node ' container reference. |
Methods inherited from interface de.cau.cs.kieler.core.kgraph.KGraphElement |
---|
getData, getData |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
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 |
---|
KNode getNode()
Ports
'.
Each port must be assigned a containing node. This is especially
important because the node is defined to be the container of the
port, which is relevant for many EMF features such as XML storage or
copying.
setNode(KNode)
,
KGraphPackage.getKPort_Node()
,
KNode.getPorts()
opposite | = | ports |
required | = | true |
transient | = | false |
void setNode(KNode value)
Node
' container reference.
value
- the new value of the 'Node' container reference.getNode()
EList<KEdge> getEdges()
KEdge
.
Edges in this list may be incoming as well as outgoing with respect
to the containing node.
KGraphPackage.getKPort_Edges()
KLabel getLabel()
setLabel(KLabel)
,
KGraphPackage.getKPort_Label()
containment | = | true |
void setLabel(KLabel value)
Label
' containment reference.
value
- the new value of the 'Label' containment reference.getLabel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |