Interface ContextMappingModel

    • 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.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • 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 type Import.

        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:
      • 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 type BoundedContext.

        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 type Domain.

        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 type UseCase.

        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: