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:
ContextMappingDSLPackage.getDomain()
- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Subdomain>
getSubdomains()
Returns the value of the 'Subdomains' containment reference list.-
Methods inherited from interface org.contextmapper.dsl.contextMappingDSL.DomainPart
getDomainVisionStatement, getName, setDomainVisionStatement, setName
-
-
-
-
Method Detail
-
getSubdomains
org.eclipse.emf.common.util.EList<Subdomain> getSubdomains()
Returns the value of the 'Subdomains' containment reference list. The list contents are of typeSubdomain
.If the meaning of the 'Subdomains' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Subdomains' containment reference list.
- See Also:
ContextMappingDSLPackage.getDomain_Subdomains()
- Model:
- containment="true"
- Generated:
-
-