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

    Konstruktoren
    Modifizierer
    Konstruktor
    Beschreibung
     
    Default factory configuration used by EMF Compare diff engine factory extension point
     
    Factory(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 Typ
    Methode
    Beschreibung
    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)
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 Schnittstelle org.eclipse.emf.compare.match.IMatchEngine.Factory
    • getRanking

      public int getRanking()
      Angegeben von:
      getRanking in Schnittstelle org.eclipse.emf.compare.match.IMatchEngine.Factory
    • setRanking

      public void setRanking(int ranking)
      Angegeben von:
      setRanking in Schnittstelle org.eclipse.emf.compare.match.IMatchEngine.Factory
    • isMatchEngineFactoryFor

      public boolean isMatchEngineFactoryFor(org.eclipse.emf.compare.scope.IComparisonScope scope)
      Angegeben von:
      isMatchEngineFactoryFor in Schnittstelle org.eclipse.emf.compare.match.IMatchEngine.Factory