de.cau.cs.kieler.kaom
Interface Link

All Superinterfaces:
Annotatable, EObject, NamedObject, Notifier
All Known Implementing Classes:
LinkImpl

public interface Link
extends NamedObject

A representation of the model object 'Link'.

The following features are supported:

See Also:
KaomPackage.getLink()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 Linkable getSource()
          Returns the value of the 'Source' reference.
 Linkable getTarget()
          Returns the value of the 'Target' reference.
 void setSource(Linkable value)
          Sets the value of the 'Source' reference.
 void setTarget(Linkable value)
          Sets the value of the 'Target' reference.
 
Methods inherited from interface de.cau.cs.kieler.core.annotations.NamedObject
getName, setName
 
Methods inherited from interface de.cau.cs.kieler.core.annotations.Annotatable
getAllAnnotations, getAnnotation, getAnnotations, removeAllAnnotations
 
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

getSource

Linkable getSource()
Returns the value of the 'Source' reference. It is bidirectional and its opposite is 'Outgoing Links'.

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

Returns:
the value of the 'Source' reference.
See Also:
setSource(Linkable), KaomPackage.getLink_Source(), Linkable.getOutgoingLinks()
Generated:
This code was automatically generated.
Model element:
opposite=outgoingLinks

setSource

void setSource(Linkable value)
Sets the value of the 'Source' reference.

Parameters:
value - the new value of the 'Source' reference.
See Also:
getSource()
Generated:
This code was automatically generated.

getTarget

Linkable getTarget()
Returns the value of the 'Target' reference. It is bidirectional and its opposite is 'Incoming Links'.

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

Returns:
the value of the 'Target' reference.
See Also:
setTarget(Linkable), KaomPackage.getLink_Target(), Linkable.getIncomingLinks()
Generated:
This code was automatically generated.
Model element:
opposite=incomingLinks

setTarget

void setTarget(Linkable value)
Sets the value of the 'Target' reference.

Parameters:
value - the new value of the 'Target' reference.
See Also:
getTarget()
Generated:
This code was automatically generated.