1 digraph "g" {
2"bar_running_0" -> "foo_start_0" [ style = bold]
3"bar_running_0" -> "rsc1_start_0 node1" [ style = bold]
4"bar_running_0" [ style=bold color="green" fontcolor="orange" ]
5"bar_start_0" -> "bar_running_0" [ style = bold]
6"bar_start_0" -> "rsc3_start_0 node1" [ style = bold]
7"bar_start_0" [ style=bold color="green" fontcolor="orange" ]
8"bar_stop_0" -> "bar_stopped_0" [ style = bold]
9"bar_stop_0" -> "rsc3_stop_0 node1" [ style = bold]
10"bar_stop_0" [ style=bold color="green" fontcolor="orange" ]
11"bar_stopped_0" -> "bar_start_0" [ style = bold]
12"bar_stopped_0" [ style=bold color="green" fontcolor="orange" ]
13"foo_running_0" [ style=bold color="green" fontcolor="orange" ]
14"foo_start_0" -> "foo_running_0" [ style = bold]
15"foo_start_0" -> "rsc2_start_0 node1" [ style = bold]
16"foo_start_0" [ style=bold color="green" fontcolor="orange" ]
17"foo_stop_0" -> "foo_stopped_0" [ style = bold]
18"foo_stop_0" -> "rsc2_stop_0 node1" [ style = bold]
19"foo_stop_0" [ style=bold color="green" fontcolor="orange" ]
20"foo_stopped_0" -> "bar_stop_0" [ style = bold]
21"foo_stopped_0" -> "foo_start_0" [ style = bold]
22"foo_stopped_0" [ style=bold color="green" fontcolor="orange" ]
23"rsc1_start_0 node1" [ style=bold color="green" fontcolor="black" ]
24"rsc1_stop_0 node1" -> "bar_stop_0" [ style = bold]
25"rsc1_stop_0 node1" -> "rsc1_start_0 node1" [ style = bold]
26"rsc1_stop_0 node1" [ style=bold color="green" fontcolor="black" ]
27"rsc2_start_0 node1" -> "foo_running_0" [ style = bold]
28"rsc2_start_0 node1" [ style=bold color="green" fontcolor="black" ]
29"rsc2_stop_0 node1" -> "foo_stopped_0" [ style = bold]
30"rsc2_stop_0 node1" -> "rsc2_start_0 node1" [ style = bold]
31"rsc2_stop_0 node1" [ style=bold color="green" fontcolor="black" ]
32"rsc3_start_0 node1" -> "bar_running_0" [ style = bold]
33"rsc3_start_0 node1" [ style=bold color="green" fontcolor="black" ]
34"rsc3_stop_0 node1" -> "bar_stopped_0" [ style = bold]
35"rsc3_stop_0 node1" -> "rsc3_start_0 node1" [ style = bold]
36"rsc3_stop_0 node1" [ style=bold color="green" fontcolor="black" ]
37}
38