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

      • 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: