?prevdifflink? - Blame
digraph ndfaminimizedClientDBhaskellContactEditor {
rankdir = LR ;
startstate0 [shape=circle , label=startstate0 ,color=black];
state1state2 [shape=circle , label=state1state2 ,color=black];
closeend [shape=circle , label=closeend ,color=black];
startstate0 [shape=circle , label= startstate0, color=green];
closeend [shape=doublecircle , color=red];
startstate0 -> state1state2 [label = "\"init/condInit1/[10,11,12,13,14,15,16,17,18,19,20]\",\"init/condInit2/[10,11,12,13,14,15,16,17,18,19,20]\""];
state1state2 -> state1state2 [label = "\"Add/cond3/[5,6,7]\",\"Edit/cond1/[1]\",\"Remove/cond2/[2,3,4]\""];
state1state2 -> closeend [label = "\"Cancel/cond5/[9]\",\"Ok/cond4/[8]\""];
node [shape=none, lavel=initialState, style = invis];
_newStatestartstate0 -> startstate0[color = green];
}
Generated by GNU Enscript 1.6.5.90.
|