digraph ndfaminimizedClientDBhaskellFind {
rankdir = LR ;
startstate0 [shape=circle , label=startstate0 ,color=black];
state1 [shape=circle , label=state1 ,color=black];
closeend [shape=circle , label=closeend ,color=black];
startstate0 [shape=circle , label= startstate0, color=green];
closeend [shape=doublecircle , color=red];
startstate0 -> state1 [label = "\"init/condInit1/[3,4,5]\""];
state1 -> closeend [label = "\"Cancel/cond2/[2]\""];
state1 -> state1 [label = "\"Search/cond1/[1]\""];
node [shape=none, lavel=initialState, style = invis];
_newStatestartstate0 -> startstate0[color = green];
}
Generated by GNU enscript 1.6.4. |