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

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

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

Methods in org.eclipse.emf.compare.diff.metamodel that return ConflictingDiffElement
 ConflictingDiffElement DiffFactory.createConflictingDiffElement()
          Returns a new object of class 'Conflicting Diff Element'
 

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement ConflictingDiffElement
 class ConflictingDiffElementImpl
          An implementation of the model object 'Conflicting Diff Element'
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return ConflictingDiffElement
 ConflictingDiffElement DiffFactoryImpl.createConflictingDiffElement()
           
 

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.