author | Edouard Tisserant <edouard.tisserant@gmail.com> |
Mon, 01 Oct 2018 19:54:54 +0200 | |
branch | stable-1.5 |
changeset 2717 | b5e3de0467a5 |
parent 2513 | e60c68f33e4f |
permissions | -rw-r--r-- |
1203 | 1 |
|
2 |
/* $Id$ */ |
|
3 |
||
4 |
digraph sii { |
|
2513
e60c68f33e4f
Improved fon specifications in DOT graphs.
Florian Pose <fp@igh-essen.com>
parents:
1804
diff
changeset
|
5 |
node [fontname="Helvetica"] |
e60c68f33e4f
Improved fon specifications in DOT graphs.
Florian Pose <fp@igh-essen.com>
parents:
1804
diff
changeset
|
6 |
edge [fontname="Helvetica", fontsize="12"] |
1203 | 7 |
|
2513
e60c68f33e4f
Improved fon specifications in DOT graphs.
Florian Pose <fp@igh-essen.com>
parents:
1804
diff
changeset
|
8 |
start_reading |
1804 | 9 |
start_reading -> read_check [weight=5] |
1203 | 10 |
|
2513
e60c68f33e4f
Improved fon specifications in DOT graphs.
Florian Pose <fp@igh-essen.com>
parents:
1804
diff
changeset
|
11 |
read_check |
1804 | 12 |
read_check -> error |
13 |
read_check -> read_fetch [weight=5] |
|
1203 | 14 |
|
2513
e60c68f33e4f
Improved fon specifications in DOT graphs.
Florian Pose <fp@igh-essen.com>
parents:
1804
diff
changeset
|
15 |
read_fetch |
1804 | 16 |
read_fetch -> error |
17 |
read_fetch -> end [weight=5] |
|
18 |
read_fetch -> read_fetch |
|
1203 | 19 |
|
2513
e60c68f33e4f
Improved fon specifications in DOT graphs.
Florian Pose <fp@igh-essen.com>
parents:
1804
diff
changeset
|
20 |
start_writing |
1804 | 21 |
start_writing -> write_check [weight=5] |
1203 | 22 |
|
2513
e60c68f33e4f
Improved fon specifications in DOT graphs.
Florian Pose <fp@igh-essen.com>
parents:
1804
diff
changeset
|
23 |
write_check |
1804 | 24 |
write_check -> error |
25 |
write_check -> write_check2 [weight=5] |
|
1203 | 26 |
|
2513
e60c68f33e4f
Improved fon specifications in DOT graphs.
Florian Pose <fp@igh-essen.com>
parents:
1804
diff
changeset
|
27 |
write_check2 |
1804 | 28 |
write_check2 -> error |
29 |
write_check2 -> end [weight=5] |
|
30 |
write_check2 -> write_check2 |
|
1203 | 31 |
|
2513
e60c68f33e4f
Improved fon specifications in DOT graphs.
Florian Pose <fp@igh-essen.com>
parents:
1804
diff
changeset
|
32 |
end |
1203 | 33 |
|
2513
e60c68f33e4f
Improved fon specifications in DOT graphs.
Florian Pose <fp@igh-essen.com>
parents:
1804
diff
changeset
|
34 |
error |
1203 | 35 |
} |