it.unitn.disi.smatch.matchers.structure.tree
Class DefaultTreeMatcher

java.lang.Object
  extended by it.unitn.disi.smatch.matchers.structure.tree.DefaultTreeMatcher
All Implemented Interfaces:
ITreeMatcher
Direct Known Subclasses:
BaselineTreeMatcher

public class DefaultTreeMatcher
extends java.lang.Object
implements ITreeMatcher


Constructor Summary
DefaultTreeMatcher()
           
 
Method Summary
 IMatchMatrix treeMatch(IContext sourceContext, IContext targetContext, IMatchMatrix ClabMatrix)
          Matches two contexts.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTreeMatcher

public DefaultTreeMatcher()
Method Detail

treeMatch

public IMatchMatrix treeMatch(IContext sourceContext,
                              IContext targetContext,
                              IMatchMatrix ClabMatrix)
                       throws SMatchException
Description copied from interface: ITreeMatcher
Matches two contexts.

Specified by:
treeMatch in interface ITreeMatcher
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