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

Packages that use AttributeChangeLeftTarget
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 AttributeChangeLeftTarget in org.eclipse.emf.compare.diff.metamodel
 

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

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement AttributeChangeLeftTarget
 class AttributeChangeLeftTargetImpl
          An implementation of the model object 'Attribute Change Left Target '.
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return AttributeChangeLeftTarget
 AttributeChangeLeftTarget DiffFactoryImpl.createAttributeChangeLeftTarget()
           
 

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

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

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.