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

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

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

Methods in org.eclipse.emf.compare.diff.metamodel that return RemoveModelElement
 RemoveModelElement DiffFactory.createRemoveModelElement()
          Returns a new object of class 'Remove Model Element'.
 

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement RemoveModelElement
 class RemoveModelElementImpl
          An implementation of the model object 'Remove Model Element'
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return RemoveModelElement
 RemoveModelElement DiffFactoryImpl.createRemoveModelElement()
           
 

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.