Package org.contextmapper.dsl.cml
Class CMLModelDomainAndSubdomainResolver
java.lang.Object
org.contextmapper.dsl.cml.CMLModelDomainAndSubdomainResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionResolves all subdomains that are: 1) declared in the "root" CML file/model 2) subdomains implemented by Bounded Contexts of the root model, but declared in an imported CML file/modelresolveDomain4Subdomain
(String subdomainName) Takes a name of the subdomain and returns the domain to which it belongs.
-
Constructor Details
-
CMLModelDomainAndSubdomainResolver
-
-
Method Details
-
resolveAllSubdomains
Resolves all subdomains that are: 1) declared in the "root" CML file/model 2) subdomains implemented by Bounded Contexts of the root model, but declared in an imported CML file/model -
resolveDomain4Subdomain
Takes a name of the subdomain and returns the domain to which it belongs.
-