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

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

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

Subinterfaces of MoveModelElement in org.eclipse.emf.compare.diff.metamodel
 interface RemoteMoveModelElement
          A representation of the model object 'Remote Move Model Element'
 

Methods in org.eclipse.emf.compare.diff.metamodel that return MoveModelElement
 MoveModelElement DiffFactory.createMoveModelElement()
          Returns a new object of class 'Move Model Element'
 

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement MoveModelElement
 class MoveModelElementImpl
          An implementation of the model object 'Move Model Element'
 class RemoteMoveModelElementImpl
          An implementation of the model object 'Remote Move Model Element'
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return MoveModelElement
 MoveModelElement DiffFactoryImpl.createMoveModelElement()
           
 

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.