Class CDOCompare.CDOMatchEngine

java.lang.Object
org.eclipse.emf.compare.match.DefaultMatchEngine
org.eclipse.emf.cdo.compare.CDOCompare.CDOMatchEngine
All Implemented Interfaces:
org.eclipse.emf.compare.match.IMatchEngine
Enclosing class:
CDOCompare

public static class CDOCompare.CDOMatchEngine extends org.eclipse.emf.compare.match.DefaultMatchEngine
A match engine that treats resources as EObjects.
Author:
Eike Stepper
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Creates match engine instances.
  • Field Summary

    Fields inherited from class org.eclipse.emf.compare.match.DefaultMatchEngine

    DEFAULT_EOBJECT_URI_CACHE_MAX_SIZE
  • Constructor Summary

    Constructors
    Constructor
    Description
    CDOMatchEngine(org.eclipse.emf.compare.match.eobject.IEObjectMatcher matcher, org.eclipse.emf.compare.match.IComparisonFactory comparisonFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    match(org.eclipse.emf.compare.Comparison comparison, org.eclipse.emf.compare.scope.IComparisonScope scope, Notifier left, Notifier right, Notifier origin, Monitor monitor)
     

    Methods inherited from class org.eclipse.emf.compare.match.DefaultMatchEngine

    create, create, create, create, createDefaultEObjectMatcher, createDefaultEObjectMatcher, createDefaultEObjectMatcher, createResourceMatcher, getEObjectMatcher, getResourceMatcher, match, match, match, match

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CDOMatchEngine

      public CDOMatchEngine(org.eclipse.emf.compare.match.eobject.IEObjectMatcher matcher, org.eclipse.emf.compare.match.IComparisonFactory comparisonFactory)
      Since:
      4.6
  • Method Details

    • match

      protected void match(org.eclipse.emf.compare.Comparison comparison, org.eclipse.emf.compare.scope.IComparisonScope scope, Notifier left, Notifier right, Notifier origin, Monitor monitor)
      Overrides:
      match in class org.eclipse.emf.compare.match.DefaultMatchEngine