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
 String getId()
          Returns the value of the 'Id' attribute.
 EList<Link> getIncomingLinks()
          Returns the value of the 'Incoming Links' reference list.
 EList<Link> getOutgoingLinks()
          Returns the value of the 'Outgoing Links' reference list.
 void setId(String value)
          Sets the value of the 'Id' attribute.
 
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

getId

String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), KaomPackage.getLinkable_Id()
Generated:
This code was automatically generated.
Model element

setId

void setId(String value)
Sets the value of the 'Id' attribute.

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