Interface ContextMappingModel
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
public interface ContextMappingModel
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Context Mapping Model'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<BoundedContext>
Returns the value of the 'Bounded Contexts' containment reference list.org.eclipse.emf.common.util.EList<Domain>
Returns the value of the 'Domains' containment reference list.org.eclipse.emf.common.util.EList<Import>
Returns the value of the 'Imports' containment reference list.getMap()
Returns the value of the 'Map' containment reference.Returns the value of the 'Top Comment' attribute.org.eclipse.emf.common.util.EList<UserRequirement>
Returns the value of the 'User Requirements' containment reference list.void
setMap
(ContextMap value) Sets the value of the 'Map
' containment reference.void
setTopComment
(String value) Sets the value of the 'Top Comment
' 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 Details
-
getTopComment
String getTopComment()Returns the value of the 'Top Comment' attribute.- Returns:
- the value of the 'Top Comment' attribute.
- See Also:
- Model:
- Generated:
-
setTopComment
Sets the value of the 'Top Comment
' attribute.- Parameters:
value
- the new value of the 'Top Comment' attribute.- See Also:
- Generated:
-
getImports
org.eclipse.emf.common.util.EList<Import> getImports()Returns the value of the 'Imports' containment reference list. The list contents are of typeImport
.- Returns:
- the value of the 'Imports' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-
getMap
ContextMap getMap()Returns the value of the 'Map' containment reference.- Returns:
- the value of the 'Map' containment reference.
- See Also:
- Model:
- containment="true"
- Generated:
-
setMap
Sets the value of the 'Map
' containment reference.- Parameters:
value
- the new value of the 'Map' containment reference.- See Also:
- Generated:
-
getBoundedContexts
org.eclipse.emf.common.util.EList<BoundedContext> getBoundedContexts()Returns the value of the 'Bounded Contexts' containment reference list. The list contents are of typeBoundedContext
.- Returns:
- the value of the 'Bounded Contexts' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-
getDomains
org.eclipse.emf.common.util.EList<Domain> getDomains()Returns the value of the 'Domains' containment reference list. The list contents are of typeDomain
.- Returns:
- the value of the 'Domains' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-
getUserRequirements
org.eclipse.emf.common.util.EList<UserRequirement> getUserRequirements()Returns the value of the 'User Requirements' containment reference list. The list contents are of typeUserRequirement
.- Returns:
- the value of the 'User Requirements' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-