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

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

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

Subinterfaces of UpdateModelElement in org.eclipse.emf.compare.diff.metamodel
 interface MoveModelElement
          A representation of the model object 'Move Model Element'
 interface UpdateContainmentFeature
          A representation of the model object 'Update Containment Feature'
 

Methods in org.eclipse.emf.compare.diff.metamodel that return UpdateModelElement
 UpdateModelElement DiffFactory.createUpdateModelElement()
          Returns a new object of class 'Update Model Element'
 

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement UpdateModelElement
 class MoveModelElementImpl
          An implementation of the model object 'Move Model Element'.
 class UpdateContainmentFeatureImpl
          An implementation of the model object 'Update Containment Feature'
 class UpdateModelElementImpl
          An implementation of the model object 'Update Model Element'
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return UpdateModelElement
 UpdateModelElement DiffFactoryImpl.createUpdateModelElement()
           
 

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.