morfologik.fsa
Class FSAUtils

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

public final class FSAUtils
extends Object

Other FSA-related utilities not directly associated with the class hierarchy.


Constructor Summary
FSAUtils()
           
 
Method Summary
static String toDot(FSA fsa, int node)
          Returns the right-language reachable from a given FSA node, formatted as an input for the graphviz package (expressed in the dot language).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSAUtils

public FSAUtils()
Method Detail

toDot

public static String toDot(FSA fsa,
                           int node)
Returns the right-language reachable from a given FSA node, formatted as an input for the graphviz package (expressed in the dot language).



Copyright © 2010. All Rights Reserved.