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

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

Methods in org.eclipse.emf.compare.diff.metamodel that return UpdateReference
 UpdateReference DiffFactory.createUpdateReference()
          Returns a new object of class 'Update Reference'
 

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement UpdateReference
 class UpdateReferenceImpl
          An implementation of the model object 'Update Reference'.
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return UpdateReference
 UpdateReference DiffFactoryImpl.createUpdateReference()
           
 

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

Methods in org.eclipse.emf.compare.diff.metamodel.util with parameters of type UpdateReference
 T DiffSwitch.caseUpdateReference(UpdateReference object)
          Returns the result of interpreting the object as an instance of 'Update Reference'.
 

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.