![JAR search and dependency download from the Maven repository](/logo.png)
org.contextmapper.dsl.contextMappingDSL.ContextMappingModel Maven / Gradle / Ivy
Show all versions of context-mapper-dsl Show documentation
/**
* generated by Xtext 2.20.0
*/
package org.contextmapper.dsl.contextMappingDSL;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Context Mapping Model'.
*
*
*
* The following features are supported:
*
*
* - {@link org.contextmapper.dsl.contextMappingDSL.ContextMappingModel#getFirstLineComment First Line Comment}
* - {@link org.contextmapper.dsl.contextMappingDSL.ContextMappingModel#getImports Imports}
* - {@link org.contextmapper.dsl.contextMappingDSL.ContextMappingModel#getMap Map}
* - {@link org.contextmapper.dsl.contextMappingDSL.ContextMappingModel#getBoundedContexts Bounded Contexts}
* - {@link org.contextmapper.dsl.contextMappingDSL.ContextMappingModel#getDomains Domains}
* - {@link org.contextmapper.dsl.contextMappingDSL.ContextMappingModel#getUseCases Use Cases}
*
*
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getContextMappingModel()
* @model
* @generated
*/
public interface ContextMappingModel extends EObject
{
/**
* 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...
*
*
* @return the value of the 'First Line Comment' attribute.
* @see #setFirstLineComment(String)
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getContextMappingModel_FirstLineComment()
* @model
* @generated
*/
String getFirstLineComment();
/**
* Sets the value of the '{@link org.contextmapper.dsl.contextMappingDSL.ContextMappingModel#getFirstLineComment First Line Comment}' attribute.
*
*
* @param value the new value of the 'First Line Comment' attribute.
* @see #getFirstLineComment()
* @generated
*/
void setFirstLineComment(String value);
/**
* Returns the value of the 'Imports' containment reference list.
* The list contents are of type {@link org.contextmapper.dsl.contextMappingDSL.Import}.
*
*
* If the meaning of the 'Imports' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Imports' containment reference list.
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getContextMappingModel_Imports()
* @model containment="true"
* @generated
*/
EList getImports();
/**
* 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...
*
*
* @return the value of the 'Map' containment reference.
* @see #setMap(ContextMap)
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getContextMappingModel_Map()
* @model containment="true"
* @generated
*/
ContextMap getMap();
/**
* Sets the value of the '{@link org.contextmapper.dsl.contextMappingDSL.ContextMappingModel#getMap Map}' containment reference.
*
*
* @param value the new value of the 'Map' containment reference.
* @see #getMap()
* @generated
*/
void setMap(ContextMap value);
/**
* Returns the value of the 'Bounded Contexts' containment reference list.
* The list contents are of type {@link org.contextmapper.dsl.contextMappingDSL.BoundedContext}.
*
*
* If the meaning of the 'Bounded Contexts' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Bounded Contexts' containment reference list.
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getContextMappingModel_BoundedContexts()
* @model containment="true"
* @generated
*/
EList getBoundedContexts();
/**
* Returns the value of the 'Domains' containment reference list.
* The list contents are of type {@link org.contextmapper.dsl.contextMappingDSL.Domain}.
*
*
* If the meaning of the 'Domains' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Domains' containment reference list.
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getContextMappingModel_Domains()
* @model containment="true"
* @generated
*/
EList getDomains();
/**
* Returns the value of the 'Use Cases' containment reference list.
* The list contents are of type {@link org.contextmapper.dsl.contextMappingDSL.UseCase}.
*
*
* If the meaning of the 'Use Cases' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Use Cases' containment reference list.
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getContextMappingModel_UseCases()
* @model containment="true"
* @generated
*/
EList getUseCases();
} // ContextMappingModel