Uses of Interface
de.fuberlin.wiwiss.semmf.engine.Matcher

Packages that use Matcher
de.fuberlin.wiwiss.semmf.descr   
de.fuberlin.wiwiss.semmf.descr.impl   
de.fuberlin.wiwiss.semmf.engine   
 

Uses of Matcher in de.fuberlin.wiwiss.semmf.descr
 

Methods in de.fuberlin.wiwiss.semmf.descr that return Matcher
 Matcher PropertyMatchingDescription.getMatcher()
           
 Matcher NodeMatchingDescription.getMatcher()
           
 

Uses of Matcher in de.fuberlin.wiwiss.semmf.descr.impl
 

Fields in de.fuberlin.wiwiss.semmf.descr.impl declared as Matcher
 Matcher PropertyMatchingDescriptionImpl.matcher
          A Matcher which will be used to calculate the similarity of the query and resource properties.
 Matcher NodeMatchingDescriptionImpl.matcher
          A Matcher which will be used to calculate the similarity of the query and resource nodes.
 

Methods in de.fuberlin.wiwiss.semmf.descr.impl that return Matcher
 Matcher PropertyMatchingDescriptionImpl.getMatcher()
           
 Matcher NodeMatchingDescriptionImpl.getMatcher()
           
 

Uses of Matcher in de.fuberlin.wiwiss.semmf.engine
 

Classes in de.fuberlin.wiwiss.semmf.engine that implement Matcher
 class NumericMatcher
          A class providing functionality for matching two semantically corresponding numerical values.
 class StringMatcher
          A class providing functionality for matching two semantically corresponding String values.
 class TaxonomicMatcher
          Object providing functionality for calculationg similarity between two given concepts based on their respective positions in an underlying hierarchy.