Uses of Class
org.eclipse.emf.compare.match.statistic.MetamodelFilter

Packages that use MetamodelFilter
org.eclipse.emf.compare.match.engine Provides a generic match engine. 
org.eclipse.emf.compare.match.statistic.similarity Provides classes to compute String similarities and EObjects structural similarity. 
 

Uses of MetamodelFilter in org.eclipse.emf.compare.match.engine
 

Fields in org.eclipse.emf.compare.match.engine declared as MetamodelFilter
protected  MetamodelFilter GenericMatchEngine.filter
          MetamodelFilter used for filtering unused features of the objects we're computing the similarity for.
 

Uses of MetamodelFilter in org.eclipse.emf.compare.match.statistic.similarity
 

Methods in org.eclipse.emf.compare.match.statistic.similarity with parameters of type MetamodelFilter
static java.lang.String NameSimilarity.contentValue(org.eclipse.emf.ecore.EObject current, MetamodelFilter filter)
          Returns a string representation of all the features' values for a given EObject.
static double StructureSimilarity.relationsSimilarityMetric(org.eclipse.emf.ecore.EObject obj1, org.eclipse.emf.ecore.EObject obj2, MetamodelFilter filter)
          This method returns a double comprised between 0 and 1 representing the relations similarities of the 2 EObjects. - 1 means the 2 objects surroundings are very similar - 0 means the 2 objects surroundings are very different.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.