public interface ContextMap
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ContextMappingDSLPackage.getContextMap()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<BoundedContext> |
getBoundedContexts()
Returns the value of the 'Bounded Contexts' reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<Relationship> |
getRelationships()
Returns the value of the 'Relationships' containment reference list.
|
ContextMapState |
getState()
Returns the value of the 'State' attribute.
|
ContextMapType |
getType()
Returns the value of the 'Type' attribute.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setState(ContextMapState value)
Sets the value of the '
State' attribute. |
void |
setType(ContextMapType value)
Sets the value of the '
Type' attribute. |
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
ContextMappingDSLPackage.getContextMap_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()ContextMapType getType()
ContextMapType.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
ContextMapType,
setType(ContextMapType),
ContextMappingDSLPackage.getContextMap_Type()void setType(ContextMapType value)
Type' attribute.
value - the new value of the 'Type' attribute.ContextMapType,
getType()ContextMapState getState()
ContextMapState.
If the meaning of the 'State' attribute isn't clear, there really should be more of a description here...
ContextMapState,
setState(ContextMapState),
ContextMappingDSLPackage.getContextMap_State()void setState(ContextMapState value)
State' attribute.
value - the new value of the 'State' attribute.ContextMapState,
getState()org.eclipse.emf.common.util.EList<BoundedContext> getBoundedContexts()
BoundedContext.
If the meaning of the 'Bounded Contexts' reference list isn't clear, there really should be more of a description here...
ContextMappingDSLPackage.getContextMap_BoundedContexts()org.eclipse.emf.common.util.EList<Relationship> getRelationships()
Relationship.
If the meaning of the 'Relationships' containment reference list isn't clear, there really should be more of a description here...
ContextMappingDSLPackage.getContextMap_Relationships()