1digraph "g" {
2"do_shutdown star" [ style=bold color="green" fontcolor="black" ]
3"gr1_running_0" [ style=bold color="green" fontcolor="orange" ]
4"gr1_start_0" -> "gr1_running_0" [ style = bold]
5"gr1_start_0" -> "test1_start_0 world" [ style = bold]
6"gr1_start_0" -> "test2_start_0 world" [ style = bold]
7"gr1_start_0" [ style=bold color="green" fontcolor="orange" ]
8"gr1_stop_0" -> "gr1_stopped_0" [ style = bold]
9"gr1_stop_0" -> "test1_stop_0 star" [ style = bold]
10"gr1_stop_0" -> "test2_stop_0 star" [ style = bold]
11"gr1_stop_0" [ style=bold color="green" fontcolor="orange" ]
12"gr1_stopped_0" -> "gr1_start_0" [ style = bold]
13"gr1_stopped_0" [ style=bold color="green" fontcolor="orange" ]
14"p1_monitor_0 star" -> "p1_start_0 world" [ style = bold]
15"p1_monitor_0 star" [ style=bold color="green" fontcolor="black" ]
16"p1_monitor_0 world" -> "p1_start_0 world" [ style = bold]
17"p1_monitor_0 world" [ style=bold color="green" fontcolor="black" ]
18"p1_start_0 world" [ style=bold color="green" fontcolor="black" ]
19"test1_migrate_from_0 world" -> "test1_start_0 world" [ style = bold]
20"test1_migrate_from_0 world" -> "test1_stop_0 star" [ style = bold]
21"test1_migrate_from_0 world" -> "test2_migrate_to_0 star" [ style = bold]
22"test1_migrate_from_0 world" [ style=bold color="green" fontcolor="black"]
23"test1_migrate_to_0 star" -> "test1_migrate_from_0 world" [ style = bold]
24"test1_migrate_to_0 star" [ style=bold color="green" fontcolor="black"]
25"test1_monitor_10000 world" [ style=bold color="green" fontcolor="black" ]
26"test1_start_0 world" -> "gr1_running_0" [ style = bold]
27"test1_start_0 world" -> "test1_monitor_10000 world" [ style = bold]
28"test1_start_0 world" -> "test2_migrate_to_0 star" [ style = dashed]
29"test1_start_0 world" -> "test2_start_0 world" [ style = bold]
30"test1_start_0 world" [ style=bold color="green" fontcolor="orange"]
31"test1_stop_0 star" -> "do_shutdown star" [ style = bold]
32"test1_stop_0 star" -> "gr1_stopped_0" [ style = bold]
33"test1_stop_0 star" -> "test1_start_0 world" [ style = bold]
34"test1_stop_0 star" [ style=bold color="green" fontcolor="black" ]
35"test2_migrate_from_0 world" -> "test2_start_0 world" [ style = bold]
36"test2_migrate_from_0 world" -> "test2_stop_0 star" [ style = bold]
37"test2_migrate_from_0 world" [ style=bold color="green" fontcolor="black"]
38"test2_migrate_to_0 star" -> "test2_migrate_from_0 world" [ style = bold]
39"test2_migrate_to_0 star" [ style=bold color="green" fontcolor="black"]
40"test2_monitor_10000 world" [ style=bold color="green" fontcolor="black" ]
41"test2_start_0 world" -> "gr1_running_0" [ style = bold]
42"test2_start_0 world" -> "test2_monitor_10000 world" [ style = bold]
43"test2_start_0 world" [ style=bold color="green" fontcolor="orange"]
44"test2_stop_0 star" -> "do_shutdown star" [ style = bold]
45"test2_stop_0 star" -> "gr1_stopped_0" [ style = bold]
46"test2_stop_0 star" -> "gr1_stopped_0" [ style = dashed]
47"test2_stop_0 star" -> "test1_migrate_to_0 star" [ style = dashed]
48"test2_stop_0 star" -> "test1_stop_0 star" [ style = bold]
49"test2_stop_0 star" -> "test2_start_0 world" [ style = bold]
50"test2_stop_0 star" [ style=bold color="green" fontcolor="black" ]
51}
52