Uses of Interface
org.eclipse.emf.compare.diff.metamodel.AttributeChange

Packages that use AttributeChange
org.eclipse.emf.compare.diff.metamodel   
org.eclipse.emf.compare.diff.metamodel.impl   
org.eclipse.emf.compare.diff.metamodel.util   
 

Uses of AttributeChange in org.eclipse.emf.compare.diff.metamodel
 

Subinterfaces of AttributeChange in org.eclipse.emf.compare.diff.metamodel
 interface AddAttribute
          A representation of the model object 'Add Attribute'.
 interface AttributeChangeLeftTarget
          A representation of the model object 'Attribute Change Left Target'
 interface AttributeChangeRightTarget
          A representation of the model object 'Attribute Change Right Target'
 interface RemoteAddAttribute
          A representation of the model object 'Remote Add Attribute'
 interface RemoteRemoveAttribute
          A representation of the model object 'Remote Remove Attribute'
 interface RemoteUpdateAttribute
          A representation of the model object 'Remote Update Attribute'
 interface RemoveAttribute
          A representation of the model object 'Remove Attribute'.
 interface UpdateAttribute
          A representation of the model object 'Update Attribute'.
 

Methods in org.eclipse.emf.compare.diff.metamodel that return AttributeChange
 AttributeChange DiffFactory.createAttributeChange()
          Returns a new object of class 'Attribute Change'.
 

Uses of AttributeChange in org.eclipse.emf.compare.diff.metamodel.impl
 

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement AttributeChange
 class AddAttributeImpl
          An implementation of the model object 'Add Attribute'.
 class AttributeChangeImpl
          An implementation of the model object 'Attribute Change'.
 class AttributeChangeLeftTargetImpl
          An implementation of the model object 'Attribute Change Left Target'
 class AttributeChangeRightTargetImpl
          An implementation of the model object 'Attribute Change Right Target'
 class RemoteAddAttributeImpl
          An implementation of the model object 'Remote Add Attribute'
 class RemoteRemoveAttributeImpl
          An implementation of the model object 'Remote Remove Attribute'
 class RemoteUpdateAttributeImpl
          An implementation of the model object 'Remote Update Attribute'
 class RemoveAttributeImpl
          An implementation of the model object 'Remove Attribute'.
 class UpdateAttributeImpl
          An implementation of the model object 'Update Attribute'.
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return AttributeChange
 AttributeChange DiffFactoryImpl.createAttributeChange()
           
 

Uses of AttributeChange in org.eclipse.emf.compare.diff.metamodel.util
 

Methods in org.eclipse.emf.compare.diff.metamodel.util with parameters of type AttributeChange
 T DiffSwitch.caseAttributeChange(AttributeChange object)
          Returns the result of interpreting the object as an instance of 'Attribute Change'.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.