Package com.sodius.mdw.metamodel.doors
Interface LinkSet
-
- All Superinterfaces:
Comparable<Object>
,DoorsElement
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,com.sodius.mdw.corext.model.emf.OnDemandEObject
public interface LinkSet extends NamedElement
A representation of the model object 'Link Set'.The following features are supported:
- See Also:
DoorsPackage.getLinkSet()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
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 com.sodius.mdw.core.model.MDWObject
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
-
Methods inherited from interface com.sodius.mdw.metamodel.doors.NamedElement
getName, setName
-
-
-
-
Method Detail
-
getLinks
MDWEList<Link> getLinks()
Returns the value of the 'Links' containment reference list. The list contents are of typeLink
. It is bidirectional and its opposite is 'Link Set
'.- Returns:
- the value of the 'Links' containment reference list.
- See Also:
DoorsPackage.getLinkSet_Links()
,Link.getLinkSet()
-
getSourceModule
FormalModule getSourceModule()
Returns the value of the 'Source Module' reference.- Returns:
- the value of the 'Source Module' reference.
- See Also:
setSourceModule(FormalModule)
,DoorsPackage.getLinkSet_SourceModule()
-
setSourceModule
void setSourceModule(FormalModule value)
Sets the value of the 'Source Module
' reference.- Parameters:
value
- the new value of the 'Source Module' reference.- See Also:
getSourceModule()
-
getTargetModule
FormalModule getTargetModule()
Returns the value of the 'Target Module' reference.- Returns:
- the value of the 'Target Module' reference.
- See Also:
setTargetModule(FormalModule)
,DoorsPackage.getLinkSet_TargetModule()
-
setTargetModule
void setTargetModule(FormalModule value)
Sets the value of the 'Target Module
' reference.- Parameters:
value
- the new value of the 'Target Module' reference.- See Also:
getTargetModule()
-
getOwner
LinkModule getOwner()
Returns the value of the 'Owner' container reference. It is bidirectional and its opposite is 'Link Sets
'.- Returns:
- the value of the 'Owner' container reference.
- See Also:
setOwner(LinkModule)
,DoorsPackage.getLinkSet_Owner()
,LinkModule.getLinkSets()
-
setOwner
void setOwner(LinkModule value)
Sets the value of the 'Owner
' container reference.- Parameters:
value
- the new value of the 'Owner' container reference.- See Also:
getOwner()
-
-