|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Linkable
A representation of the model object 'Linkable'.
The following features are supported:
KaomPackage.getLinkable()
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 |
---|
EList<Link> getOutgoingLinks()
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...
KaomPackage.getLinkable_OutgoingLinks()
,
Link.getSource()
opposite | = | source |
EList<Link> getIncomingLinks()
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...
KaomPackage.getLinkable_IncomingLinks()
,
Link.getTarget()
opposite | = | target |
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
KaomPackage.getLinkable_Id()
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |