Class CMLScopingHelper

java.lang.Object
org.contextmapper.dsl.scoping.CMLScopingHelper

public class CMLScopingHelper extends Object
Helper class to filter scope. For example: domain objects in domains shall not refer domain objects in Bounded Contexts and vice versa.
  • 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)