|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.compare.match.engine.GenericMatchEngine
org.eclipse.emf.compare.match.engine.EcoreMatchEngine
public class EcoreMatchEngine
This will add ecore-specific behavior to the GenericMatchEngine.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.emf.compare.match.engine.GenericMatchEngine |
|---|
filter, options |
| Constructor Summary | |
|---|---|
EcoreMatchEngine()
|
|
| Method Summary | |
|---|---|
protected boolean |
isSimilar(org.eclipse.emf.ecore.EObject obj1,
org.eclipse.emf.ecore.EObject obj2)
Returns True if the 2 given EObjects are considered similar. |
| Methods inherited from class org.eclipse.emf.compare.match.engine.GenericMatchEngine |
|---|
contentMatch, contentMatch, contentSimilarity, findMostSimilar, getOption, haveDistinctID, haveDistinctXMIID, modelMatch, modelMatch, nameSimilarity, reset, resourceMatch, resourceMatch, resourceSetMatch, resourceSetMatch |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EcoreMatchEngine()
| Method Detail |
|---|
protected boolean isSimilar(org.eclipse.emf.ecore.EObject obj1,
org.eclipse.emf.ecore.EObject obj2)
throws FactoryException
True if the 2 given EObjects are considered similar.
isSimilar in class GenericMatchEngineobj1 - The first EObject to compare.obj2 - Second of the EObjects to compare.
True if both elements have the same serialization ID, False
otherwise.
FactoryException - Thrown if we cannot compute one of the needed similarity.GenericMatchEngine.isSimilar(org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EObject)
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||