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

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

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

Methods in org.eclipse.emf.compare.diff.metamodel that return AddModelElement
 AddModelElement DiffFactory.createAddModelElement()
          Returns a new object of class 'Add Model Element'
 

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement AddModelElement
 class AddModelElementImpl
          An implementation of the model object 'Add Model Element'
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return AddModelElement
 AddModelElement DiffFactoryImpl.createAddModelElement()
           
 

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.