Package org.contextmapper.dsl.scoping
Class CMLScopingHelper
java.lang.Object
org.contextmapper.dsl.scoping.CMLScopingHelper
Helper class to filter scope. For example: domain objects in domains shall
not refer domain objects in Bounded Contexts and vice versa.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.xtext.scoping.IScope
reduceReferenceScope
(org.eclipse.xtext.scoping.IScope existingScope, Association association, org.eclipse.emf.ecore.EReference eReference) org.eclipse.xtext.scoping.IScope
reduceReferenceScope
(org.eclipse.xtext.scoping.IScope existingScope, Reference reference, org.eclipse.emf.ecore.EReference eReference)
-
Constructor Details
-
CMLScopingHelper
public CMLScopingHelper()
-
-
Method Details
-
reduceReferenceScope
public org.eclipse.xtext.scoping.IScope reduceReferenceScope(org.eclipse.xtext.scoping.IScope existingScope, Reference reference, org.eclipse.emf.ecore.EReference eReference) -
reduceReferenceScope
public org.eclipse.xtext.scoping.IScope reduceReferenceScope(org.eclipse.xtext.scoping.IScope existingScope, Association association, org.eclipse.emf.ecore.EReference eReference)
-