public interface Aggregate
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ContextMappingDSLPackage.getAggregate()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Consumer> |
getConsumers()
Returns the value of the 'Consumers' containment reference list.
|
java.lang.String |
getDoc()
Returns the value of the 'Doc' attribute.
|
org.eclipse.emf.common.util.EList<SimpleDomainObject> |
getDomainObjects()
Returns the value of the 'Domain Objects' containment reference list.
|
KnowledgeLevel |
getKnowledgeLevel()
Returns the value of the 'Knowledge Level' attribute.
|
LikelihoodForChange |
getLikelihoodForChange()
Returns the value of the 'Likelihood For Change' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
BoundedContext |
getOwner()
Returns the value of the 'Owner' reference.
|
org.eclipse.emf.common.util.EList<Resource> |
getResources()
Returns the value of the 'Resources' containment reference list.
|
org.eclipse.emf.common.util.EList<java.lang.String> |
getResponsibilities()
Returns the value of the 'Responsibilities' attribute list.
|
org.eclipse.emf.common.util.EList<Service> |
getServices()
Returns the value of the 'Services' containment reference list.
|
org.eclipse.emf.common.util.EList<UseCase> |
getUseCases()
Returns the value of the 'Use Cases' reference list.
|
void |
setDoc(java.lang.String value)
Sets the value of the '
Doc' attribute. |
void |
setKnowledgeLevel(KnowledgeLevel value)
Sets the value of the '
Knowledge Level' attribute. |
void |
setLikelihoodForChange(LikelihoodForChange value)
Sets the value of the '
Likelihood For Change' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setOwner(BoundedContext value)
Sets the value of the '
Owner' reference. |
java.lang.String getDoc()
If the meaning of the 'Doc' attribute isn't clear, there really should be more of a description here...
setDoc(String),
ContextMappingDSLPackage.getAggregate_Doc()void setDoc(java.lang.String value)
Doc' attribute.
value - the new value of the 'Doc' attribute.getDoc()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.getAggregate_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<java.lang.String> getResponsibilities()
String.
If the meaning of the 'Responsibilities' attribute list isn't clear, there really should be more of a description here...
ContextMappingDSLPackage.getAggregate_Responsibilities()org.eclipse.emf.common.util.EList<UseCase> getUseCases()
UseCase.
If the meaning of the 'Use Cases' reference list isn't clear, there really should be more of a description here...
ContextMappingDSLPackage.getAggregate_UseCases()BoundedContext getOwner()
If the meaning of the 'Owner' reference isn't clear, there really should be more of a description here...
setOwner(BoundedContext),
ContextMappingDSLPackage.getAggregate_Owner()void setOwner(BoundedContext value)
Owner' reference.
value - the new value of the 'Owner' reference.getOwner()KnowledgeLevel getKnowledgeLevel()
KnowledgeLevel.
If the meaning of the 'Knowledge Level' attribute isn't clear, there really should be more of a description here...
KnowledgeLevel,
setKnowledgeLevel(KnowledgeLevel),
ContextMappingDSLPackage.getAggregate_KnowledgeLevel()void setKnowledgeLevel(KnowledgeLevel value)
Knowledge Level' attribute.
value - the new value of the 'Knowledge Level' attribute.KnowledgeLevel,
getKnowledgeLevel()LikelihoodForChange getLikelihoodForChange()
LikelihoodForChange.
If the meaning of the 'Likelihood For Change' attribute isn't clear, there really should be more of a description here...
LikelihoodForChange,
setLikelihoodForChange(LikelihoodForChange),
ContextMappingDSLPackage.getAggregate_LikelihoodForChange()void setLikelihoodForChange(LikelihoodForChange value)
Likelihood For Change' attribute.
value - the new value of the 'Likelihood For Change' attribute.LikelihoodForChange,
getLikelihoodForChange()org.eclipse.emf.common.util.EList<Service> getServices()
Service.
If the meaning of the 'Services' containment reference list isn't clear, there really should be more of a description here...
ContextMappingDSLPackage.getAggregate_Services()org.eclipse.emf.common.util.EList<Resource> getResources()
Resource.
If the meaning of the 'Resources' containment reference list isn't clear, there really should be more of a description here...
ContextMappingDSLPackage.getAggregate_Resources()org.eclipse.emf.common.util.EList<Consumer> getConsumers()
Consumer.
If the meaning of the 'Consumers' containment reference list isn't clear, there really should be more of a description here...
ContextMappingDSLPackage.getAggregate_Consumers()org.eclipse.emf.common.util.EList<SimpleDomainObject> getDomainObjects()
SimpleDomainObject.
If the meaning of the 'Domain Objects' containment reference list isn't clear, there really should be more of a description here...
ContextMappingDSLPackage.getAggregate_DomainObjects()