Uses of Interface
morfologik.fsa.core.FSA.Node

Packages that use FSA.Node
morfologik.fsa.core   
 

Uses of FSA.Node in morfologik.fsa.core
 

Methods in morfologik.fsa.core that return FSA.Node
 FSA.Node FSA.Arc.getDestinationNode()
          Returns the destination node, pointed to by this arc.
 FSA.Node FSAMatch.getMismatchNode()
           
abstract  FSA.Node FSA.getStartNode()
          Returns the start node of this automaton.
 FSA.Node FSAVer5Impl.getStartNode()
          Returns the start node of this automaton.
 

Methods in morfologik.fsa.core with parameters of type FSA.Node
 FSAFinalStatesIterator FSATraversalHelper.getAllSubsequences(FSA.Node node)
          Returns an Iterator of all subsequences available from the given node to all reachable final states.
 FSAMatch FSATraversalHelper.matchSequence(byte[] sequence, FSA.Node node)
          Finds a matching path in the dictionary for a given sequence of labels, starting from some internal dictionary's node.
 

Constructors in morfologik.fsa.core with parameters of type FSA.Node
FSAMatch(int result, int mismatchAtIndex, FSA.Node mismatchAtNode)