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

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

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

Subinterfaces of AttributeChangeRightTarget in org.eclipse.emf.compare.diff.metamodel
 interface AddAttribute
          A representation of the model object 'Add Attribute'.
 interface RemoteRemoveAttribute
          A representation of the model object 'Remote Remove Attribute'
 

Methods in org.eclipse.emf.compare.diff.metamodel that return AttributeChangeRightTarget
 AttributeChangeRightTarget DiffFactory.createAttributeChangeRightTarget()
          Returns a new object of class 'Attribute Change Right Target'
 

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement AttributeChangeRightTarget
 class AddAttributeImpl
          An implementation of the model object 'Add Attribute'.
 class AttributeChangeRightTargetImpl
          An implementation of the model object 'Attribute Change Right Target'
 class RemoteRemoveAttributeImpl
          An implementation of the model object 'Remote Remove Attribute'
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return AttributeChangeRightTarget
 AttributeChangeRightTarget DiffFactoryImpl.createAttributeChangeRightTarget()
           
 

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.