it.unitn.disi.smatch.matchers.structure.tree
Interface ITreeMatcher

All Known Implementing Classes:
BaselineTreeMatcher, DefaultTreeMatcher, EvalTLMatcher, OptimizedStageTreeMatcher

public interface ITreeMatcher

An interface for tree matchers.

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

Method Summary
 IMatchMatrix treeMatch(IContext sourceContext, IContext targetContext, IMatchMatrix ClabMatrix)
          Matches two contexts.
 

Method Detail

treeMatch

IMatchMatrix treeMatch(IContext sourceContext,
                       IContext targetContext,
                       IMatchMatrix ClabMatrix)
                       throws SMatchException
Matches two contexts.

Parameters:
sourceContext - source context
targetContext - target context
ClabMatrix - a matrix of relations between ACoLs of contexts
Returns:
a matrix of relations between contexts
Throws:
SMatchException


© 2010 Knowdive @ DISI