it.unitn.disi.smatch.matchers.element
Interface IMatcherLibrary

All Known Implementing Classes:
EvalELMatcher, MatcherLibrary

public interface IMatcherLibrary

Interface for collections of matchers, which perform element-level matching.

Author:
Mikalai Yatskevich mikalai.yatskevich@comlab.ox.ac.uk, Aliaksandr Autayeu avtaev@gmail.com

Method Summary
 IMatchMatrix elementLevelMatching(IContext sourceContext, IContext targetContext)
          Performs Step 3 of semantic matching algorithm
 

Method Detail

elementLevelMatching

IMatchMatrix elementLevelMatching(IContext sourceContext,
                                  IContext targetContext)
                                  throws SMatchException
Performs Step 3 of semantic matching algorithm

Parameters:
sourceContext - source context
targetContext - target context
Returns:
matrix of semantic relatons between nodes in both contexts
Throws:
SMatchException


© 2010 Knowdive @ DISI