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

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

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

Methods in org.eclipse.emf.compare.diff.metamodel that return GenericDiffElement
 GenericDiffElement DiffFactory.createGenericDiffElement()
          Returns a new object of class 'Generic Diff Element'.
 

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement GenericDiffElement
 class GenericDiffElementImpl
          An implementation of the model object 'Generic Diff Element'
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return GenericDiffElement
 GenericDiffElement DiffFactoryImpl.createGenericDiffElement()
           
 

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

Methods in org.eclipse.emf.compare.diff.metamodel.util with parameters of type GenericDiffElement
 T DiffSwitch.caseGenericDiffElement(GenericDiffElement object)
          Returns the result of interpreting the object as an instance of 'Generic Diff Element'
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.