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 red
Generated:
This code was automatically generated.
Model element:
abstract=true

Method Summary
 EList<Link> getIncomingLinks()
          Returns the value of the 'Incoming Links' reference list.
 EList<Link> getOutgoingLinks()
          Returns the value of the 'Outgoing Links' reference list.
 
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

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:
opposite=source

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:
opposite=target