Package edu.udo.cs.miningmart.schemamatching

Class Summary
DataModelConnection  
DataModelMatcher Provides methods to match sets of concepts to sets of concepts.
EditDistanceMatcher A simple matcher based on the edit distance between two strings.
MatchingResult<T extends ParameterObject> Objects of this class are result matrices of schema matchers that implement the interface MmSchemaMatcher.
MmSchemaMatcher Abstract superclass of schema matching methods in the MiningMart environment.
NameAndTypeBasedSchemaMatcher Abstract superclass of those schema matching methods in the MiningMart environment that use only pairs of strings to do the matching.
NgramMatcher A simple matcher based on a comparison of all possible pairs of n-grams of two strings.
SoundexMatcher A simple matcher based on the soundex representation of strings.
StringEqualityMatcher A simple matcher based on String equality ignoring case.
 

Exception Summary
SchemaMatchException Superclass for exceptions thrown by the schema matchers.
 



Copyright © 2001-2005