Package org.eclipse.emf.compare.match.statistic

This package provides the logic behind EMF Compare's matching process.

See:
          Description

Class Summary
MetamodelFilter This class determines the unused features in a metamodel using models.
 

Package org.eclipse.emf.compare.match.statistic Description

This package provides the logic behind EMF Compare's matching process.

The metrics and similarity computation features are all provided by the classes within these packages. MetamodelFilter allows us to filter unused attributes/references of the models, NameSimilarity is in charge of computing String similarities and StructureSimilarity is used to compute structural similarities on the EObjects.


Copyright 2006 IBM Corporation and others.
All Rights Reserved.