diff options
Diffstat (limited to 'cts/scheduler/dot/1360.dot')
-rw-r--r-- | cts/scheduler/dot/1360.dot | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cts/scheduler/dot/1360.dot b/cts/scheduler/dot/1360.dot new file mode 100644 index 0000000..c183e38 --- /dev/null +++ b/cts/scheduler/dot/1360.dot @@ -0,0 +1,16 @@ + digraph "g" { +"dollies:0_start_0 ssgtest1b" -> "dolly_running_0" [ style = bold] +"dollies:0_start_0 ssgtest1b" [ style=bold color="green" fontcolor="black"] +"dollies:0_stop_0 ssgtest1a" -> "dollies:0_start_0 ssgtest1b" [ style = bold] +"dollies:0_stop_0 ssgtest1a" -> "dolly_stopped_0" [ style = bold] +"dollies:0_stop_0 ssgtest1a" [ style=bold color="green" fontcolor="black"] +"dolly_running_0" [ style=bold color="green" fontcolor="orange"] +"dolly_start_0" -> "dollies:0_start_0 ssgtest1b" [ style = bold] +"dolly_start_0" -> "dolly_running_0" [ style = bold] +"dolly_start_0" [ style=bold color="green" fontcolor="orange"] +"dolly_stop_0" -> "dollies:0_stop_0 ssgtest1a" [ style = bold] +"dolly_stop_0" -> "dolly_stopped_0" [ style = bold] +"dolly_stop_0" [ style=bold color="green" fontcolor="orange"] +"dolly_stopped_0" -> "dolly_start_0" [ style = bold] +"dolly_stopped_0" [ style=bold color="green" fontcolor="orange"] +} |