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   
org.eclipse.emf.compare.epatch.diff   
 

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

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 AttributeChangeRightTargetImpl
          An implementation of the model object ' Attribute Change Right Target'.
 

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'
 

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

Methods in org.eclipse.emf.compare.epatch.diff with parameters of type AttributeChangeRightTarget
protected  void DiffEpatchService.handleAttrChangeRight(AttributeChangeRightTarget ele)
           
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.