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

Packages that use MatchElement
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 MatchElement in org.eclipse.emf.compare.epatch.diff
 

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

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

Subinterfaces of MatchElement in org.eclipse.emf.compare.match.metamodel
 interface Match2Elements
          A representation of the model object 'Match2 Elements'.
 interface Match3Elements
          A representation of the model object 'Match3 Elements'.
 

Methods in org.eclipse.emf.compare.match.metamodel that return types with arguments of type MatchElement
 org.eclipse.emf.common.util.EList<MatchElement> MatchModel.getMatchedElements()
          Returns the value of the 'Matched Elements' containment reference list.
 org.eclipse.emf.common.util.EList<MatchElement> MatchElement.getSubMatchElements()
          Returns the value of the 'Sub Match Elements' containment reference list.
 

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

Classes in org.eclipse.emf.compare.match.metamodel.impl that implement MatchElement
 class Match2ElementsImpl
          An implementation of the model object 'Match2 Elements'.
 class Match3ElementsImpl
          An implementation of the model object 'Match3 Elements'.
 class MatchElementImpl
          An implementation of the model object 'Element'.
 

Fields in org.eclipse.emf.compare.match.metamodel.impl with type parameters of type MatchElement
protected  org.eclipse.emf.common.util.EList<MatchElement> MatchModelImpl.matchedElements
          The cached value of the 'Matched Elements' containment reference list
protected  org.eclipse.emf.common.util.EList<MatchElement> MatchElementImpl.subMatchElements
          The cached value of the 'Sub Match Elements' containment reference list
 

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

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

Methods in org.eclipse.emf.compare.match.metamodel.util with parameters of type MatchElement
 T MatchSwitch.caseMatchElement(MatchElement object)
          Returns the result of interpretting the object as an instance of 'Element'.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.