Package org.eclipse.emf.cdo.compare
Klasse CDOCompare.CDOMatchEngine.Factory
java.lang.Object
org.eclipse.emf.cdo.compare.CDOCompare.CDOMatchEngine.Factory
- Alle implementierten Schnittstellen:
org.eclipse.emf.compare.match.IMatchEngine.Factory
- Umschließende Klasse:
CDOCompare.CDOMatchEngine
public static class CDOCompare.CDOMatchEngine.Factory
extends Object
implements org.eclipse.emf.compare.match.IMatchEngine.Factory
Creates
match engine instances.- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.compare.match.IMatchEngine.Factory
org.eclipse.emf.compare.match.IMatchEngine.Factory.Registry -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungFactory()Default factory configuration used by EMF Compare diff engine factory extension pointFactory(org.eclipse.emf.compare.match.eobject.IEObjectMatcher matcher, org.eclipse.emf.compare.match.IComparisonFactory comparisonFactory) protectedFactory(org.eclipse.emf.compare.match.IMatchEngine matchEngine) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected CDOCompare.CDOMatchEnginecreateMatchEngine(org.eclipse.emf.compare.match.eobject.IEObjectMatcher matcher, org.eclipse.emf.compare.match.IComparisonFactory comparisonFactory) org.eclipse.emf.compare.match.IMatchEngineintbooleanisMatchEngineFactoryFor(org.eclipse.emf.compare.scope.IComparisonScope scope) voidsetRanking(int ranking)
-
Konstruktordetails
-
Factory
public Factory()Default factory configuration used by EMF Compare diff engine factory extension point- Seit:
- 4.6
-
Factory
public Factory(org.eclipse.emf.compare.match.eobject.IEObjectMatcher matcher, org.eclipse.emf.compare.match.IComparisonFactory comparisonFactory) -
Factory
protected Factory(org.eclipse.emf.compare.match.IMatchEngine matchEngine)
-
-
Methodendetails
-
createMatchEngine
protected CDOCompare.CDOMatchEngine createMatchEngine(org.eclipse.emf.compare.match.eobject.IEObjectMatcher matcher, org.eclipse.emf.compare.match.IComparisonFactory comparisonFactory) -
getMatchEngine
public org.eclipse.emf.compare.match.IMatchEngine getMatchEngine()- Angegeben von:
getMatchEnginein Schnittstelleorg.eclipse.emf.compare.match.IMatchEngine.Factory
-
getRanking
public int getRanking()- Angegeben von:
getRankingin Schnittstelleorg.eclipse.emf.compare.match.IMatchEngine.Factory
-
setRanking
public void setRanking(int ranking) - Angegeben von:
setRankingin Schnittstelleorg.eclipse.emf.compare.match.IMatchEngine.Factory
-
isMatchEngineFactoryFor
public boolean isMatchEngineFactoryFor(org.eclipse.emf.compare.scope.IComparisonScope scope) - Angegeben von:
isMatchEngineFactoryForin Schnittstelleorg.eclipse.emf.compare.match.IMatchEngine.Factory
-