Package teamwork :: Package widgets :: Module fsa
[hide private]
[frames] | no frames]

Module fsa

source code

Graphically display a finite state automaton.

This module may be renamed to nltk.draw.graph at some point in the future, since it actually supports arbitrary graphs.

Classes [hide private]
  GraphEdgeWidget
Display an edge of a graph.
  GraphWidget
Connect nodes and GraphEdgeWidgets into a graph.
Functions [hide private]
 
fsawindow(fsa) source code
Variables [hide private]
  EMPTY_NAMESPACE = None
  EMPTY_PREFIX = None
  StringTypes = (<type 'str'>, <type 'unicode'>)
  XMLNS_NAMESPACE = 'http://www.w3.org/2000/xmlns/'