author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
digraph { |
2 |
size="5,4" |
|
3 |
1 [label=" start state ", shape=circle, style=filled, color=blue] |
|
4 |
2 [label="start/end state", shape=doublecircle, style=filled, color=blue] |
|
5 |
3 [label=" internal state", shape=circle, style=filled, color=red] |
|
6 |
4 [label=" end state ", shape=doublecircle, style=filled, color=green] |
|
7 |
} |