public interface LinkSet extends NamedElement
The following features are supported:
DoorsPackage.getLinkSet()
Modifier and Type | Method and Description |
---|---|
MDWEList<Link> |
getLinks()
Returns the value of the 'Links' containment reference list.
|
LinkModule |
getOwner()
Returns the value of the 'Owner' container reference.
|
FormalModule |
getSourceModule()
Returns the value of the 'Source Module' reference.
|
FormalModule |
getTargetModule()
Returns the value of the 'Target Module' reference.
|
void |
setOwner(LinkModule value)
Sets the value of the '
Owner ' container reference. |
void |
setSourceModule(FormalModule value)
Sets the value of the '
Source Module ' reference. |
void |
setTargetModule(FormalModule value)
Sets the value of the '
Target Module ' reference. |
getName, setName
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
MDWEList<Link> getLinks()
Link
.
It is bidirectional and its opposite is 'Link Set
'.
DoorsPackage.getLinkSet_Links()
,
Link.getLinkSet()
FormalModule getSourceModule()
setSourceModule(FormalModule)
,
DoorsPackage.getLinkSet_SourceModule()
void setSourceModule(FormalModule value)
Source Module
' reference.
value
- the new value of the 'Source Module' reference.getSourceModule()
FormalModule getTargetModule()
setTargetModule(FormalModule)
,
DoorsPackage.getLinkSet_TargetModule()
void setTargetModule(FormalModule value)
Target Module
' reference.
value
- the new value of the 'Target Module' reference.getTargetModule()
LinkModule getOwner()
Link Sets
'.
setOwner(LinkModule)
,
DoorsPackage.getLinkSet_Owner()
,
LinkModule.getLinkSets()
void setOwner(LinkModule value)
Owner
' container reference.
value
- the new value of the 'Owner' container reference.getOwner()