Class JvmModelAssociator.Adapter

  • All Implemented Interfaces:
    org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal
    Enclosing class:
    JvmModelAssociator

    public static class JvmModelAssociator.Adapter
    extends org.eclipse.emf.common.notify.impl.AdapterImpl
    Since:
    2.8
    Noreference:
    Noextend:
    This class is not intended to be subclassed by clients.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter

        org.eclipse.emf.common.notify.Adapter.Internal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Map<org.eclipse.emf.ecore.EObject,​org.eclipse.xtext.common.types.JvmIdentifiableElement> logicalContainerMap  
      java.util.Map<org.eclipse.emf.ecore.EObject,​java.util.Set<org.eclipse.emf.ecore.EObject>> sourceToTargetMap  
      java.util.Map<org.eclipse.emf.ecore.EObject,​java.util.Set<org.eclipse.emf.ecore.EObject>> targetToSourceMap  
      • Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl

        target
    • Constructor Summary

      Constructors 
      Constructor Description
      Adapter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isAdapterForType​(java.lang.Object type)  
      • Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl

        getTarget, notifyChanged, setTarget, unsetTarget
      • Methods inherited from class java.lang.Object

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

      • sourceToTargetMap

        public java.util.Map<org.eclipse.emf.ecore.EObject,​java.util.Set<org.eclipse.emf.ecore.EObject>> sourceToTargetMap
      • targetToSourceMap

        public java.util.Map<org.eclipse.emf.ecore.EObject,​java.util.Set<org.eclipse.emf.ecore.EObject>> targetToSourceMap
      • logicalContainerMap

        public java.util.Map<org.eclipse.emf.ecore.EObject,​org.eclipse.xtext.common.types.JvmIdentifiableElement> logicalContainerMap
    • Constructor Detail

      • Adapter

        public Adapter()
    • Method Detail

      • isAdapterForType

        public boolean isAdapterForType​(java.lang.Object type)
        Specified by:
        isAdapterForType in interface org.eclipse.emf.common.notify.Adapter
        Overrides:
        isAdapterForType in class org.eclipse.emf.common.notify.impl.AdapterImpl