it.unitn.disi.smatch.matchers.structure.node
Interface INodeMatcher

All Known Implementing Classes:
DefaultNodeMatcher, EvalNodeMatcher

public interface INodeMatcher

An interface for node matchers.

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

Method Summary
 char nodeMatch(IMatchMatrix cLabMatrix, INode sourceNode, INode targetNode)
          Matches two nodes and returns a relation between them.
 

Method Detail

nodeMatch

char nodeMatch(IMatchMatrix cLabMatrix,
               INode sourceNode,
               INode targetNode)
               throws SMatchException
Matches two nodes and returns a relation between them.

Parameters:
cLabMatrix - a matrix of relations between atomic concepts.
sourceNode - source node
targetNode - target node
Returns:
relation between source and target nodes.
Throws:
SMatchException


© 2010 Knowdive @ DISI