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:
ContextMappingDSLPackage.getContextMappingModel()
- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.java.lang.String
getFirstLineComment()
Returns the value of the 'First Line Comment' attribute.org.eclipse.emf.common.util.EList<Import>
getImports()
Returns the value of the 'Imports' 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
setFirstLineComment(java.lang.String value)
Sets the value of the 'First Line Comment
' attribute.void
setMap(ContextMap value)
Sets the value of the 'Map
' containment reference.
-
-
-
Method Detail
-
getFirstLineComment
java.lang.String getFirstLineComment()
Returns the value of the 'First Line Comment' attribute.If the meaning of the 'First Line Comment' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'First Line Comment' attribute.
- See Also:
setFirstLineComment(String)
,ContextMappingDSLPackage.getContextMappingModel_FirstLineComment()
- Model:
- Generated:
-
setFirstLineComment
void setFirstLineComment(java.lang.String value)
Sets the value of the 'First Line Comment
' attribute.- Parameters:
value
- the new value of the 'First Line Comment' attribute.- See Also:
getFirstLineComment()
- 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
.If the meaning of the 'Imports' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Imports' containment reference list.
- See Also:
ContextMappingDSLPackage.getContextMappingModel_Imports()
- Model:
- containment="true"
- Generated:
-
getMap
ContextMap getMap()
Returns the value of the 'Map' containment reference.If the meaning of the 'Map' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Map' containment reference.
- See Also:
setMap(ContextMap)
,ContextMappingDSLPackage.getContextMappingModel_Map()
- Model:
- containment="true"
- Generated:
-
setMap
void setMap(ContextMap value)
Sets the value of the 'Map
' containment reference.- Parameters:
value
- the new value of the 'Map' containment reference.- See Also:
getMap()
- 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
.If the meaning of the 'Bounded Contexts' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Bounded Contexts' containment reference list.
- See Also:
ContextMappingDSLPackage.getContextMappingModel_BoundedContexts()
- 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
.If the meaning of the 'Domains' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Domains' containment reference list.
- See Also:
ContextMappingDSLPackage.getContextMappingModel_Domains()
- Model:
- containment="true"
- Generated:
-
getUseCases
org.eclipse.emf.common.util.EList<UseCase> getUseCases()
Returns the value of the 'Use Cases' containment reference list. The list contents are of typeUseCase
.If the meaning of the 'Use Cases' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Use Cases' containment reference list.
- See Also:
ContextMappingDSLPackage.getContextMappingModel_UseCases()
- Model:
- containment="true"
- Generated:
-
-