|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnMatchElement | |
|---|---|
| org.eclipse.emf.compare.diff.engine | Provides a generic diff engine. |
| 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 |
|---|
| Fields in org.eclipse.emf.compare.diff.engine with type parameters of type UnMatchElement | |
|---|---|
protected java.util.Map<UnMatchElement,java.lang.Boolean> |
GenericDiffEngine.unMatchedElements
This map will keep track of the top level unmatched elements, as well as whether they are conflicting. |
| Method parameters in org.eclipse.emf.compare.diff.engine with type arguments of type UnMatchElement | |
|---|---|
protected void |
GenericDiffEngine.processUnMatchedElements(DiffGroup diffRoot,
org.eclipse.emf.ecore.resource.Resource leftModel,
java.util.List<UnMatchElement> unMatched)
This will process the unmatched elements list and create the appropriate
DiffElements. |
protected void |
GenericDiffEngine.processUnMatchedElements(DiffGroup diffRoot,
org.eclipse.emf.ecore.resource.Resource leftModel,
java.util.Map<UnMatchElement,java.lang.Boolean> unMatched)
This will process the unmatched elements list and create the appropriate
DiffElements. |
| Uses of UnMatchElement in org.eclipse.emf.compare.match.metamodel |
|---|
| Subinterfaces of UnMatchElement in org.eclipse.emf.compare.match.metamodel | |
|---|---|
interface |
RemoteUnMatchElement
A representation of the model object 'Remote Un Match Element' |
| Methods in org.eclipse.emf.compare.match.metamodel that return UnMatchElement | |
|---|---|
UnMatchElement |
MatchFactory.createUnMatchElement()
Returns a new object of class 'Un Match 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 'Un Matched 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 |
RemoteUnMatchElementImpl
An implementation of the model object 'Remote Un Match Element' |
class |
UnMatchElementImpl
An implementation of the model object 'Un Match 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 ' Un Matched 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 interpretting the object as an instance of 'Un Match Element'. |
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||