Uses of Interface
org.eclipse.emf.compare.match.metamodel.UnmatchElement

Packages that use UnmatchElement
org.eclipse.emf.compare.diff.engine Provides a generic diff engine. 
org.eclipse.emf.compare.epatch.diff   
org.eclipse.emf.compare.match.metamodel   
org.eclipse.emf.compare.match.metamodel.impl   
org.eclipse.emf.compare.match.metamodel.util   
 

Uses of UnmatchElement in org.eclipse.emf.compare.diff.engine
 

Method parameters in org.eclipse.emf.compare.diff.engine with type arguments of type UnmatchElement
protected  void GenericDiffEngine.processUnmatchedElements(DiffGroup diffRoot, java.util.List<UnmatchElement> unmatched)
          This will process the unmatched elements list and create the appropriate DiffElements.
 

Uses of UnmatchElement in org.eclipse.emf.compare.epatch.diff
 

Method parameters in org.eclipse.emf.compare.epatch.diff with type arguments of type UnmatchElement
protected  void DiffEpatchService.fillUnmatchSet(org.eclipse.emf.common.util.EList<UnmatchElement> elements)
           
 

Uses of UnmatchElement in org.eclipse.emf.compare.match.metamodel
 

Methods in org.eclipse.emf.compare.match.metamodel that return UnmatchElement
 UnmatchElement MatchFactory.createUnmatchElement()
          Returns a new object of class 'Unmatch Element'
 

Methods in org.eclipse.emf.compare.match.metamodel that return types with arguments of type UnmatchElement
 org.eclipse.emf.common.util.EList<UnmatchElement> MatchModel.getUnmatchedElements()
          Returns the value of the 'Unmatched Elements' containment reference list.
 

Uses of UnmatchElement in org.eclipse.emf.compare.match.metamodel.impl
 

Classes in org.eclipse.emf.compare.match.metamodel.impl that implement UnmatchElement
 class UnmatchElementImpl
          An implementation of the model object 'Unmatch Element'.
 

Fields in org.eclipse.emf.compare.match.metamodel.impl with type parameters of type UnmatchElement
protected  org.eclipse.emf.common.util.EList<UnmatchElement> MatchModelImpl.unmatchedElements
          The cached value of the 'Unmatched Elements' containment reference list
 

Methods in org.eclipse.emf.compare.match.metamodel.impl that return UnmatchElement
 UnmatchElement MatchFactoryImpl.createUnmatchElement()
           
 

Methods in org.eclipse.emf.compare.match.metamodel.impl that return types with arguments of type UnmatchElement
 org.eclipse.emf.common.util.EList<UnmatchElement> MatchModelImpl.getUnmatchedElements()
           
 

Uses of UnmatchElement in org.eclipse.emf.compare.match.metamodel.util
 

Methods in org.eclipse.emf.compare.match.metamodel.util with parameters of type UnmatchElement
 T MatchSwitch.caseUnmatchElement(UnmatchElement object)
          Returns the result of interpreting the object as an instance of 'Unmatch Element'.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.