de.cau.cs.kieler.kaom
Interface Linkable
- All Superinterfaces:
- EObject, Notifier
- All Known Subinterfaces:
- Entity, Port, Relation
- All Known Implementing Classes:
- EntityImpl, LinkableImpl, PortImpl, RelationImpl
public interface Linkable
- extends EObject
A representation of the model object 'Linkable'.
The following features are supported:
- See Also:
KaomPackage.getLinkable()
- 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 |
getOutgoingLinks
EList<Link> getOutgoingLinks()
- Returns the value of the 'Outgoing Links' reference list.
The list contents are of type
Link
.
It is bidirectional and its opposite is 'Source
'.
If the meaning of the 'Outgoing Links' reference list isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Outgoing Links' reference list.
- See Also:
KaomPackage.getLinkable_OutgoingLinks()
,
Link.getSource()
- Generated:
- This code was automatically generated.
- Model element:
getIncomingLinks
EList<Link> getIncomingLinks()
- Returns the value of the 'Incoming Links' reference list.
The list contents are of type
Link
.
It is bidirectional and its opposite is 'Target
'.
If the meaning of the 'Incoming Links' reference list isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Incoming Links' reference list.
- See Also:
KaomPackage.getLinkable_IncomingLinks()
,
Link.getTarget()
- Generated:
- This code was automatically generated.
- Model element: