morfologik.fsa
Class FSAMatch

java.lang.Object
  extended by morfologik.fsa.FSAMatch

public final class FSAMatch
extends java.lang.Object

A matching result returned from FSATraversalHelper.

See Also:
FSATraversalHelper

Constructor Summary
FSAMatch()
           
 
Method Summary
 FSAMatchType getMatchType()
          Return match type.
 int getMismatchIndex()
          Return the index at which a mismatch occurred.
 int getMismatchNode()
          Return the node at which mismatch occurred.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSAMatch

public FSAMatch()
Method Detail

getMatchType

public FSAMatchType getMatchType()
Return match type.


getMismatchIndex

public int getMismatchIndex()
Return the index at which a mismatch occurred.

See Also:
FSAMatchType

getMismatchNode

public int getMismatchNode()
Return the node at which mismatch occurred.

See Also:
FSAMatchType