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

java.lang.Object
  extended by it.unitn.disi.smatch.matchers.structure.tree.EvalTLMatcher
All Implemented Interfaces:
ITreeMatcher

public class EvalTLMatcher
extends java.lang.Object
implements ITreeMatcher

For formula evaluation.

Author:
Aliaksandr Autayeu avtaev@gmail.com

Constructor Summary
EvalTLMatcher()
           
 
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

EvalTLMatcher

public EvalTLMatcher()
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