Uses of Interface
org.eclipse.emf.common.notify.NotificationChain

Packages that use NotificationChain
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.common.notify.impl Provides a basic implementation of the notification framework. 
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.change.impl Provides an implementation of the Change model. 
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.resource Provides an API for modeling abstract persistent resources. 
org.eclipse.emf.ecore.resource.impl Provides an implementation of the resource API. 
org.eclipse.emf.ecore.util Provides utilities. 
org.eclipse.emf.ecore.xml.namespace.impl   
org.eclipse.emf.ecore.xml.type.impl   
org.eclipse.emf.edit.provider This provides reusable ItemProviderAdapter support to drive JFace StructuredViewers, Eclipse IPropertySources, and EditingDomain
org.eclipse.emf.edit.tree.impl   
org.eclipse.emf.mapping.ecore2xml.impl   
org.eclipse.emf.mapping.impl   
 

Uses of NotificationChain in org.eclipse.emf.codegen.ecore.genmodel.impl
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return NotificationChain
 NotificationChain GenAnnotationImpl.basicSetGenBase(GenBase newGenBase, NotificationChain msgs)
           
 NotificationChain GenFeatureImpl.basicSetGenClass(GenClass newGenClass, NotificationChain msgs)
           
 NotificationChain GenOperationImpl.basicSetGenClass(GenClass newGenClass, NotificationChain msgs)
           
 NotificationChain GenEnumLiteralImpl.basicSetGenEnum(GenEnum newGenEnum, NotificationChain msgs)
           
 NotificationChain GenPackageImpl.basicSetGenModel(GenModel newGenModel, NotificationChain msgs)
           
 NotificationChain GenParameterImpl.basicSetGenOperation(GenOperation newGenOperation, NotificationChain msgs)
           
 NotificationChain GenFeatureImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenParameterImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenOperationImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenEnumLiteralImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenPackageImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenAnnotationImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenFeatureImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenModelImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenParameterImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenOperationImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenBaseImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenEnumLiteralImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenEnumImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenClassImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenPackageImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenAnnotationImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenFeatureImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenClassifierImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenModelImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenParameterImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenOperationImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenBaseImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenEnumLiteralImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenEnumImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenClassImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenPackageImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenAnnotationImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type NotificationChain
 NotificationChain GenAnnotationImpl.basicSetGenBase(GenBase newGenBase, NotificationChain msgs)
           
 NotificationChain GenFeatureImpl.basicSetGenClass(GenClass newGenClass, NotificationChain msgs)
           
 NotificationChain GenOperationImpl.basicSetGenClass(GenClass newGenClass, NotificationChain msgs)
           
 NotificationChain GenEnumLiteralImpl.basicSetGenEnum(GenEnum newGenEnum, NotificationChain msgs)
           
 NotificationChain GenPackageImpl.basicSetGenModel(GenModel newGenModel, NotificationChain msgs)
           
 NotificationChain GenParameterImpl.basicSetGenOperation(GenOperation newGenOperation, NotificationChain msgs)
           
 NotificationChain GenFeatureImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenParameterImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenOperationImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenEnumLiteralImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenPackageImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenAnnotationImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenFeatureImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenModelImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenParameterImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenOperationImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenBaseImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenEnumLiteralImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenEnumImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenClassImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenPackageImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenAnnotationImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenFeatureImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenClassifierImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenModelImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenParameterImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenOperationImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenBaseImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenEnumLiteralImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenEnumImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenClassImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenPackageImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenAnnotationImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.common.notify.impl
 

Classes in org.eclipse.emf.common.notify.impl that implement NotificationChain
 class NotificationChainImpl
          A list that acts as a notification chain.
 class NotificationImpl
          An extensible notification implementation.
 

Fields in org.eclipse.emf.common.notify.impl declared as NotificationChain
protected  NotificationChain NotificationImpl.next
          The internal chain.
 

Methods in org.eclipse.emf.common.notify.impl that return NotificationChain
 NotificationChain NotifyingListImpl.basicAdd(E object, NotificationChain notifications)
          Adds the object at the end of the list and returns the potentially updated notification chain; it does no inverse updating.
 NotificationChain DelegatingNotifyingListImpl.basicAdd(E object, NotificationChain notifications)
          Adds the object at the end of the list and returns the potentially updated notification chain; it does no inverse updating.
 NotificationChain NotifyingListImpl.basicRemove(java.lang.Object object, NotificationChain notifications)
          Removes the object from the list and returns the potentially updated notification chain; it does no inverse updating.
 NotificationChain DelegatingNotifyingListImpl.basicRemove(java.lang.Object object, NotificationChain notifications)
          Removes the object from the list and returns the potentially updated notification chain; it does no inverse updating.
 NotificationChain NotifyingListImpl.basicSet(int index, E object, NotificationChain notifications)
          Sets the object at the index and returns the potentially updated notification chain; it does no inverse updating.
 NotificationChain DelegatingNotifyingListImpl.basicSet(int index, E object, NotificationChain notifications)
          Sets the object at the index and returns the potentially updated notification chain; it does no inverse updating.
