Class NameSimilarityMatchingStrategy

java.lang.Object
org.eclipse.emf.compare.match.resource.NameSimilarityMatchingStrategy
All Implemented Interfaces:
IResourceMatchingStrategy

public class NameSimilarityMatchingStrategy extends Object implements IResourceMatchingStrategy
This implementation of a matching strategy will try and determine the resource mappings through the similarity of their names.

Specifically, this will determine the cartesian product of the resource sets, compute a similarity for every single couple of Resource, then consider that every similarity that is above 80% constitutes a mapping.