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.examples.extlibrary.impl   
org.eclipse.emf.java.impl   
org.eclipse.emf.mapping.ecore2xml.impl   
org.eclipse.emf.mapping.impl   
org.eclipse.emf.test.core.featuremap.supplier.impl   
org.eclipse.emf.test.databinding.emfdb.impl   
org.eclipse.emf.test.models.customer.impl   
org.eclipse.emf.test.models.dbitem.impl   
org.eclipse.emf.test.models.ext.impl   
org.eclipse.emf.test.models.key.impl   
org.eclipse.emf.test.models.lib.impl   
org.eclipse.emf.test.models.library.impl   
org.eclipse.emf.test.models.movie.db.impl   
org.eclipse.emf.test.models.order.impl   
org.eclipse.emf.test.models.ppo.impl   
org.eclipse.emf.test.models.qname.impl   
org.eclipse.emf.test.models.ref.impl   
org.eclipse.emf.test.models.ref.unsettable.impl   
org.eclipse.emf.test.models.tree.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 GenOperationImpl.basicSetGenClass(GenClass newGenClass, NotificationChain msgs)
           
 NotificationChain GenFeatureImpl.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 GenPackageImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenOperationImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenEnumLiteralImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenParameterImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenFeatureImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenAnnotationImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenBaseImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenModelImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenPackageImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenOperationImpl.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 GenParameterImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenFeatureImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenAnnotationImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenBaseImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenModelImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenPackageImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenOperationImpl.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 GenClassifierImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenParameterImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenFeatureImpl.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 GenOperationImpl.basicSetGenClass(GenClass newGenClass, NotificationChain msgs)
           
 NotificationChain GenFeatureImpl.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 GenPackageImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenOperationImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenEnumLiteralImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenParameterImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenFeatureImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenAnnotationImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain GenBaseImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenModelImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenPackageImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenOperationImpl.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 GenParameterImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenFeatureImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenAnnotationImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenBaseImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenModelImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenPackageImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenOperationImpl.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 GenClassifierImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenParameterImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain GenFeatureImpl.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 ChangeDescriptionImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EObjectToChangesMapEntryImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain ResourceChangeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain FeatureChangeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain ListChangeImpl.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 ChangeDescriptionImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EObjectToChangesMapEntryImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain ResourceChangeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain FeatureChangeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain ListChangeImpl.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 EParameterImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EAnnotationImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EOperationImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EStructuralFeatureImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EPackageImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EEnumLiteralImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EClassifierImpl.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 EParameterImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EAnnotationImpl.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 BasicEObjectImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EFactoryImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EOperationImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EStructuralFeatureImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EPackageImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EEnumImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EEnumLiteralImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EClassifierImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eInverseRemove(InternalEObject otherEnd, int featureID, java.lang.Class<?> baseClass, NotificationChain msgs)
           
 NotificationChain EParameterImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EAnnotationImpl.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 ETypedElementImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EFactoryImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain ETypeParameterImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EOperationImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EStructuralFeatureImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EPackageImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EEnumImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EEnumLiteralImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EGenericTypeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EClassifierImpl.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 ETypedElementImpl.setEType(EClassifier newEType, NotificationChain msgs)
           
 NotificationChain EReferenceImpl.setEType(EClassifier newEType, NotificationChain msgs)
           
 NotificationChain EAttributeImpl.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 EParameterImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EAnnotationImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EOperationImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EStructuralFeatureImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EPackageImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EEnumLiteralImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EClassifierImpl.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 EParameterImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EAnnotationImpl.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 BasicEObjectImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EFactoryImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EOperationImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EStructuralFeatureImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EPackageImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EEnumImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EEnumLiteralImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EClassifierImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eInverseRemove(InternalEObject otherEnd, int featureID, java.lang.Class<?> baseClass, NotificationChain msgs)
           
 NotificationChain EParameterImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EAnnotationImpl.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 ETypedElementImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BasicEObjectImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EFactoryImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain ETypeParameterImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EOperationImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EStructuralFeatureImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EPackageImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EEnumImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EEnumLiteralImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EGenericTypeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EClassifierImpl.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 ETypedElementImpl.setEType(EClassifier newEType, NotificationChain msgs)
           
 NotificationChain EReferenceImpl.setEType(EClassifier newEType, NotificationChain msgs)
           
 NotificationChain EAttributeImpl.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 DelegatingEcoreEList.UnmodifiableEList.basicAdd(E object, NotificationChain notifications)
           
 NotificationChain AbstractSequentialInternalEList.basicAdd(E object, NotificationChain notifications)
           
 NotificationChain FeatureMapUtil.FeatureEList.basicAdd(E object, NotificationChain notifications)
           
 NotificationChain EcoreEList.UnmodifiableEList.basicAdd(E object, NotificationChain notifications)
           
 NotificationChain BasicInternalEList.basicAdd(E object, NotificationChain notifications)
           
 NotificationChain InternalEList.basicAdd(E object, NotificationChain notifications)
          Adds the object without updating the inverse.
 NotificationChain BasicFeatureMap.basicAdd(EStructuralFeature feature, java.lang.Object 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 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 BasicFeatureMap.basicRemove(EStructuralFeature feature, java.lang.Object object, NotificationChain notifications)
           
 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 DelegatingFeatureMap.basicRemove(EStructuralFeature feature, java.lang.Object object, NotificationChain notifications)
           
 NotificationChain DelegatingEcoreEList.UnmodifiableEList.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain AbstractSequentialInternalEList.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain FeatureMapUtil.FeatureEList.basicRemove(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 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 DelegatingFeatureMap.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain BasicSettingDelegate.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int dynamicFeatureID, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain BasicSettingDelegate.Stateless.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int dynamicFeatureID, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain BasicSettingDelegate.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int dynamicFeatureID, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain BasicSettingDelegate.Stateless.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int dynamicFeatureID, InternalEObject otherEnd, 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 DelegatingEcoreEList.inverseAdd(E object, NotificationChain notifications)
           
 NotificationChain EcoreEList.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)
           
protected  NotificationChain BasicSettingDelegate.Stateless.inverseAdd(InternalEObject owner, InternalEObject otherEnd, NotificationChain notifications)
          Adds the object at the other end of a bidirectional reference to this delegate's feature and returns accumulated 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 DelegatingEcoreEList.inverseRemove(E object, NotificationChain notifications)
           
 NotificationChain EcoreEList.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)
           
