Package org.eclipse.emf.compare.match
-
Interface Summary Interface Description IComparisonFactory A factory forComparison
.IEqualityHelperFactory A factory that instantiate IEqualityHelper.IMatchEngine This class defines the general contract of a Matching engine.IMatchEngine.Factory Wrapper describing the given match engine.IMatchEngine.Factory.Registry A registry ofIMatchEngine.Factory
. -
Class Summary Class Description DefaultComparisonFactory A default implementation ofIComparisonFactory
that creates a newComparison
through thedefault CompareFactory
.DefaultEqualityHelperFactory Default implementation ofIEqualityHelperFactory
.DefaultMatchEngine The Match engine orchestrates the matching process : it takes anscope
as input, iterates over itsleft
,right
andorigin
roots and delegates toIResourceMatcher
s andIEObjectMatcher
s in order to create the resultComparison
model for this scope.MatchOfContainmentReferenceChangeAdapter SpecificAdapter
toMatch
es that are related to containmentReferenceChange
s (that are placed in their parentMatch
).