public interface ContextMappingModel
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<BoundedContext> |
getBoundedContexts()
Returns the value of the 'Bounded Contexts' containment reference list.
|
org.eclipse.emf.common.util.EList<Domain> |
getDomains()
Returns the value of the 'Domains' containment reference list.
|
ContextMap |
getMap()
Returns the value of the 'Map' containment reference.
|
org.eclipse.emf.common.util.EList<UseCase> |
getUseCases()
Returns the value of the 'Use Cases' containment reference list.
|
void |
setMap(ContextMap value)
Sets the value of the '
Map' containment reference. |
ContextMap getMap()
If the meaning of the 'Map' containment reference isn't clear, there really should be more of a description here...
setMap(ContextMap),
ContextMappingDSLPackage.getContextMappingModel_Map()void setMap(ContextMap value)
Map' containment reference.
value - the new value of the 'Map' containment reference.getMap()org.eclipse.emf.common.util.EList<BoundedContext> getBoundedContexts()
BoundedContext.
If the meaning of the 'Bounded Contexts' containment reference list isn't clear, there really should be more of a description here...
ContextMappingDSLPackage.getContextMappingModel_BoundedContexts()org.eclipse.emf.common.util.EList<Domain> getDomains()
Domain.
If the meaning of the 'Domains' containment reference list isn't clear, there really should be more of a description here...
ContextMappingDSLPackage.getContextMappingModel_Domains()org.eclipse.emf.common.util.EList<UseCase> getUseCases()
UseCase.
If the meaning of the 'Use Cases' containment reference list isn't clear, there really should be more of a description here...
ContextMappingDSLPackage.getContextMappingModel_UseCases()