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 AttributeChangeLeftTarget
          A representation of the model object 'Attribute Change Left Target'
 interface AttributeChangeRightTarget
          A representation of the model object 'Attribute Change Right Target'
 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 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 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.