Package org.eclipse.emf.compare.match.eobject.internal


package org.eclipse.emf.compare.match.eobject.internal
  • Class
    Description
    A Map acting like a LRU cache which will evict elements which have not been accessed in a while.
    An implementation of EObjectIndex which segregates given EObjects using their type and then delegate to other indexes.
    Implementators of this interface might provide elements to be matched "ahead of time".
    This class is responsible for holding several version of EObjects from sides left, right or origins and provides the ability to return the closest instance (from a difference side) of a given EObject.
    A class responsible for tracking statistics about a given comparison process.
    A simple implementation of WeightProvider.Descriptor that will delegate its method implementation to values given to its constructor.