Interface Domain

All Superinterfaces:
DomainPart, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface Domain extends DomainPart
A representation of the model object 'Domain'.

The following features are supported:

See Also:
Model:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EList<Subdomain>
    Returns the value of the 'Subdomains' containment reference list.

    Methods inherited from interface org.contextmapper.dsl.contextMappingDSL.DomainPart

    getDomainVisionStatement, getName, setDomainVisionStatement, setName

    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 Details

    • getSubdomains

      org.eclipse.emf.common.util.EList<Subdomain> getSubdomains()
      Returns the value of the 'Subdomains' containment reference list. The list contents are of type Subdomain.
      Returns:
      the value of the 'Subdomains' containment reference list.
      See Also:
      Model:
      containment="true"
      Generated: