Package de.fuberlin.wiwiss.semmf.engine

Interface Summary
Matcher Each Matcher assigned to a NodeMatchingDescription and therefore passed to the matching engine must implement this interface.
 

Class Summary
ClusterSimComparator This comaprator is used by the matching engine to sort GraphMatchingResults descending order, by the similarity of a given cluster.
GraphSimComparator This comaprator is used by the matching engine to sort GraphMatchingResults by their similarity value in a descending manner.
MatchingEngine Given a MatchingDescription this class performs semantic matching between a query graph and a set of resource graphs.
NumericMatcher A class providing functionality for matching two semantically corresponding numerical values.
NumericMatcherAssembler A class reading a specification of parameters for a Numeric Matcher provided in a matching description.
StringMatcher A class providing functionality for matching two semantically corresponding String values.
StringMatcherAssembler A class reading a specification of parameters for a String Matcher provided in a matching description.
TaxonomicMatcher Object providing functionality for calculationg similarity between two given concepts based on their respective positions in an underlying hierarchy.
TaxonomicMatcherAssembler A class reading a specification of parameters for a Taxonomic Matcher provided in a matching description.