diff options
Diffstat (limited to 'cts/scheduler/dot/cloned_stop_one.dot')
-rw-r--r-- | cts/scheduler/dot/cloned_stop_one.dot | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/cts/scheduler/dot/cloned_stop_one.dot b/cts/scheduler/dot/cloned_stop_one.dot new file mode 100644 index 0000000..ce82958 --- /dev/null +++ b/cts/scheduler/dot/cloned_stop_one.dot @@ -0,0 +1,23 @@ + digraph "g" { +"FAKECLONE-clone_running_0" [ style=bold color="green" fontcolor="orange"] +"FAKECLONE-clone_start_0" -> "FAKECLONE-clone_running_0" [ style = bold] +"FAKECLONE-clone_start_0" -> "FAKECLONE_start_0 <none>" [ style = dashed] +"FAKECLONE-clone_start_0" [ style=bold color="green" fontcolor="orange"] +"FAKECLONE-clone_stop_0" -> "FAKECLONE-clone_stopped_0" [ style = bold] +"FAKECLONE-clone_stop_0" -> "FAKECLONE_stop_0 c7auto3" [ style = bold] +"FAKECLONE-clone_stop_0" [ style=bold color="green" fontcolor="orange"] +"FAKECLONE-clone_stopped_0" -> "FAKECLONE-clone_start_0" [ style = bold] +"FAKECLONE-clone_stopped_0" [ style=bold color="green" fontcolor="orange"] +"FAKECLONE2-clone_stop_0" -> "FAKECLONE2-clone_stopped_0" [ style = bold] +"FAKECLONE2-clone_stop_0" -> "FAKECLONE2_stop_0 c7auto3" [ style = bold] +"FAKECLONE2-clone_stop_0" [ style=bold color="green" fontcolor="orange"] +"FAKECLONE2-clone_stopped_0" -> "FAKECLONE-clone_stop_0" [ style = bold] +"FAKECLONE2-clone_stopped_0" [ style=bold color="green" fontcolor="orange"] +"FAKECLONE2_stop_0 c7auto3" -> "FAKECLONE2-clone_stopped_0" [ style = bold] +"FAKECLONE2_stop_0 c7auto3" [ style=bold color="green" fontcolor="black"] +"FAKECLONE_start_0 <none>" -> "FAKECLONE-clone_running_0" [ style = dashed] +"FAKECLONE_start_0 <none>" [ style=dashed color="red" fontcolor="black"] +"FAKECLONE_stop_0 c7auto3" -> "FAKECLONE-clone_stopped_0" [ style = bold] +"FAKECLONE_stop_0 c7auto3" -> "FAKECLONE_start_0 <none>" [ style = dashed] +"FAKECLONE_stop_0 c7auto3" [ style=bold color="green" fontcolor="black"] +} |