org.contextmapper.dsl.contextMappingDSL.Aggregate Maven / Gradle / Ivy
/**
* generated by Xtext 2.20.0
*/
package org.contextmapper.dsl.contextMappingDSL;
import org.contextmapper.tactic.dsl.tacticdsl.Consumer;
import org.contextmapper.tactic.dsl.tacticdsl.Resource;
import org.contextmapper.tactic.dsl.tacticdsl.Service;
import org.contextmapper.tactic.dsl.tacticdsl.SimpleDomainObject;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Aggregate'.
*
*
*
* The following features are supported:
*
*
* - {@link org.contextmapper.dsl.contextMappingDSL.Aggregate#getComment Comment}
* - {@link org.contextmapper.dsl.contextMappingDSL.Aggregate#getDoc Doc}
* - {@link org.contextmapper.dsl.contextMappingDSL.Aggregate#getName Name}
* - {@link org.contextmapper.dsl.contextMappingDSL.Aggregate#getResponsibilities Responsibilities}
* - {@link org.contextmapper.dsl.contextMappingDSL.Aggregate#getUserRequirements User Requirements}
* - {@link org.contextmapper.dsl.contextMappingDSL.Aggregate#getOwner Owner}
* - {@link org.contextmapper.dsl.contextMappingDSL.Aggregate#getKnowledgeLevel Knowledge Level}
* - {@link org.contextmapper.dsl.contextMappingDSL.Aggregate#getLikelihoodForChange Likelihood For Change}
* - {@link org.contextmapper.dsl.contextMappingDSL.Aggregate#getServices Services}
* - {@link org.contextmapper.dsl.contextMappingDSL.Aggregate#getResources Resources}
* - {@link org.contextmapper.dsl.contextMappingDSL.Aggregate#getConsumers Consumers}
* - {@link org.contextmapper.dsl.contextMappingDSL.Aggregate#getDomainObjects Domain Objects}
*
*
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getAggregate()
* @model
* @generated
*/
public interface Aggregate extends EObject
{
/**
* Returns the value of the 'Comment' attribute.
*
*
* If the meaning of the 'Comment' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Comment' attribute.
* @see #setComment(String)
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getAggregate_Comment()
* @model
* @generated
*/
String getComment();
/**
* Sets the value of the '{@link org.contextmapper.dsl.contextMappingDSL.Aggregate#getComment Comment}' attribute.
*
*
* @param value the new value of the 'Comment' attribute.
* @see #getComment()
* @generated
*/
void setComment(String value);
/**
* Returns the value of the 'Doc' attribute.
*
*
* If the meaning of the 'Doc' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Doc' attribute.
* @see #setDoc(String)
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getAggregate_Doc()
* @model
* @generated
*/
String getDoc();
/**
* Sets the value of the '{@link org.contextmapper.dsl.contextMappingDSL.Aggregate#getDoc Doc}' attribute.
*
*
* @param value the new value of the 'Doc' attribute.
* @see #getDoc()
* @generated
*/
void setDoc(String value);
/**
* Returns the value of the 'Name' attribute.
*
*
* If the meaning of the 'Name' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Name' attribute.
* @see #setName(String)
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getAggregate_Name()
* @model
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.contextmapper.dsl.contextMappingDSL.Aggregate#getName Name}' attribute.
*
*
* @param value the new value of the 'Name' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
/**
* Returns the value of the 'Responsibilities' attribute list.
* The list contents are of type {@link java.lang.String}.
*
*
* If the meaning of the 'Responsibilities' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Responsibilities' attribute list.
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getAggregate_Responsibilities()
* @model unique="false"
* @generated
*/
EList getResponsibilities();
/**
* Returns the value of the 'User Requirements' reference list.
* The list contents are of type {@link org.contextmapper.dsl.contextMappingDSL.UserRequirement}.
*
*
* If the meaning of the 'User Requirements' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'User Requirements' reference list.
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getAggregate_UserRequirements()
* @model
* @generated
*/
EList getUserRequirements();
/**
* Returns the value of the 'Owner' reference.
*
*
* If the meaning of the 'Owner' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Owner' reference.
* @see #setOwner(BoundedContext)
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getAggregate_Owner()
* @model
* @generated
*/
BoundedContext getOwner();
/**
* Sets the value of the '{@link org.contextmapper.dsl.contextMappingDSL.Aggregate#getOwner Owner}' reference.
*
*
* @param value the new value of the 'Owner' reference.
* @see #getOwner()
* @generated
*/
void setOwner(BoundedContext value);
/**
* Returns the value of the 'Knowledge Level' attribute.
* The literals are from the enumeration {@link org.contextmapper.dsl.contextMappingDSL.KnowledgeLevel}.
*
*
* If the meaning of the 'Knowledge Level' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Knowledge Level' attribute.
* @see org.contextmapper.dsl.contextMappingDSL.KnowledgeLevel
* @see #setKnowledgeLevel(KnowledgeLevel)
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getAggregate_KnowledgeLevel()
* @model
* @generated
*/
KnowledgeLevel getKnowledgeLevel();
/**
* Sets the value of the '{@link org.contextmapper.dsl.contextMappingDSL.Aggregate#getKnowledgeLevel Knowledge Level}' attribute.
*
*
* @param value the new value of the 'Knowledge Level' attribute.
* @see org.contextmapper.dsl.contextMappingDSL.KnowledgeLevel
* @see #getKnowledgeLevel()
* @generated
*/
void setKnowledgeLevel(KnowledgeLevel value);
/**
* Returns the value of the 'Likelihood For Change' attribute.
* The literals are from the enumeration {@link org.contextmapper.dsl.contextMappingDSL.LikelihoodForChange}.
*
*
* If the meaning of the 'Likelihood For Change' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Likelihood For Change' attribute.
* @see org.contextmapper.dsl.contextMappingDSL.LikelihoodForChange
* @see #setLikelihoodForChange(LikelihoodForChange)
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getAggregate_LikelihoodForChange()
* @model
* @generated
*/
LikelihoodForChange getLikelihoodForChange();
/**
* Sets the value of the '{@link org.contextmapper.dsl.contextMappingDSL.Aggregate#getLikelihoodForChange Likelihood For Change}' attribute.
*
*
* @param value the new value of the 'Likelihood For Change' attribute.
* @see org.contextmapper.dsl.contextMappingDSL.LikelihoodForChange
* @see #getLikelihoodForChange()
* @generated
*/
void setLikelihoodForChange(LikelihoodForChange value);
/**
* Returns the value of the 'Services' containment reference list.
* The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.Service}.
*
*
* If the meaning of the 'Services' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Services' containment reference list.
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getAggregate_Services()
* @model containment="true"
* @generated
*/
EList getServices();
/**
* Returns the value of the 'Resources' containment reference list.
* The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.Resource}.
*
*
* If the meaning of the 'Resources' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Resources' containment reference list.
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getAggregate_Resources()
* @model containment="true"
* @generated
*/
EList getResources();
/**
* Returns the value of the 'Consumers' containment reference list.
* The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.Consumer}.
*
*
* If the meaning of the 'Consumers' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Consumers' containment reference list.
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getAggregate_Consumers()
* @model containment="true"
* @generated
*/
EList getConsumers();
/**
* Returns the value of the 'Domain Objects' containment reference list.
* The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.SimpleDomainObject}.
*
*
* If the meaning of the 'Domain Objects' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Domain Objects' containment reference list.
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getAggregate_DomainObjects()
* @model containment="true"
* @generated
*/
EList getDomainObjects();
} // Aggregate