Class CMLScopingHelper


  • public class CMLScopingHelper
    extends java.lang.Object
    Helper class to filter scope. For example: domain objects in domains shall not refer domain objects in Bounded Contexts and vice versa.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.xtext.scoping.IScope reduceReferenceScope​(org.eclipse.xtext.scoping.IScope existingScope, Reference reference, org.eclipse.emf.ecore.EReference eReference)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CMLScopingHelper

        public CMLScopingHelper()
    • Method Detail

      • reduceReferenceScope

        public org.eclipse.xtext.scoping.IScope reduceReferenceScope​(org.eclipse.xtext.scoping.IScope existingScope,
                                                                     Reference reference,
                                                                     org.eclipse.emf.ecore.EReference eReference)