protected  NotificationChain NotifyingListImpl.createNotificationChain(int capacity)
          Creates a notification chain, if the expected capacity exceeds the threshold at which a list is better than chaining individual notification instances.
protected  NotificationChain DelegatingNotifyingListImpl.createNotificationChain(int capacity)
          Creates a notification chain, if the expected capacity exceeds the threshold at which a list is better than chaining individual notification instances.
protected  NotificationChain NotifyingListImpl.inverseAdd(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain DelegatingNotifyingListImpl.inverseAdd(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain NotifyingListImpl.inverseRemove(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain DelegatingNotifyingListImpl.inverseRemove(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain NotifyingListImpl.shadowAdd(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain DelegatingNotifyingListImpl.shadowAdd(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain NotifyingListImpl.shadowRemove(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain DelegatingNotifyingListImpl.shadowRemove(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain NotifyingListImpl.shadowSet(E oldObject, E newObject, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain DelegatingNotifyingListImpl.shadowSet(E oldObject, E newObject, NotificationChain notifications)
          Does nothing and returns the notifications.
 

Methods in org.eclipse.emf.common.notify.impl with parameters of type NotificationChain
 NotificationChain NotifyingListImpl.basicAdd(E object, NotificationChain notifications)
          Adds the object at the end of the list and returns the potentially updated notification chain; it does no inverse updating.
 NotificationChain DelegatingNotifyingListImpl.basicAdd(E object, NotificationChain notifications)
          Adds the object at the end of the list and returns the potentially updated notification chain; it does no inverse updating.
 NotificationChain NotifyingListImpl.basicRemove(java.lang.Object object, NotificationChain notifications)
          Removes the object from the list and returns the potentially updated notification chain; it does no inverse updating.
 NotificationChain DelegatingNotifyingListImpl.basicRemove(java.lang.Object object, NotificationChain notifications)
          Removes the object from the list and returns the potentially updated notification chain; it does no inverse updating.
 NotificationChain NotifyingListImpl.basicSet(int index, E object, NotificationChain notifications)
          Sets the object at the index and returns the potentially updated notification chain; it does no inverse updating.
 NotificationChain DelegatingNotifyingListImpl.basicSet(int index, E object, NotificationChain notifications)
          Sets the object at the index and returns the potentially updated notification chain; it does no inverse updating.
protected  NotificationChain NotifyingListImpl.inverseAdd(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain DelegatingNotifyingListImpl.inverseAdd(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain NotifyingListImpl.inverseRemove(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain DelegatingNotifyingListImpl.inverseRemove(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain NotifyingListImpl.shadowAdd(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain DelegatingNotifyingListImpl.shadowAdd(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain NotifyingListImpl.shadowRemove(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain DelegatingNotifyingListImpl.shadowRemove(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain NotifyingListImpl.shadowSet(E oldObject, E newObject, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain DelegatingNotifyingListImpl.shadowSet(E oldObject, E newObject, NotificationChain notifications)
          Does nothing and returns the notifications.
 

Uses of NotificationChain in org.eclipse.emf.ecore
 

Methods in org.eclipse.emf.ecore that return NotificationChain
 NotificationChain EStructuralFeature.Internal.SettingDelegate.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int dynamicFeatureID, InternalEObject otherEnd, NotificationChain notifications)
          Adds the object at the other end of a bidirectional reference to the appropriate feature and returns accumulated notifications.
 NotificationChain EStructuralFeature.Internal.SettingDelegate.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int dynamicFeatureID, InternalEObject otherEnd, NotificationChain notifications)
          Removes the object at the other end of a bidirectional reference from the appropriate feature and returns accumulated notifications.
 NotificationChain InternalEObject.eBasicRemoveFromContainer(NotificationChain notifications)
          Removes this object from whatever container holds it, and returns accumulated notifications.
 NotificationChain InternalEObject.eBasicSetContainer(InternalEObject newContainer, int newContainerFeatureID, NotificationChain notifications)
          Sets the container to be new container and appropriate feature.
 NotificationChain InternalEObject.eInverseAdd(InternalEObject otherEnd, int featureID, java.lang.Class<?> baseClass, NotificationChain notifications)
          Adds the object at the other end of a bidirectional reference to the appropriate feature and returns accumulated notifications.
 NotificationChain InternalEObject.eInverseRemove(InternalEObject otherEnd, int featureID, java.lang.Class<?> baseClass, NotificationChain notifications)
          Removes the object at the other end of a bidirectional reference from the appropriate feature and returns accumulated notifications.
 NotificationChain InternalEObject.eSetResource(Resource.Internal resource, NotificationChain notifications)
          Sets this object to be directly contained by the resource and returns accumulated notifications.
 

Methods in org.eclipse.emf.ecore with parameters of type NotificationChain
 NotificationChain EStructuralFeature.Internal.SettingDelegate.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int dynamicFeatureID, InternalEObject otherEnd, NotificationChain notifications)
          Adds the object at the other end of a bidirectional reference to the appropriate feature and returns accumulated notifications.
 NotificationChain EStructuralFeature.Internal.SettingDelegate.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int dynamicFeatureID, InternalEObject otherEnd, NotificationChain notifications)
          Removes the object at the other end of a bidirectional reference from the appropriate feature and returns accumulated notifications.
 NotificationChain InternalEObject.eBasicRemoveFromContainer(NotificationChain notifications)
          Removes this object from whatever container holds it, and returns accumulated notifications.
 NotificationChain InternalEObject.eBasicSetContainer(InternalEObject newContainer, int newContainerFeatureID, NotificationChain notifications)
          Sets the container to be new container and appropriate feature.
 NotificationChain InternalEObject.eInverseAdd(InternalEObject otherEnd, int featureID, java.lang.Class<?> baseClass, NotificationChain notifications)
          Adds the object at the other end of a bidirectional reference to the appropriate feature and returns accumulated notifications.
 NotificationChain InternalEObject.eInverseRemove(InternalEObject otherEnd, int featureID, java.lang.Class<?> baseClass, NotificationChain notifications)
          Removes the object at the other end of a bidirectional reference from the appropriate feature and returns accumulated notifications.
 NotificationChain InternalEObject.eSetResource(Resource.Internal resource, NotificationChain notifications)
          Sets this object to be directly contained by the resource and returns accumulated notifications.
 

Uses of NotificationChain in org.eclipse.emf.ecore.change.impl
 

Methods in org.eclipse.emf.ecore.change.impl that return NotificationChain
 NotificationChain ListChangeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain ChangeDescriptionImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain FeatureChangeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain ResourceChangeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EObjectToChangesMapEntryImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain FeatureMapEntryImpl.inverseAdd(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain FeatureMapEntryImpl.inverseAdd(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain FeatureMapEntryImpl.inverseRemove(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain FeatureMapEntryImpl.inverseRemove(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 

Methods in org.eclipse.emf.ecore.change.impl with parameters of type NotificationChain
 NotificationChain ListChangeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain ChangeDescriptionImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain FeatureChangeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain ResourceChangeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EObjectToChangesMapEntryImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain FeatureMapEntryImpl.inverseAdd(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain FeatureMapEntryImpl.inverseAdd(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain FeatureMapEntryImpl.inverseRemove(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain FeatureMapEntryImpl.inverseRemove(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 

Uses of NotificationChain in org.eclipse.emf.ecore.impl
 

Classes in org.eclipse.emf.ecore.impl that implement NotificationChain
 class ENotificationImpl
          An implementation an Ecore-specific notification.
 

Methods in org.eclipse.emf.ecore.impl that return NotificationChain
 NotificationChain EPackageImpl.basicSetEFactoryInstance(EFactory newEFactoryInstance, NotificationChain msgs)
           
 NotificationChain ETypedElementImpl.basicSetEGenericType(EGenericType newEGenericType, NotificationChain msgs)
           
 NotificationChain EGenericTypeImpl.basicSetELowerBound(EGenericType newELowerBound, NotificationChain msgs)
           
 NotificationChain EAnnotationImpl.basicSetEModelElement(EModelElement newEModelElement, NotificationChain msgs)
           
 NotificationChain EFactoryImpl.basicSetEPackage(EPackage newEPackage, NotificationChain msgs)
           
 NotificationChain EGenericTypeImpl.basicSetETypeParameter(ETypeParameter newETypeParameter, NotificationChain msgs)
           
 NotificationChain EGenericTypeImpl.basicSetEUpperBound(EGenericType newEUpperBound, NotificationChain msgs)
           
 NotificationChain ETypedElementImpl.basicUnsetEGenericType(NotificationChain msgs)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateMany.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateSingle.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateSingleContainer.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateSingleEObject.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateMany.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateSingle.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateSingleContainer.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateSingleEObject.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain BasicEObjectImpl.eBasicRemoveFromContainer(NotificationChain msgs)
           
 NotificationChain EPackageImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EOperationImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EClassifierImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EAnnotationImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EParameterImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EEnumLiteralImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EStructuralFeatureImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eBasicSetContainer(InternalEObject newContainer, int newContainerFeatureID, NotificationChain msgs)
           
 NotificationChain EGenericTypeImpl.eBasicSetContainer(InternalEObject newContainer, int newContainerFeatureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eDynamicBasicRemoveFromContainer(NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eDynamicInverseAdd(InternalEObject otherEnd, int featureID, java.lang.Class<?> inverseClass, NotificationChain msgs)
           
protected  NotificationChain BasicEObjectImpl.eDynamicInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eDynamicInverseRemove(InternalEObject otherEnd, int featureID, java.lang.Class<?> inverseClass, NotificationChain msgs)
           
protected  NotificationChain BasicEObjectImpl.eDynamicInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eInverseAdd(InternalEObject otherEnd, int featureID, java.lang.Class<?> baseClass, NotificationChain msgs)
           
 NotificationChain EFactoryImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EPackageImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EOperationImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EClassifierImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EEnumImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EAnnotationImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EParameterImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EClassImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EModelElementImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EEnumLiteralImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EStructuralFeatureImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eInverseRemove(InternalEObject otherEnd, int featureID, java.lang.Class<?> baseClass, NotificationChain msgs)
           
 NotificationChain EFactoryImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EPackageImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EOperationImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EClassifierImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EEnumImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EAnnotationImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain ETypedElementImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EGenericTypeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EParameterImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain ETypeParameterImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EClassImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EModelElementImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EEnumLiteralImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EStructuralFeatureImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eSetResource(Resource.Internal resource, NotificationChain notifications)
           
protected  NotificationChain EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner, InternalEObject otherEnd, int featureID, NotificationChain notifications)
           
protected  NotificationChain EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner, InternalEObject otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.SimpleFeatureMapEntry.inverseAdd(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.SimpleContentFeatureMapEntry.inverseAdd(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.SimpleFeatureMapEntry.inverseAdd(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.SimpleContentFeatureMapEntry.inverseAdd(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
protected  NotificationChain EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner, InternalEObject otherEnd, int featureID, NotificationChain notifications)
           
protected  NotificationChain EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner, InternalEObject otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.SimpleFeatureMapEntry.inverseRemove(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.SimpleContentFeatureMapEntry.inverseRemove(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.SimpleFeatureMapEntry.inverseRemove(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.SimpleContentFeatureMapEntry.inverseRemove(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EGenericTypeImpl.setEClassifier(EClassifier newEClassifier, NotificationChain msgs)
           
 NotificationChain ETypedElementImpl.setEGenericType(EGenericType newEGenericType, NotificationChain msgs)
           
 NotificationChain EGenericTypeImpl.setERawType(EClassifier newERawType, NotificationChain msgs)
           
 NotificationChain EAttributeImpl.setEType(EClassifier newEType, NotificationChain msgs)
           
 NotificationChain ETypedElementImpl.setEType(EClassifier newEType, NotificationChain msgs)
           
 NotificationChain EReferenceImpl.setEType(EClassifier newEType, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.ecore.impl with parameters of type NotificationChain
 NotificationChain EPackageImpl.basicSetEFactoryInstance(EFactory newEFactoryInstance, NotificationChain msgs)
           
 NotificationChain ETypedElementImpl.basicSetEGenericType(EGenericType newEGenericType, NotificationChain msgs)
           
 NotificationChain EGenericTypeImpl.basicSetELowerBound(EGenericType newELowerBound, NotificationChain msgs)
           
 NotificationChain EAnnotationImpl.basicSetEModelElement(EModelElement newEModelElement, NotificationChain msgs)
           
 NotificationChain EFactoryImpl.basicSetEPackage(EPackage newEPackage, NotificationChain msgs)
           
 NotificationChain EGenericTypeImpl.basicSetETypeParameter(ETypeParameter newETypeParameter, NotificationChain msgs)
           
 NotificationChain EGenericTypeImpl.basicSetEUpperBound(EGenericType newEUpperBound, NotificationChain msgs)
           
 NotificationChain ETypedElementImpl.basicUnsetEGenericType(NotificationChain msgs)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateMany.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateSingle.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateSingleContainer.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateSingleEObject.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateMany.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateSingle.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateSingleContainer.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InternalSettingDelegateSingleEObject.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain BasicEObjectImpl.eBasicRemoveFromContainer(NotificationChain msgs)
           
 NotificationChain EPackageImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EOperationImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EClassifierImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EAnnotationImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EParameterImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EEnumLiteralImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EStructuralFeatureImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eBasicSetContainer(InternalEObject newContainer, int newContainerFeatureID, NotificationChain msgs)
           
 NotificationChain EGenericTypeImpl.eBasicSetContainer(InternalEObject newContainer, int newContainerFeatureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eDynamicBasicRemoveFromContainer(NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eDynamicInverseAdd(InternalEObject otherEnd, int featureID, java.lang.Class<?> inverseClass, NotificationChain msgs)
           
protected  NotificationChain BasicEObjectImpl.eDynamicInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eDynamicInverseRemove(InternalEObject otherEnd, int featureID, java.lang.Class<?> inverseClass, NotificationChain msgs)
           
protected  NotificationChain BasicEObjectImpl.eDynamicInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eInverseAdd(InternalEObject otherEnd, int featureID, java.lang.Class<?> baseClass, NotificationChain msgs)
           
 NotificationChain EFactoryImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EPackageImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EOperationImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EClassifierImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EEnumImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EAnnotationImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EParameterImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EClassImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EModelElementImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EEnumLiteralImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EStructuralFeatureImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eInverseRemove(InternalEObject otherEnd, int featureID, java.lang.Class<?> baseClass, NotificationChain msgs)
           
 NotificationChain EFactoryImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EPackageImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EOperationImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EClassifierImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EEnumImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EAnnotationImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain ETypedElementImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EGenericTypeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EParameterImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain ETypeParameterImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EClassImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EModelElementImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EEnumLiteralImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EStructuralFeatureImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eSetResource(Resource.Internal resource, NotificationChain notifications)
           
protected  NotificationChain EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner, InternalEObject otherEnd, int featureID, NotificationChain notifications)
           
protected  NotificationChain EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner, InternalEObject otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.SimpleFeatureMapEntry.inverseAdd(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.SimpleContentFeatureMapEntry.inverseAdd(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.SimpleFeatureMapEntry.inverseAdd(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.SimpleContentFeatureMapEntry.inverseAdd(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseAdd(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
protected  NotificationChain EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner, InternalEObject otherEnd, int featureID, NotificationChain notifications)
           
protected  NotificationChain EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner, InternalEObject otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.SimpleFeatureMapEntry.inverseRemove(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.SimpleContentFeatureMapEntry.inverseRemove(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.SimpleFeatureMapEntry.inverseRemove(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.SimpleContentFeatureMapEntry.inverseRemove(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.inverseRemove(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EGenericTypeImpl.setEClassifier(EClassifier newEClassifier, NotificationChain msgs)
           
 NotificationChain ETypedElementImpl.setEGenericType(EGenericType newEGenericType, NotificationChain msgs)
           
 NotificationChain EGenericTypeImpl.setERawType(EClassifier newERawType, NotificationChain msgs)
           
 NotificationChain EAttributeImpl.setEType(EClassifier newEType, NotificationChain msgs)
           
 NotificationChain ETypedElementImpl.setEType(EClassifier newEType, NotificationChain msgs)
           
 NotificationChain EReferenceImpl.setEType(EClassifier newEType, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.ecore.resource
 

Methods in org.eclipse.emf.ecore.resource that return NotificationChain
 NotificationChain Resource.Internal.basicSetResourceSet(ResourceSet resourceSet, NotificationChain notifications)
          Sets the resource to be contained by the given resource set, and returns the notifications this produces.
 

Methods in org.eclipse.emf.ecore.resource with parameters of type NotificationChain
 NotificationChain Resource.Internal.basicSetResourceSet(ResourceSet resourceSet, NotificationChain notifications)
          Sets the resource to be contained by the given resource set, and returns the notifications this produces.
 

Uses of NotificationChain in org.eclipse.emf.ecore.resource.impl
 

Methods in org.eclipse.emf.ecore.resource.impl that return NotificationChain
 NotificationChain ResourceImpl.basicSetResourceSet(ResourceSet resourceSet, NotificationChain notifications)
          Sets the new containing resource set, and removes the resource from a previous containing resource set, if necessary.
protected  NotificationChain ResourceSetImpl.ResourcesEList.inverseAdd(E object, NotificationChain notifications)
           
 NotificationChain ResourceImpl.ContentsEList.inverseAdd(E object, NotificationChain notifications)
           
protected  NotificationChain ResourceSetImpl.ResourcesEList.inverseRemove(E object, NotificationChain notifications)
           
 NotificationChain ResourceImpl.ContentsEList.inverseRemove(E object, NotificationChain notifications)
           
 

Methods in org.eclipse.emf.ecore.resource.impl with parameters of type NotificationChain
 NotificationChain ResourceImpl.basicSetResourceSet(ResourceSet resourceSet, NotificationChain notifications)
          Sets the new containing resource set, and removes the resource from a previous containing resource set, if necessary.
protected  NotificationChain ResourceSetImpl.ResourcesEList.inverseAdd(E object, NotificationChain notifications)
           
 NotificationChain ResourceImpl.ContentsEList.inverseAdd(E object, NotificationChain notifications)
           
protected  NotificationChain ResourceSetImpl.ResourcesEList.inverseRemove(E object, NotificationChain notifications)
           
 NotificationChain ResourceImpl.ContentsEList.inverseRemove(E object, NotificationChain notifications)
           
 

Uses of NotificationChain in org.eclipse.emf.ecore.util
 

Classes in org.eclipse.emf.ecore.util that implement NotificationChain
static class FeatureMapUtil.FeatureENotificationImpl
           
 

Methods in org.eclipse.emf.ecore.util that return NotificationChain
 NotificationChain EcoreEList.UnmodifiableEList.basicAdd(E object, NotificationChain notifications)
           
 NotificationChain BasicInternalEList.basicAdd(E object, NotificationChain notifications)
           
 NotificationChain AbstractSequentialInternalEList.basicAdd(E object, NotificationChain notifications)
           
 NotificationChain InternalEList.basicAdd(E object, NotificationChain notifications)
          Adds the object without updating the inverse.
 NotificationChain FeatureMapUtil.FeatureEList.basicAdd(E object, NotificationChain notifications)
           
 NotificationChain DelegatingEcoreEList.UnmodifiableEList.basicAdd(E object, NotificationChain notifications)
           
 NotificationChain FeatureMapUtil.FeatureFeatureMap.basicAdd(EStructuralFeature feature, java.lang.Object object, NotificationChain notifications)
           
 NotificationChain FeatureMap.Internal.basicAdd(EStructuralFeature feature, java.lang.Object object, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.basicAdd(EStructuralFeature feature, java.lang.Object object, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.basicAdd(EStructuralFeature feature, java.lang.Object object, NotificationChain notifications)
           
 NotificationChain EcoreEMap.basicAdd(java.util.Map.Entry<K,V> object, NotificationChain notifications)
          Add the object without updating the inverse.
 NotificationChain FeatureMapUtil.FeatureFeatureMap.basicRemove(EStructuralFeature feature, java.lang.Object object, NotificationChain notifications)
           
 NotificationChain FeatureMap.Internal.basicRemove(EStructuralFeature feature, java.lang.Object object, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.basicRemove(EStructuralFeature feature, java.lang.Object object, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.basicRemove(EStructuralFeature feature, java.lang.Object object, NotificationChain notifications)
           
 NotificationChain EcoreEList.UnmodifiableEList.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain BasicInternalEList.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain AbstractSequentialInternalEList.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain InternalEList.basicRemove(java.lang.Object object, NotificationChain notifications)
          Removes the object with without updating the inverse.
 NotificationChain EcoreEMap.basicRemove(java.lang.Object object, NotificationChain notifications)
          Remove the object with without updating the inverse.
 NotificationChain FeatureMapUtil.FeatureEList.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain DelegatingEcoreEList.UnmodifiableEList.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.FeatureMapEObjectImpl.eDynamicInverseAdd(InternalEObject otherEnd, int featureID, java.lang.Class<?> inverseClass, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.FeatureMapEObjectImpl.eDynamicInverseAdd(InternalEObject otherEnd, int featureID, java.lang.Class<?> inverseClass, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.FeatureMapEObjectImpl.eDynamicInverseRemove(InternalEObject otherEnd, int featureID, java.lang.Class<?> inverseClass, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.FeatureMapEObjectImpl.eDynamicInverseRemove(InternalEObject otherEnd, int featureID, java.lang.Class<?> inverseClass, NotificationChain notifications)
           
 NotificationChain EcoreEList.inverseAdd(E object, NotificationChain notifications)
           
 NotificationChain DelegatingEcoreEList.inverseAdd(E object, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.inverseAdd(FeatureMap.Entry.Internal entry, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.inverseAdd(FeatureMap.Entry object, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.inverseAdd(FeatureMap.Entry object, NotificationChain notifications)
           
 NotificationChain FeatureMap.Entry.Internal.inverseAdd(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain FeatureMap.Entry.Internal.inverseAdd(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EcoreEList.inverseRemove(E object, NotificationChain notifications)
           
 NotificationChain DelegatingEcoreEList.inverseRemove(E object, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.inverseRemove(FeatureMap.Entry.Internal entry, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.inverseRemove(FeatureMap.Entry object, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.inverseRemove(FeatureMap.Entry object, NotificationChain notifications)
           
 NotificationChain FeatureMap.Entry.Internal.inverseRemove(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain FeatureMap.Entry.Internal.inverseRemove(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.inverseTouch(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.inverseTouch(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.shadowAdd(FeatureMap.Entry.Internal entry, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.shadowAdd(FeatureMap.Entry object, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.shadowAdd(FeatureMap.Entry object, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.shadowRemove(FeatureMap.Entry.Internal entry, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.shadowRemove(FeatureMap.Entry object, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.shadowRemove(FeatureMap.Entry object, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.shadowSet(FeatureMap.Entry oldObject, FeatureMap.Entry newObject, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.shadowSet(FeatureMap.Entry oldObject, FeatureMap.Entry newObject, NotificationChain notifications)
           
 

Methods in org.eclipse.emf.ecore.util with parameters of type NotificationChain
 NotificationChain EcoreEList.UnmodifiableEList.basicAdd(E object, NotificationChain notifications)
           
 NotificationChain BasicInternalEList.basicAdd(E object, NotificationChain notifications)
           
 NotificationChain AbstractSequentialInternalEList.basicAdd(E object, NotificationChain notifications)
           
 NotificationChain InternalEList.basicAdd(E object, NotificationChain notifications)
          Adds the object without updating the inverse.
 NotificationChain FeatureMapUtil.FeatureEList.basicAdd(E object, NotificationChain notifications)
           
 NotificationChain DelegatingEcoreEList.UnmodifiableEList.basicAdd(E object, NotificationChain notifications)
           
 NotificationChain FeatureMapUtil.FeatureFeatureMap.basicAdd(EStructuralFeature feature, java.lang.Object object, NotificationChain notifications)
           
 NotificationChain FeatureMap.Internal.basicAdd(EStructuralFeature feature, java.lang.Object object, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.basicAdd(EStructuralFeature feature, java.lang.Object object, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.basicAdd(EStructuralFeature feature, java.lang.Object object, NotificationChain notifications)
           
 NotificationChain EcoreEMap.basicAdd(java.util.Map.Entry<K,V> object, NotificationChain notifications)
          Add the object without updating the inverse.
 NotificationChain FeatureMapUtil.FeatureFeatureMap.basicRemove(EStructuralFeature feature, java.lang.Object object, NotificationChain notifications)
           
 NotificationChain FeatureMap.Internal.basicRemove(EStructuralFeature feature, java.lang.Object object, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.basicRemove(EStructuralFeature feature, java.lang.Object object, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.basicRemove(EStructuralFeature feature, java.lang.Object object, NotificationChain notifications)
           
 NotificationChain EcoreEList.UnmodifiableEList.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain BasicInternalEList.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain AbstractSequentialInternalEList.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain InternalEList.basicRemove(java.lang.Object object, NotificationChain notifications)
          Removes the object with without updating the inverse.
 NotificationChain EcoreEMap.basicRemove(java.lang.Object object, NotificationChain notifications)
          Remove the object with without updating the inverse.
 NotificationChain FeatureMapUtil.FeatureEList.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain DelegatingEcoreEList.UnmodifiableEList.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.FeatureMapEObjectImpl.eDynamicInverseAdd(InternalEObject otherEnd, int featureID, java.lang.Class<?> inverseClass, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.FeatureMapEObjectImpl.eDynamicInverseAdd(InternalEObject otherEnd, int featureID, java.lang.Class<?> inverseClass, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.FeatureMapEObjectImpl.eDynamicInverseRemove(InternalEObject otherEnd, int featureID, java.lang.Class<?> inverseClass, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.FeatureMapEObjectImpl.eDynamicInverseRemove(InternalEObject otherEnd, int featureID, java.lang.Class<?> inverseClass, NotificationChain notifications)
           
 NotificationChain EcoreEList.inverseAdd(E object, NotificationChain notifications)
           
 NotificationChain DelegatingEcoreEList.inverseAdd(E object, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.inverseAdd(FeatureMap.Entry.Internal entry, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.inverseAdd(FeatureMap.Entry object, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.inverseAdd(FeatureMap.Entry object, NotificationChain notifications)
           
 NotificationChain FeatureMap.Entry.Internal.inverseAdd(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain FeatureMap.Entry.Internal.inverseAdd(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain EcoreEList.inverseRemove(E object, NotificationChain notifications)
           
 NotificationChain DelegatingEcoreEList.inverseRemove(E object, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.inverseRemove(FeatureMap.Entry.Internal entry, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.inverseRemove(FeatureMap.Entry object, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.inverseRemove(FeatureMap.Entry object, NotificationChain notifications)
           
 NotificationChain FeatureMap.Entry.Internal.inverseRemove(InternalEObject owner, int featureID, NotificationChain notifications)
           
 NotificationChain FeatureMap.Entry.Internal.inverseRemove(InternalEObject owner, java.lang.Object otherEnd, int featureID, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.inverseTouch(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.inverseTouch(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.shadowAdd(FeatureMap.Entry.Internal entry, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.shadowAdd(FeatureMap.Entry object, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.shadowAdd(FeatureMap.Entry object, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.shadowRemove(FeatureMap.Entry.Internal entry, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.shadowRemove(FeatureMap.Entry object, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.shadowRemove(FeatureMap.Entry object, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.shadowSet(FeatureMap.Entry oldObject, FeatureMap.Entry newObject, NotificationChain notifications)
           
 NotificationChain DelegatingFeatureMap.shadowSet(FeatureMap.Entry oldObject, FeatureMap.Entry newObject, NotificationChain notifications)
           
 

Uses of NotificationChain in org.eclipse.emf.ecore.xml.namespace.impl
 

Methods in org.eclipse.emf.ecore.xml.namespace.impl that return NotificationChain
 NotificationChain XMLNamespaceDocumentRootImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.ecore.xml.namespace.impl with parameters of type NotificationChain
 NotificationChain XMLNamespaceDocumentRootImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.ecore.xml.type.impl
 

Methods in org.eclipse.emf.ecore.xml.type.impl that return NotificationChain
 NotificationChain AnyTypeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain XMLTypeDocumentRootImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.ecore.xml.type.impl with parameters of type NotificationChain
 NotificationChain AnyTypeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain XMLTypeDocumentRootImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.edit.provider
 

Classes in org.eclipse.emf.edit.provider that implement NotificationChain
 class ItemProvider.ItemProviderNotification
          This class implements a Notification for an ItemProvider.
 

Methods in org.eclipse.emf.edit.provider that return NotificationChain
protected  NotificationChain ItemProvider.ItemProviderNotifyingArrayList.createNotificationChain(int capacity)
           
protected  NotificationChain ItemProvider.ItemProviderNotifyingArrayList.inverseAdd(java.lang.Object object, NotificationChain notifications)
          This implementation will call IUpdateableItemParent.setParent, if appropriate.
protected  NotificationChain ItemProvider.ItemProviderNotifyingArrayList.inverseRemove(java.lang.Object object, NotificationChain notifications)
          This implementation will call IUpdateableItemParent.setParent, if appropriate.
 

Methods in org.eclipse.emf.edit.provider with parameters of type NotificationChain
protected  NotificationChain ItemProvider.ItemProviderNotifyingArrayList.inverseAdd(java.lang.Object object, NotificationChain notifications)
          This implementation will call IUpdateableItemParent.setParent, if appropriate.
protected  NotificationChain ItemProvider.ItemProviderNotifyingArrayList.inverseRemove(java.lang.Object object, NotificationChain notifications)
          This implementation will call IUpdateableItemParent.setParent, if appropriate.
 

Uses of NotificationChain in org.eclipse.emf.edit.tree.impl
 

Methods in org.eclipse.emf.edit.tree.impl that return NotificationChain
 NotificationChain TreeNodeImpl.basicSetParent(TreeNode newParent, NotificationChain msgs)
           
 NotificationChain TreeNodeImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain TreeNodeImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain TreeNodeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.edit.tree.impl with parameters of type NotificationChain
 NotificationChain TreeNodeImpl.basicSetParent(TreeNode newParent, NotificationChain msgs)
           
 NotificationChain TreeNodeImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain TreeNodeImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain TreeNodeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.mapping.ecore2xml.impl
 

Methods in org.eclipse.emf.mapping.ecore2xml.impl that return NotificationChain
 NotificationChain ENamedElementToXMLInfoMapEntryImpl.basicSetTypedValue(XMLInfo newValue, NotificationChain msgs)
           
 NotificationChain ENamedElementToXMLInfoMapEntryImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain XMLMapImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.mapping.ecore2xml.impl with parameters of type NotificationChain
 NotificationChain ENamedElementToXMLInfoMapEntryImpl.basicSetTypedValue(XMLInfo newValue, NotificationChain msgs)
           
 NotificationChain ENamedElementToXMLInfoMapEntryImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain XMLMapImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.mapping.impl
 

Methods in org.eclipse.emf.mapping.impl that return NotificationChain
 NotificationChain MappingImpl.basicSetHelper(MappingHelper newHelper, NotificationChain msgs)
           
 NotificationChain MappingHelperImpl.basicSetMapper(Mapping newMapper, NotificationChain msgs)
           
 NotificationChain MappingHelperImpl.basicSetNestedIn(MappingHelper newNestedIn, NotificationChain msgs)
           
 NotificationChain MappingImpl.basicSetNestedIn(Mapping newNestedIn, NotificationChain msgs)
           
 NotificationChain MappingHelperImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain MappingImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain MappingHelperImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain MappingImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain MappingHelperImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain MappingImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.mapping.impl with parameters of type NotificationChain
 NotificationChain MappingImpl.basicSetHelper(MappingHelper newHelper, NotificationChain msgs)
           
 NotificationChain MappingHelperImpl.basicSetMapper(Mapping newMapper, NotificationChain msgs)
           
 NotificationChain MappingHelperImpl.basicSetNestedIn(MappingHelper newNestedIn, NotificationChain msgs)
           
 NotificationChain MappingImpl.basicSetNestedIn(Mapping newNestedIn, NotificationChain msgs)
           
 NotificationChain MappingHelperImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain MappingImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain MappingHelperImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain MappingImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain MappingHelperImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain MappingImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.