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

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

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

Subinterfaces of ReferenceChange in org.eclipse.emf.compare.diff.metamodel
 interface ReferenceChangeLeftTarget
          A representation of the model object 'Reference Change Left Target'
 interface ReferenceChangeRightTarget
          A representation of the model object 'Reference Change Right Target'
 interface ReferenceOrderChange
          A representation of the model object 'Reference Order Change'.
 interface UpdateReference
          A representation of the model object 'Update Reference'.
 

Methods in org.eclipse.emf.compare.diff.metamodel that return ReferenceChange
 ReferenceChange DiffFactory.createReferenceChange()
          Returns a new object of class 'Reference Change'
 

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement ReferenceChange
 class ReferenceChangeImpl
          An implementation of the model object 'Reference Change'.
 class ReferenceChangeLeftTargetImpl
          An implementation of the model object 'Reference Change Left Target '.
 class ReferenceChangeRightTargetImpl
          An implementation of the model object ' Reference Change Right Target'.
 class ReferenceOrderChangeImpl
          An implementation of the model object 'Reference Order Change'
 class UpdateReferenceImpl
          An implementation of the model object 'Update Reference'.
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return ReferenceChange
 ReferenceChange DiffFactoryImpl.createReferenceChange()
           
 

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.