protected  NotificationChain BasicSettingDelegate.Stateless.inverseRemove(InternalEObject owner, InternalEObject otherEnd, NotificationChain notifications)
          Remove the object at the other end of a bidirectional reference from this delegate's feature and returns accumulated 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 DelegatingEcoreEList.UnmodifiableEList.basicAdd(E object, NotificationChain notifications)
           
 NotificationChain AbstractSequentialInternalEList.basicAdd(E object, NotificationChain notifications)
           
 NotificationChain FeatureMapUtil.FeatureEList.basicAdd(E object, NotificationChain notifications)
           
 NotificationChain EcoreEList.UnmodifiableEList.basicAdd(E object, NotificationChain notifications)
           
 NotificationChain BasicInternalEList.basicAdd(E object, NotificationChain notifications)
           
 NotificationChain InternalEList.basicAdd(E object, NotificationChain notifications)
          Adds the object without updating the inverse.
 NotificationChain BasicFeatureMap.basicAdd(EStructuralFeature feature, java.lang.Object 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 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 BasicFeatureMap.basicRemove(EStructuralFeature feature, java.lang.Object object, NotificationChain notifications)
           
 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 DelegatingFeatureMap.basicRemove(EStructuralFeature feature, java.lang.Object object, NotificationChain notifications)
           
 NotificationChain DelegatingEcoreEList.UnmodifiableEList.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain BasicFeatureMap.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain AbstractSequentialInternalEList.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain FeatureMapUtil.FeatureEList.basicRemove(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 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 DelegatingFeatureMap.basicRemove(java.lang.Object object, NotificationChain notifications)
           
 NotificationChain BasicSettingDelegate.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int dynamicFeatureID, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain BasicSettingDelegate.Stateless.dynamicInverseAdd(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int dynamicFeatureID, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain BasicSettingDelegate.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int dynamicFeatureID, InternalEObject otherEnd, NotificationChain notifications)
           
 NotificationChain BasicSettingDelegate.Stateless.dynamicInverseRemove(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int dynamicFeatureID, InternalEObject otherEnd, 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 DelegatingEcoreEList.inverseAdd(E object, NotificationChain notifications)
           
 NotificationChain EcoreEList.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)
           
protected  NotificationChain BasicSettingDelegate.Stateless.inverseAdd(InternalEObject owner, InternalEObject otherEnd, NotificationChain notifications)
          Adds the object at the other end of a bidirectional reference to this delegate's feature and returns accumulated 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 DelegatingEcoreEList.inverseRemove(E object, NotificationChain notifications)
           
 NotificationChain EcoreEList.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)
           
protected  NotificationChain BasicSettingDelegate.Stateless.inverseRemove(InternalEObject owner, InternalEObject otherEnd, NotificationChain notifications)
          Remove the object at the other end of a bidirectional reference from this delegate's feature and returns accumulated 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 XMLTypeDocumentRootImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain AnyTypeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.ecore.xml.type.impl with parameters of type NotificationChain
 NotificationChain XMLTypeDocumentRootImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain AnyTypeImpl.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.examples.extlibrary.impl
 

Methods in org.eclipse.emf.examples.extlibrary.impl that return NotificationChain
 NotificationChain BookImpl.basicSetAuthor(Writer newAuthor, NotificationChain msgs)
           
 NotificationChain LibraryImpl.basicSetParentBranch(Library newParentBranch, NotificationChain msgs)
           
 NotificationChain LibraryImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain CirculatingItemImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BookImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BorrowerImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain WriterImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain LibraryImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain CirculatingItemImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BookImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BorrowerImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain WriterImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain LibraryImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.examples.extlibrary.impl with parameters of type NotificationChain
 NotificationChain BookImpl.basicSetAuthor(Writer newAuthor, NotificationChain msgs)
           
 NotificationChain LibraryImpl.basicSetParentBranch(Library newParentBranch, NotificationChain msgs)
           
 NotificationChain LibraryImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain CirculatingItemImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BookImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BorrowerImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain WriterImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain LibraryImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain CirculatingItemImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BookImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BorrowerImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain WriterImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain LibraryImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

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

Methods in org.eclipse.emf.java.impl that return NotificationChain
 NotificationChain JClassImpl.basicSetArrayType(JClass newArrayType, NotificationChain msgs)
           
 NotificationChain JClassImpl.basicSetComponentType(JClass newComponentType, NotificationChain msgs)
           
 NotificationChain JMemberImpl.basicSetContainingType(JClass newContainingType, NotificationChain msgs)
           
 NotificationChain JParameterImpl.basicSetMethod(JMethod newMethod, NotificationChain msgs)
           
 NotificationChain JClassImpl.basicSetPackage(JPackage newPackage, NotificationChain msgs)
           
 NotificationChain JClassImpl.basicSetUnit(JCompilationUnit newUnit, NotificationChain msgs)
           
 NotificationChain JMemberImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain JParameterImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain JClassImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain JMemberImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JParameterImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JClassImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JCompilationUnitImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JPackageImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JMethodImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JMemberImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JParameterImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JClassImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JCompilationUnitImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JPackageImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JMethodImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.java.impl with parameters of type NotificationChain
 NotificationChain JClassImpl.basicSetArrayType(JClass newArrayType, NotificationChain msgs)
           
 NotificationChain JClassImpl.basicSetComponentType(JClass newComponentType, NotificationChain msgs)
           
 NotificationChain JMemberImpl.basicSetContainingType(JClass newContainingType, NotificationChain msgs)
           
 NotificationChain JParameterImpl.basicSetMethod(JMethod newMethod, NotificationChain msgs)
           
 NotificationChain JClassImpl.basicSetPackage(JPackage newPackage, NotificationChain msgs)
           
 NotificationChain JClassImpl.basicSetUnit(JCompilationUnit newUnit, NotificationChain msgs)
           
 NotificationChain JMemberImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain JParameterImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain JClassImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain JMemberImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JParameterImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JClassImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JCompilationUnitImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JPackageImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JMethodImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JMemberImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JParameterImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JClassImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JCompilationUnitImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JPackageImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain JMethodImpl.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 MappingImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain MappingHelperImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain MappingImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain MappingHelperImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain MappingImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain MappingHelperImpl.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 MappingImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain MappingHelperImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain MappingImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain MappingHelperImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain MappingImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain MappingHelperImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.test.core.featuremap.supplier.impl
 

Methods in org.eclipse.emf.test.core.featuremap.supplier.impl that return NotificationChain
 NotificationChain SupplierImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.test.core.featuremap.supplier.impl with parameters of type NotificationChain
 NotificationChain SupplierImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.test.databinding.emfdb.impl
 

Methods in org.eclipse.emf.test.databinding.emfdb.impl that return NotificationChain
 NotificationChain AImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.test.databinding.emfdb.impl with parameters of type NotificationChain
 NotificationChain AImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.test.models.customer.impl
 

Methods in org.eclipse.emf.test.models.customer.impl that return NotificationChain
 NotificationChain CustomerTypeImpl.basicSetAddress(AddressType newAddress, NotificationChain msgs)
           
 NotificationChain CustomerTypeImpl.basicSetCreditCard(CreditInfo newCreditCard, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetCustomers(CustomersType newCustomers, NotificationChain msgs)
           
 NotificationChain CustomersTypeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain CustomerTypeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.test.models.customer.impl with parameters of type NotificationChain
 NotificationChain CustomerTypeImpl.basicSetAddress(AddressType newAddress, NotificationChain msgs)
           
 NotificationChain CustomerTypeImpl.basicSetCreditCard(CreditInfo newCreditCard, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetCustomers(CustomersType newCustomers, NotificationChain msgs)
           
 NotificationChain CustomersTypeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain CustomerTypeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.test.models.dbitem.impl
 

Methods in org.eclipse.emf.test.models.dbitem.impl that return NotificationChain
 NotificationChain DbTypeImpl.basicSetBluePen(PenType newBluePen, NotificationChain msgs)
           
 NotificationChain DbTypeImpl.basicSetBluePencil(PencilType newBluePencil, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetDbitem(DbType newDbitem, NotificationChain msgs)
           
 NotificationChain DbTypeImpl.basicSetRedPen(PenType newRedPen, NotificationChain msgs)
           
 NotificationChain DbTypeImpl.basicSetRedPencil(PencilType newRedPencil, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain DbTypeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.test.models.dbitem.impl with parameters of type NotificationChain
 NotificationChain DbTypeImpl.basicSetBluePen(PenType newBluePen, NotificationChain msgs)
           
 NotificationChain DbTypeImpl.basicSetBluePencil(PencilType newBluePencil, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetDbitem(DbType newDbitem, NotificationChain msgs)
           
 NotificationChain DbTypeImpl.basicSetRedPen(PenType newRedPen, NotificationChain msgs)
           
 NotificationChain DbTypeImpl.basicSetRedPencil(PencilType newRedPencil, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain DbTypeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.test.models.ext.impl
 

Methods in org.eclipse.emf.test.models.ext.impl that return NotificationChain
 NotificationChain FImpl.basicSetE(ExtE newE, NotificationChain msgs)
           
 NotificationChain FImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain ExtEImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain FImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain ExtEImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain FImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.test.models.ext.impl with parameters of type NotificationChain
 NotificationChain FImpl.basicSetE(ExtE newE, NotificationChain msgs)
           
 NotificationChain FImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain ExtEImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain FImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain ExtEImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain FImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.test.models.key.impl
 

Methods in org.eclipse.emf.test.models.key.impl that return NotificationChain
 NotificationChain RootImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.test.models.key.impl with parameters of type NotificationChain
 NotificationChain RootImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.test.models.lib.impl
 

Methods in org.eclipse.emf.test.models.lib.impl that return NotificationChain
 NotificationChain LibraryImpl.basicSetAddress(Address newAddress, NotificationChain msgs)
           
 NotificationChain LibraryImpl.basicSetCafeteria(Cafeteria newCafeteria, NotificationChain msgs)
           
 NotificationChain PersonImpl.basicSetLibrary(Library newLibrary, NotificationChain msgs)
           
 NotificationChain CafeteriaImpl.basicSetLibrary(Library newLibrary, NotificationChain msgs)
           
 NotificationChain PersonImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain CafeteriaImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain PersonImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain CafeteriaImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain LibraryImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain PersonImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain CafeteriaImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain LibraryImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.test.models.lib.impl with parameters of type NotificationChain
 NotificationChain LibraryImpl.basicSetAddress(Address newAddress, NotificationChain msgs)
           
 NotificationChain LibraryImpl.basicSetCafeteria(Cafeteria newCafeteria, NotificationChain msgs)
           
 NotificationChain PersonImpl.basicSetLibrary(Library newLibrary, NotificationChain msgs)
           
 NotificationChain CafeteriaImpl.basicSetLibrary(Library newLibrary, NotificationChain msgs)
           
 NotificationChain PersonImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain CafeteriaImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain PersonImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain CafeteriaImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain LibraryImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain PersonImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain CafeteriaImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain LibraryImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.test.models.library.impl
 

Methods in org.eclipse.emf.test.models.library.impl that return NotificationChain
 NotificationChain BookImpl.basicSetAuthor(Writer newAuthor, NotificationChain msgs)
           
 NotificationChain BookImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain WriterImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BookImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain WriterImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain LibraryImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.test.models.library.impl with parameters of type NotificationChain
 NotificationChain BookImpl.basicSetAuthor(Writer newAuthor, NotificationChain msgs)
           
 NotificationChain BookImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain WriterImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BookImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain WriterImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain LibraryImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.test.models.movie.db.impl
 

Methods in org.eclipse.emf.test.models.movie.db.impl that return NotificationChain
 NotificationChain DocumentRootImpl.basicSetCriticsReview(CriticsReviewType newCriticsReview, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetCustomerReview(CustomerReviewType newCustomerReview, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetMovieDB(MovieDBType newMovieDB, NotificationChain msgs)
           
 NotificationChain MovieTypeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain MovieDBTypeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.test.models.movie.db.impl with parameters of type NotificationChain
 NotificationChain DocumentRootImpl.basicSetCriticsReview(CriticsReviewType newCriticsReview, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetCustomerReview(CustomerReviewType newCustomerReview, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetMovieDB(MovieDBType newMovieDB, NotificationChain msgs)
           
 NotificationChain MovieTypeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain MovieDBTypeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.test.models.order.impl
 

Methods in org.eclipse.emf.test.models.order.impl that return NotificationChain
 NotificationChain CustomerOrderImpl.basicSetMoviesSeen(Order newMoviesSeen, NotificationChain msgs)
           
 NotificationChain CustomerOrderImpl.basicSetMoviesToSee(Order newMoviesToSee, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetOrder(CustomerOrder newOrder, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain CustomerOrderImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.test.models.order.impl with parameters of type NotificationChain
 NotificationChain CustomerOrderImpl.basicSetMoviesSeen(Order newMoviesSeen, NotificationChain msgs)
           
 NotificationChain CustomerOrderImpl.basicSetMoviesToSee(Order newMoviesToSee, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetOrder(CustomerOrder newOrder, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain CustomerOrderImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.test.models.ppo.impl
 

Methods in org.eclipse.emf.test.models.ppo.impl that return NotificationChain
 NotificationChain PurchaseOrderImpl.basicSetBillTo(USAddress newBillTo, NotificationChain msgs)
           
 NotificationChain PurchaseOrderImpl.basicSetShipTo(USAddress newShipTo, NotificationChain msgs)
           
 NotificationChain PurchaseOrderImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.test.models.ppo.impl with parameters of type NotificationChain
 NotificationChain PurchaseOrderImpl.basicSetBillTo(USAddress newBillTo, NotificationChain msgs)
           
 NotificationChain PurchaseOrderImpl.basicSetShipTo(USAddress newShipTo, NotificationChain msgs)
           
 NotificationChain PurchaseOrderImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.test.models.qname.impl
 

Methods in org.eclipse.emf.test.models.qname.impl that return NotificationChain
 NotificationChain DocumentRootImpl.basicSetResource(ResourceType newResource, NotificationChain msgs)
           
 NotificationChain ResourceTypeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.test.models.qname.impl with parameters of type NotificationChain
 NotificationChain DocumentRootImpl.basicSetResource(ResourceType newResource, NotificationChain msgs)
           
 NotificationChain ResourceTypeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.test.models.ref.impl
 

Methods in org.eclipse.emf.test.models.ref.impl that return NotificationChain
 NotificationChain C2Impl.basicSetA(A newA, NotificationChain msgs)
           
 NotificationChain BImpl.basicSetA(A newA, NotificationChain msgs)
           
 NotificationChain C1Impl.basicSetA(A newA, NotificationChain msgs)
           
 NotificationChain AImpl.basicSetB(B newB, NotificationChain msgs)
           
 NotificationChain DImpl.basicSetC(C newC, NotificationChain msgs)
           
 NotificationChain C3Impl.basicSetC(C newC, NotificationChain msgs)
           
 NotificationChain C4Impl.basicSetC(C newC, NotificationChain msgs)
           
 NotificationChain AImpl.basicSetC2(C2 newC2, NotificationChain msgs)
           
 NotificationChain BImpl.basicSetC2(C2 newC2, NotificationChain msgs)
           
 NotificationChain CImpl.basicSetC4(C4 newC4, NotificationChain msgs)
           
 NotificationChain DImpl.basicSetC4(C4 newC4, NotificationChain msgs)
           
 NotificationChain CImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain DImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain AImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain BImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain CImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C2Impl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain DImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain AImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C4Impl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain CImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C2Impl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain DImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C3Impl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain AImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C4Impl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C1Impl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.test.models.ref.impl with parameters of type NotificationChain
 NotificationChain C2Impl.basicSetA(A newA, NotificationChain msgs)
           
 NotificationChain BImpl.basicSetA(A newA, NotificationChain msgs)
           
 NotificationChain C1Impl.basicSetA(A newA, NotificationChain msgs)
           
 NotificationChain AImpl.basicSetB(B newB, NotificationChain msgs)
           
 NotificationChain DImpl.basicSetC(C newC, NotificationChain msgs)
           
 NotificationChain C3Impl.basicSetC(C newC, NotificationChain msgs)
           
 NotificationChain C4Impl.basicSetC(C newC, NotificationChain msgs)
           
 NotificationChain AImpl.basicSetC2(C2 newC2, NotificationChain msgs)
           
 NotificationChain BImpl.basicSetC2(C2 newC2, NotificationChain msgs)
           
 NotificationChain CImpl.basicSetC4(C4 newC4, NotificationChain msgs)
           
 NotificationChain DImpl.basicSetC4(C4 newC4, NotificationChain msgs)
           
 NotificationChain CImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain DImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain AImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain BImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain CImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C2Impl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain DImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain AImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C4Impl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain CImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C2Impl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain DImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C3Impl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain AImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C4Impl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C1Impl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.test.models.ref.unsettable.impl
 

Methods in org.eclipse.emf.test.models.ref.unsettable.impl that return NotificationChain
 NotificationChain C2UImpl.basicSetAu(AU newAu, NotificationChain msgs)
           
 NotificationChain BUImpl.basicSetAu(AU newAu, NotificationChain msgs)
           
 NotificationChain C1UImpl.basicSetAu(AU newAu, NotificationChain msgs)
           
 NotificationChain AUImpl.basicSetBu(BU newBu, NotificationChain msgs)
           
 NotificationChain BUImpl.basicSetC2u(C2U newC2u, NotificationChain msgs)
           
 NotificationChain AUImpl.basicSetC2u(C2U newC2u, NotificationChain msgs)
           
 NotificationChain DUImpl.basicSetC4u(C4U newC4u, NotificationChain msgs)
           
 NotificationChain CUImpl.basicSetC4u(C4U newC4u, NotificationChain msgs)
           
 NotificationChain C4UImpl.basicSetCu(CU newCu, NotificationChain msgs)
           
 NotificationChain DUImpl.basicSetCu(CU newCu, NotificationChain msgs)
           
 NotificationChain C3UImpl.basicSetCu(CU newCu, NotificationChain msgs)
           
 NotificationChain C2UImpl.basicUnsetAu(NotificationChain msgs)
           
 NotificationChain BUImpl.basicUnsetAu(NotificationChain msgs)
           
 NotificationChain C1UImpl.basicUnsetAu(NotificationChain msgs)
           
 NotificationChain AUImpl.basicUnsetBu(NotificationChain msgs)
           
 NotificationChain C4UImpl.basicUnsetCu(NotificationChain msgs)
           
 NotificationChain DUImpl.basicUnsetCu(NotificationChain msgs)
           
 NotificationChain C3UImpl.basicUnsetCu(NotificationChain msgs)
           
 NotificationChain DUImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain CUImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain BUImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain AUImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EUImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C4UImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain DUImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain CUImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C2UImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BUImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain AUImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EUImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C4UImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain DUImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C3UImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain CUImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C2UImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BUImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C1UImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain AUImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.test.models.ref.unsettable.impl with parameters of type NotificationChain
 NotificationChain C2UImpl.basicSetAu(AU newAu, NotificationChain msgs)
           
 NotificationChain BUImpl.basicSetAu(AU newAu, NotificationChain msgs)
           
 NotificationChain C1UImpl.basicSetAu(AU newAu, NotificationChain msgs)
           
 NotificationChain AUImpl.basicSetBu(BU newBu, NotificationChain msgs)
           
 NotificationChain BUImpl.basicSetC2u(C2U newC2u, NotificationChain msgs)
           
 NotificationChain AUImpl.basicSetC2u(C2U newC2u, NotificationChain msgs)
           
 NotificationChain DUImpl.basicSetC4u(C4U newC4u, NotificationChain msgs)
           
 NotificationChain CUImpl.basicSetC4u(C4U newC4u, NotificationChain msgs)
           
 NotificationChain C4UImpl.basicSetCu(CU newCu, NotificationChain msgs)
           
 NotificationChain DUImpl.basicSetCu(CU newCu, NotificationChain msgs)
           
 NotificationChain C3UImpl.basicSetCu(CU newCu, NotificationChain msgs)
           
 NotificationChain C2UImpl.basicUnsetAu(NotificationChain msgs)
           
 NotificationChain BUImpl.basicUnsetAu(NotificationChain msgs)
           
 NotificationChain C1UImpl.basicUnsetAu(NotificationChain msgs)
           
 NotificationChain AUImpl.basicUnsetBu(NotificationChain msgs)
           
 NotificationChain C4UImpl.basicUnsetCu(NotificationChain msgs)
           
 NotificationChain DUImpl.basicUnsetCu(NotificationChain msgs)
           
 NotificationChain C3UImpl.basicUnsetCu(NotificationChain msgs)
           
 NotificationChain DUImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain CUImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain BUImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain AUImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain EUImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C4UImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain DUImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain CUImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C2UImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BUImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain AUImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain EUImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C4UImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain DUImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C3UImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain CUImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C2UImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain BUImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain C1UImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain AUImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Uses of NotificationChain in org.eclipse.emf.test.models.tree.impl
 

Methods in org.eclipse.emf.test.models.tree.impl that return NotificationChain
 NotificationChain NodeImpl.basicSetData(Data newData, NotificationChain msgs)
           
 NotificationChain DataImpl.basicSetNode(Node newNode, NotificationChain msgs)
           
 NotificationChain NodeImpl.basicSetParent(Node newParent, NotificationChain msgs)
           
 NotificationChain NodeImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain NodeImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain DataImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain NodeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain DataImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 

Methods in org.eclipse.emf.test.models.tree.impl with parameters of type NotificationChain
 NotificationChain NodeImpl.basicSetData(Data newData, NotificationChain msgs)
           
 NotificationChain DataImpl.basicSetNode(Node newNode, NotificationChain msgs)
           
 NotificationChain NodeImpl.basicSetParent(Node newParent, NotificationChain msgs)
           
 NotificationChain NodeImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 NotificationChain NodeImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain DataImpl.eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain NodeImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain DataImpl.eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 


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