HaLeX-1.1: HaLeX enables modelling, manipulation and animation of regular languagesSource codeContentsIndex
Language.HaLex.FaAsDiGraph
Portabilityportable
Stabilityprovisional
Maintainerjas@di.uminho.pt
Description
Finite Automata as Directed Graphs in GraphViz. Code Included in the Lecture Notes on Language Processing (with a functional flavour).
Synopsis
tographviz :: (Eq sy, Show sy, Ord st, Show st) => Ndfa st sy -> [Char] -> [Char] -> [Char] -> (st -> [Char]) -> [Char]
Documentation
tographvizSource
:: (Eq sy, Show sy, Ord st, Show st)
=> Ndfa st syAutomaton
-> [Char]Graph's name
-> [Char]Node's shape
-> [Char]Orientation
-> st -> [Char]Show function to print the state ids
-> [Char]

Print a Ndfa in GraphViz

Print a Ndfa in GraphViz in a file

Print a Dfa in GraphViz

Print a Dfa in GraphViz in a file

Print a Ndfa in GraphViz

Produced by Haddock version 2.3.0