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) protected
Factory
(org.eclipse.emf.compare.match.IMatchEngine matchEngine) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected CDOCompare.CDOMatchEngine
createMatchEngine
(org.eclipse.emf.compare.match.eobject.IEObjectMatcher matcher, org.eclipse.emf.compare.match.IComparisonFactory comparisonFactory) org.eclipse.emf.compare.match.IMatchEngine
int
boolean
isMatchEngineFactoryFor
(org.eclipse.emf.compare.scope.IComparisonScope scope) void
setRanking
(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:
getMatchEngine
in Schnittstelleorg.eclipse.emf.compare.match.IMatchEngine.Factory
-
getRanking
public int getRanking()- Angegeben von:
getRanking
in Schnittstelleorg.eclipse.emf.compare.match.IMatchEngine.Factory
-
setRanking
public void setRanking(int ranking) - Angegeben von:
setRanking
in Schnittstelleorg.eclipse.emf.compare.match.IMatchEngine.Factory
-
isMatchEngineFactoryFor
public boolean isMatchEngineFactoryFor(org.eclipse.emf.compare.scope.IComparisonScope scope) - Angegeben von:
isMatchEngineFactoryFor
in Schnittstelleorg.eclipse.emf.compare.match.IMatchEngine.Factory
-