cpee 2.1.91 → 2.1.92

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (464) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +7 -0
  3. data/cockpit/css/llm.css +1 -1
  4. data/cockpit/css/resources-label.css +1 -1
  5. data/cockpit/css/ui.css +2 -2
  6. data/cockpit/css/wfadaptor.css +92 -103
  7. data/cockpit/edit.html +2 -2
  8. data/cockpit/index.html +3 -2
  9. data/cockpit/js/details.js +4 -1
  10. data/cockpit/js/instance.js +46 -29
  11. data/cockpit/js/wfadaptor.js +571 -140
  12. data/cockpit/llm.html +2 -2
  13. data/cockpit/llm_alternative.html +2 -2
  14. data/cockpit/model.html +1 -1
  15. data/cockpit/only_llm.html +2 -2
  16. data/cockpit/themes/base.js +219 -122
  17. data/cockpit/themes/control/rngs/call.rng +13 -0
  18. data/cockpit/themes/control/rngs/callmanipulate.rng +17 -1
  19. data/cockpit/themes/control/rngs/choose.rng +4 -1
  20. data/cockpit/themes/control/rngs/manipulate.rng +14 -1
  21. data/cockpit/themes/control/rngs/start.rng +132 -119
  22. data/cockpit/themes/control/rngs/wait_for_signal.rng +8 -0
  23. data/cockpit/themes/control/symbols/alternative.svg +13 -3
  24. data/cockpit/themes/control/symbols/arrow.svg +1 -1
  25. data/cockpit/themes/control/symbols/call.svg +15 -2
  26. data/cockpit/themes/control/symbols/call_sensor.svg +19 -5
  27. data/cockpit/themes/control/symbols/callmanipulate.svg +19 -4
  28. data/cockpit/themes/control/symbols/callmanipulate_sensor.svg +21 -7
  29. data/cockpit/themes/control/symbols/callmanipulate_sensor_signal.svg +32 -0
  30. data/cockpit/themes/control/symbols/callmanipulate_signal.svg +29 -0
  31. data/cockpit/themes/control/symbols/choose.svg +13 -3
  32. data/cockpit/themes/control/symbols/choose_exclusive.svg +13 -3
  33. data/cockpit/themes/{compact/symbols/choose.svg → control/symbols/choose_exclusive_finish.svg} +1 -1
  34. data/cockpit/themes/control/symbols/choose_inclusive.svg +11 -2
  35. data/cockpit/themes/{compact/symbols/choose_inclusive.svg → control/symbols/choose_inclusive_finish.svg} +1 -1
  36. data/cockpit/themes/control/symbols/closed_loop.svg +1 -1
  37. data/cockpit/themes/control/symbols/closed_loop_cancel.svg +2 -2
  38. data/cockpit/themes/control/symbols/closed_loop_control.svg +2 -2
  39. data/cockpit/themes/control/symbols/closed_loop_measuring.svg +2 -2
  40. data/cockpit/themes/control/symbols/complex.svg +1 -1
  41. data/cockpit/themes/control/symbols/critical.svg +1 -1
  42. data/cockpit/themes/control/symbols/end.svg +1 -1
  43. data/cockpit/themes/control/symbols/escape.svg +2 -2
  44. data/cockpit/themes/control/symbols/event_end.svg +1 -1
  45. data/cockpit/themes/control/symbols/loop.svg +13 -3
  46. data/cockpit/themes/control/symbols/loop_end.svg +15 -0
  47. data/cockpit/themes/control/symbols/manipulate.svg +17 -2
  48. data/cockpit/themes/control/symbols/otherwise.svg +3 -3
  49. data/cockpit/themes/control/symbols/parallel.svg +2 -2
  50. data/cockpit/themes/control/symbols/parallel_branch.svg +3 -3
  51. data/cockpit/themes/control/symbols/parallel_branch_event.svg +4 -4
  52. data/cockpit/themes/control/symbols/parallel_branch_normal.svg +3 -3
  53. data/cockpit/themes/control/symbols/parallel_eventbased_exclusive.svg +4 -4
  54. data/cockpit/themes/control/symbols/parallel_eventbased_parallel.svg +3 -3
  55. data/cockpit/themes/control/symbols/scripts.svg +1 -1
  56. data/cockpit/themes/control/symbols/start.svg +1 -1
  57. data/cockpit/themes/control/symbols/start_event.svg +1 -1
  58. data/cockpit/themes/control/symbols/stop.svg +1 -1
  59. data/cockpit/themes/control/symbols/wait_for_signal.svg +21 -0
  60. data/cockpit/themes/control/theme.js +95 -95
  61. data/cockpit/themes/dataflow/rngs/call.rng +13 -0
  62. data/cockpit/themes/dataflow/rngs/callmanipulate.rng +17 -1
  63. data/cockpit/themes/dataflow/rngs/choose.rng +4 -1
  64. data/cockpit/themes/dataflow/rngs/manipulate.rng +14 -1
  65. data/cockpit/themes/dataflow/rngs/start.rng +132 -119
  66. data/cockpit/themes/dataflow/rngs/wait_for_signal.rng +8 -0
  67. data/cockpit/themes/dataflow/symbols/alternative.svg +13 -3
  68. data/cockpit/themes/dataflow/symbols/arrow.svg +1 -1
  69. data/cockpit/themes/dataflow/symbols/call.svg +15 -2
  70. data/cockpit/themes/dataflow/symbols/call_sensor.svg +19 -5
  71. data/cockpit/themes/dataflow/symbols/callmanipulate.svg +19 -4
  72. data/cockpit/themes/dataflow/symbols/callmanipulate_sensor.svg +21 -7
  73. data/cockpit/themes/dataflow/symbols/callmanipulate_sensor_signal.svg +32 -0
  74. data/cockpit/themes/dataflow/symbols/callmanipulate_signal.svg +29 -0
  75. data/cockpit/themes/dataflow/symbols/choose.svg +13 -3
  76. data/cockpit/themes/dataflow/symbols/choose_exclusive.svg +13 -3
  77. data/cockpit/themes/{compact/symbols/choose_exclusive.svg → dataflow/symbols/choose_exclusive_finish.svg} +1 -1
  78. data/cockpit/themes/dataflow/symbols/choose_inclusive.svg +11 -2
  79. data/cockpit/themes/{compact/symbols/parallel.svg → dataflow/symbols/choose_inclusive_finish.svg} +2 -3
  80. data/cockpit/themes/dataflow/symbols/closed_loop.svg +1 -1
  81. data/cockpit/themes/dataflow/symbols/closed_loop_cancel.svg +2 -2
  82. data/cockpit/themes/dataflow/symbols/closed_loop_control.svg +2 -2
  83. data/cockpit/themes/dataflow/symbols/closed_loop_measuring.svg +2 -2
  84. data/cockpit/themes/dataflow/symbols/complex.svg +1 -1
  85. data/cockpit/themes/dataflow/symbols/critical.svg +1 -1
  86. data/cockpit/themes/dataflow/symbols/end.svg +1 -1
  87. data/cockpit/themes/dataflow/symbols/escape.svg +2 -2
  88. data/cockpit/themes/dataflow/symbols/event_end.svg +1 -1
  89. data/cockpit/themes/dataflow/symbols/loop.svg +13 -3
  90. data/cockpit/themes/dataflow/symbols/loop_end.svg +15 -0
  91. data/cockpit/themes/dataflow/symbols/manipulate.svg +17 -2
  92. data/cockpit/themes/dataflow/symbols/otherwise.svg +3 -3
  93. data/cockpit/themes/dataflow/symbols/parallel.svg +2 -2
  94. data/cockpit/themes/dataflow/symbols/parallel_branch.svg +3 -3
  95. data/cockpit/themes/dataflow/symbols/parallel_branch_event.svg +4 -4
  96. data/cockpit/themes/dataflow/symbols/parallel_branch_normal.svg +3 -3
  97. data/cockpit/themes/dataflow/symbols/parallel_eventbased_exclusive.svg +4 -4
  98. data/cockpit/themes/dataflow/symbols/parallel_eventbased_parallel.svg +3 -3
  99. data/cockpit/themes/dataflow/symbols/scripts.svg +1 -1
  100. data/cockpit/themes/dataflow/symbols/start.svg +1 -1
  101. data/cockpit/themes/dataflow/symbols/start_event.svg +1 -1
  102. data/cockpit/themes/dataflow/symbols/stop.svg +1 -1
  103. data/cockpit/themes/dataflow/symbols/wait_for_signal.svg +21 -0
  104. data/cockpit/themes/dataflow/theme.js +5 -2
  105. data/cockpit/themes/default/rngs/call.rng +13 -0
  106. data/cockpit/themes/default/rngs/callmanipulate.rng +17 -1
  107. data/cockpit/themes/default/rngs/choose.rng +4 -1
  108. data/cockpit/themes/default/rngs/manipulate.rng +14 -1
  109. data/cockpit/themes/default/rngs/start.rng +132 -119
  110. data/cockpit/themes/default/rngs/wait_for_signal.rng +8 -0
  111. data/cockpit/themes/default/symbols/alternative.svg +13 -3
  112. data/cockpit/themes/default/symbols/arrow.svg +1 -1
  113. data/cockpit/themes/default/symbols/call.svg +15 -2
  114. data/cockpit/themes/default/symbols/call_sensor.svg +19 -5
  115. data/cockpit/themes/default/symbols/callmanipulate.svg +19 -4
  116. data/cockpit/themes/default/symbols/callmanipulate_sensor.svg +21 -7
  117. data/cockpit/themes/default/symbols/callmanipulate_sensor_signal.svg +32 -0
  118. data/cockpit/themes/default/symbols/callmanipulate_signal.svg +29 -0
  119. data/cockpit/themes/default/symbols/choose.svg +13 -3
  120. data/cockpit/themes/default/symbols/choose_exclusive.svg +13 -3
  121. data/cockpit/themes/{compact/symbols/loop.svg → default/symbols/choose_exclusive_finish.svg} +1 -1
  122. data/cockpit/themes/default/symbols/choose_inclusive.svg +11 -2
  123. data/cockpit/themes/{compact/symbols/parallel_branch_compact.svg → default/symbols/choose_inclusive_finish.svg} +2 -2
  124. data/cockpit/themes/default/symbols/closed_loop.svg +1 -1
  125. data/cockpit/themes/default/symbols/closed_loop_cancel.svg +2 -2
  126. data/cockpit/themes/default/symbols/closed_loop_control.svg +2 -2
  127. data/cockpit/themes/default/symbols/closed_loop_measuring.svg +2 -2
  128. data/cockpit/themes/default/symbols/complex.svg +1 -1
  129. data/cockpit/themes/default/symbols/critical.svg +1 -1
  130. data/cockpit/themes/default/symbols/end.svg +1 -1
  131. data/cockpit/themes/default/symbols/escape.svg +2 -2
  132. data/cockpit/themes/default/symbols/event_end.svg +1 -1
  133. data/cockpit/themes/default/symbols/loop.svg +13 -3
  134. data/cockpit/themes/default/symbols/loop_end.svg +15 -0
  135. data/cockpit/themes/default/symbols/manipulate.svg +17 -2
  136. data/cockpit/themes/default/symbols/otherwise.svg +3 -3
  137. data/cockpit/themes/default/symbols/parallel.svg +2 -2
  138. data/cockpit/themes/default/symbols/parallel_branch.svg +3 -3
  139. data/cockpit/themes/default/symbols/parallel_branch_event.svg +4 -4
  140. data/cockpit/themes/default/symbols/parallel_branch_normal.svg +3 -3
  141. data/cockpit/themes/default/symbols/parallel_eventbased_exclusive.svg +4 -4
  142. data/cockpit/themes/default/symbols/parallel_eventbased_parallel.svg +3 -3
  143. data/cockpit/themes/default/symbols/scripts.svg +1 -1
  144. data/cockpit/themes/default/symbols/start.svg +1 -1
  145. data/cockpit/themes/default/symbols/start_event.svg +1 -1
  146. data/cockpit/themes/default/symbols/stop.svg +1 -1
  147. data/cockpit/themes/default/symbols/wait_for_signal.svg +21 -0
  148. data/cockpit/themes/default/theme.js +7 -1
  149. data/cockpit/themes/extended/rngs/call.rng +13 -0
  150. data/cockpit/themes/extended/rngs/callmanipulate.rng +17 -1
  151. data/cockpit/themes/extended/rngs/choose.rng +4 -1
  152. data/cockpit/themes/extended/rngs/manipulate.rng +14 -1
  153. data/cockpit/themes/extended/rngs/start.rng +132 -119
  154. data/cockpit/themes/extended/rngs/wait_for_signal.rng +8 -0
  155. data/cockpit/themes/extended/symbols/alternative.svg +13 -3
  156. data/cockpit/themes/extended/symbols/arrow.svg +1 -1
  157. data/cockpit/themes/extended/symbols/call.svg +15 -2
  158. data/cockpit/themes/extended/symbols/call_sensor.svg +19 -5
  159. data/cockpit/themes/extended/symbols/callmanipulate.svg +19 -4
  160. data/cockpit/themes/extended/symbols/callmanipulate_sensor.svg +21 -7
  161. data/cockpit/themes/extended/symbols/callmanipulate_sensor_signal.svg +32 -0
  162. data/cockpit/themes/extended/symbols/callmanipulate_signal.svg +29 -0
  163. data/cockpit/themes/extended/symbols/choose.svg +13 -3
  164. data/cockpit/themes/extended/symbols/choose_exclusive.svg +13 -3
  165. data/cockpit/themes/{compact/symbols/complex.svg → extended/symbols/choose_exclusive_finish.svg} +1 -4
  166. data/cockpit/themes/extended/symbols/choose_inclusive.svg +11 -2
  167. data/cockpit/themes/{control/symbols/parallel_branch_compact.svg → extended/symbols/choose_inclusive_finish.svg} +2 -2
  168. data/cockpit/themes/extended/symbols/closed_loop.svg +1 -1
  169. data/cockpit/themes/extended/symbols/closed_loop_cancel.svg +2 -2
  170. data/cockpit/themes/extended/symbols/closed_loop_control.svg +2 -2
  171. data/cockpit/themes/extended/symbols/closed_loop_measuring.svg +2 -2
  172. data/cockpit/themes/extended/symbols/complex.svg +1 -1
  173. data/cockpit/themes/extended/symbols/critical.svg +1 -1
  174. data/cockpit/themes/extended/symbols/end.svg +1 -1
  175. data/cockpit/themes/extended/symbols/escape.svg +2 -2
  176. data/cockpit/themes/extended/symbols/event_end.svg +1 -1
  177. data/cockpit/themes/extended/symbols/loop.svg +13 -3
  178. data/cockpit/themes/extended/symbols/loop_end.svg +15 -0
  179. data/cockpit/themes/extended/symbols/manipulate.svg +17 -2
  180. data/cockpit/themes/extended/symbols/otherwise.svg +3 -3
  181. data/cockpit/themes/extended/symbols/parallel.svg +2 -2
  182. data/cockpit/themes/extended/symbols/parallel_branch.svg +3 -3
  183. data/cockpit/themes/extended/symbols/parallel_branch_event.svg +4 -4
  184. data/cockpit/themes/extended/symbols/parallel_branch_normal.svg +3 -3
  185. data/cockpit/themes/extended/symbols/parallel_eventbased_exclusive.svg +4 -4
  186. data/cockpit/themes/extended/symbols/parallel_eventbased_parallel.svg +3 -3
  187. data/cockpit/themes/extended/symbols/scripts.svg +1 -1
  188. data/cockpit/themes/extended/symbols/start.svg +1 -1
  189. data/cockpit/themes/extended/symbols/start_event.svg +1 -1
  190. data/cockpit/themes/extended/symbols/stop.svg +1 -1
  191. data/cockpit/themes/extended/symbols/wait_for_signal.svg +21 -0
  192. data/cockpit/themes/extended/theme.js +3 -0
  193. data/cockpit/themes/felix/symbols/alternative.svg +13 -3
  194. data/cockpit/themes/felix/symbols/arrow.svg +1 -1
  195. data/cockpit/themes/felix/symbols/call.svg +15 -2
  196. data/cockpit/themes/felix/symbols/call_sensor.svg +19 -5
  197. data/cockpit/themes/felix/symbols/callmanipulate.svg +19 -4
  198. data/cockpit/themes/felix/symbols/callmanipulate_sensor.svg +21 -7
  199. data/cockpit/themes/felix/symbols/callmanipulate_sensor_signal.svg +32 -0
  200. data/cockpit/themes/felix/symbols/callmanipulate_signal.svg +29 -0
  201. data/cockpit/themes/felix/symbols/choose.svg +13 -3
  202. data/cockpit/themes/felix/symbols/choose_exclusive.svg +13 -3
  203. data/cockpit/themes/felix/symbols/choose_exclusive_finish.svg +5 -0
  204. data/cockpit/themes/felix/symbols/choose_inclusive.svg +11 -2
  205. data/cockpit/themes/felix/symbols/choose_inclusive_finish.svg +4 -0
  206. data/cockpit/themes/felix/symbols/closed_loop.svg +1 -1
  207. data/cockpit/themes/felix/symbols/closed_loop_cancel.svg +2 -2
  208. data/cockpit/themes/felix/symbols/closed_loop_control.svg +2 -2
  209. data/cockpit/themes/felix/symbols/closed_loop_measuring.svg +2 -2
  210. data/cockpit/themes/felix/symbols/complex.svg +1 -1
  211. data/cockpit/themes/felix/symbols/critical.svg +1 -1
  212. data/cockpit/themes/felix/symbols/end.svg +1 -1
  213. data/cockpit/themes/felix/symbols/escape.svg +2 -2
  214. data/cockpit/themes/felix/symbols/event_end.svg +1 -1
  215. data/cockpit/themes/felix/symbols/loop.svg +13 -3
  216. data/cockpit/themes/felix/symbols/loop_end.svg +15 -0
  217. data/cockpit/themes/felix/symbols/manipulate.svg +17 -2
  218. data/cockpit/themes/felix/symbols/otherwise.svg +3 -3
  219. data/cockpit/themes/felix/symbols/parallel.svg +2 -2
  220. data/cockpit/themes/felix/symbols/parallel_branch.svg +3 -3
  221. data/cockpit/themes/felix/symbols/parallel_branch_event.svg +4 -4
  222. data/cockpit/themes/felix/symbols/parallel_branch_normal.svg +3 -3
  223. data/cockpit/themes/felix/symbols/parallel_eventbased_exclusive.svg +4 -4
  224. data/cockpit/themes/felix/symbols/parallel_eventbased_parallel.svg +3 -3
  225. data/cockpit/themes/felix/symbols/scripts.svg +1 -1
  226. data/cockpit/themes/felix/symbols/start.svg +1 -1
  227. data/cockpit/themes/felix/symbols/start_event.svg +1 -1
  228. data/cockpit/themes/felix/symbols/stop.svg +1 -1
  229. data/cockpit/themes/felix/symbols/wait_for_signal.svg +21 -0
  230. data/cockpit/themes/model/symbols/alternative.svg +13 -3
  231. data/cockpit/themes/model/symbols/arrow.svg +1 -1
  232. data/cockpit/themes/model/symbols/call.svg +15 -2
  233. data/cockpit/themes/model/symbols/call_sensor.svg +19 -5
  234. data/cockpit/themes/model/symbols/callmanipulate.svg +19 -4
  235. data/cockpit/themes/model/symbols/callmanipulate_sensor.svg +21 -7
  236. data/cockpit/themes/model/symbols/callmanipulate_sensor_signal.svg +32 -0
  237. data/cockpit/themes/model/symbols/callmanipulate_signal.svg +29 -0
  238. data/cockpit/themes/model/symbols/choose.svg +13 -3
  239. data/cockpit/themes/model/symbols/choose_exclusive.svg +13 -3
  240. data/cockpit/themes/model/symbols/choose_exclusive_finish.svg +5 -0
  241. data/cockpit/themes/model/symbols/choose_inclusive.svg +11 -2
  242. data/cockpit/themes/model/symbols/choose_inclusive_finish.svg +4 -0
  243. data/cockpit/themes/model/symbols/closed_loop.svg +1 -1
  244. data/cockpit/themes/model/symbols/closed_loop_cancel.svg +2 -2
  245. data/cockpit/themes/model/symbols/closed_loop_control.svg +2 -2
  246. data/cockpit/themes/model/symbols/closed_loop_measuring.svg +2 -2
  247. data/cockpit/themes/model/symbols/complex.svg +1 -1
  248. data/cockpit/themes/model/symbols/critical.svg +1 -1
  249. data/cockpit/themes/model/symbols/end.svg +1 -1
  250. data/cockpit/themes/model/symbols/escape.svg +2 -2
  251. data/cockpit/themes/model/symbols/event_end.svg +1 -1
  252. data/cockpit/themes/model/symbols/loop.svg +13 -3
  253. data/cockpit/themes/model/symbols/loop_end.svg +15 -0
  254. data/cockpit/themes/model/symbols/manipulate.svg +17 -2
  255. data/cockpit/themes/model/symbols/otherwise.svg +3 -3
  256. data/cockpit/themes/model/symbols/parallel.svg +2 -2
  257. data/cockpit/themes/model/symbols/parallel_branch.svg +3 -3
  258. data/cockpit/themes/model/symbols/parallel_branch_event.svg +4 -4
  259. data/cockpit/themes/model/symbols/parallel_branch_normal.svg +3 -3
  260. data/cockpit/themes/model/symbols/parallel_eventbased_exclusive.svg +4 -4
  261. data/cockpit/themes/model/symbols/parallel_eventbased_parallel.svg +3 -3
  262. data/cockpit/themes/model/symbols/scripts.svg +1 -1
  263. data/cockpit/themes/model/symbols/start.svg +1 -1
  264. data/cockpit/themes/model/symbols/start_event.svg +1 -1
  265. data/cockpit/themes/model/symbols/stop.svg +1 -1
  266. data/cockpit/themes/model/symbols/wait_for_signal.svg +21 -0
  267. data/cockpit/themes/model/theme.js +68 -68
  268. data/cockpit/themes/packed/rngs/call.rng +13 -0
  269. data/cockpit/themes/packed/rngs/callmanipulate.rng +17 -1
  270. data/cockpit/themes/packed/rngs/choose.rng +4 -1
  271. data/cockpit/themes/packed/rngs/manipulate.rng +14 -1
  272. data/cockpit/themes/packed/rngs/start.rng +132 -119
  273. data/cockpit/themes/packed/rngs/wait_for_signal.rng +8 -0
  274. data/cockpit/themes/packed/symbols/alternative.svg +13 -3
  275. data/cockpit/themes/packed/symbols/arrow.svg +1 -1
  276. data/cockpit/themes/packed/symbols/call.svg +15 -2
  277. data/cockpit/themes/packed/symbols/call_sensor.svg +19 -5
  278. data/cockpit/themes/packed/symbols/callmanipulate.svg +19 -4
  279. data/cockpit/themes/packed/symbols/callmanipulate_sensor.svg +21 -7
  280. data/cockpit/themes/packed/symbols/callmanipulate_sensor_signal.svg +32 -0
  281. data/cockpit/themes/packed/symbols/callmanipulate_signal.svg +29 -0
  282. data/cockpit/themes/packed/symbols/choose.svg +13 -3
  283. data/cockpit/themes/packed/symbols/choose_exclusive.svg +13 -3
  284. data/cockpit/themes/packed/symbols/choose_exclusive_finish.svg +5 -0
  285. data/cockpit/themes/packed/symbols/choose_inclusive.svg +11 -2
  286. data/cockpit/themes/packed/symbols/choose_inclusive_finish.svg +4 -0
  287. data/cockpit/themes/packed/symbols/closed_loop.svg +1 -1
  288. data/cockpit/themes/packed/symbols/closed_loop_cancel.svg +2 -2
  289. data/cockpit/themes/packed/symbols/closed_loop_control.svg +2 -2
  290. data/cockpit/themes/packed/symbols/closed_loop_measuring.svg +2 -2
  291. data/cockpit/themes/packed/symbols/complex.svg +1 -1
  292. data/cockpit/themes/packed/symbols/critical.svg +1 -1
  293. data/cockpit/themes/packed/symbols/end.svg +1 -1
  294. data/cockpit/themes/packed/symbols/escape.svg +2 -2
  295. data/cockpit/themes/packed/symbols/event_end.svg +1 -1
  296. data/cockpit/themes/packed/symbols/loop.svg +13 -3
  297. data/cockpit/themes/packed/symbols/loop_end.svg +15 -0
  298. data/cockpit/themes/packed/symbols/manipulate.svg +17 -2
  299. data/cockpit/themes/packed/symbols/otherwise.svg +3 -3
  300. data/cockpit/themes/packed/symbols/parallel.svg +2 -2
  301. data/cockpit/themes/packed/symbols/parallel_branch.svg +3 -3
  302. data/cockpit/themes/packed/symbols/parallel_branch_event.svg +4 -4
  303. data/cockpit/themes/packed/symbols/parallel_branch_normal.svg +3 -3
  304. data/cockpit/themes/packed/symbols/parallel_eventbased_exclusive.svg +4 -4
  305. data/cockpit/themes/packed/symbols/parallel_eventbased_parallel.svg +3 -3
  306. data/cockpit/themes/packed/symbols/scripts.svg +1 -1
  307. data/cockpit/themes/packed/symbols/start.svg +1 -1
  308. data/cockpit/themes/packed/symbols/start_event.svg +1 -1
  309. data/cockpit/themes/packed/symbols/stop.svg +1 -1
  310. data/cockpit/themes/packed/symbols/wait_for_signal.svg +21 -0
  311. data/cockpit/themes/packed/theme.js +11 -7
  312. data/cockpit/themes/preset/rngs/call.rng +13 -0
  313. data/cockpit/themes/preset/rngs/callmanipulate.rng +17 -1
  314. data/cockpit/themes/preset/rngs/choose.rng +4 -1
  315. data/cockpit/themes/preset/rngs/manipulate.rng +14 -1
  316. data/cockpit/themes/preset/rngs/start.rng +132 -119
  317. data/cockpit/themes/preset/rngs/wait_for_signal.rng +8 -0
  318. data/cockpit/themes/preset/symbols/alternative.svg +13 -3
  319. data/cockpit/themes/preset/symbols/arrow.svg +1 -1
  320. data/cockpit/themes/preset/symbols/call.svg +15 -2
  321. data/cockpit/themes/preset/symbols/call_sensor.svg +19 -5
  322. data/cockpit/themes/preset/symbols/callmanipulate.svg +19 -4
  323. data/cockpit/themes/preset/symbols/callmanipulate_sensor.svg +21 -7
  324. data/cockpit/themes/preset/symbols/callmanipulate_sensor_signal.svg +32 -0
  325. data/cockpit/themes/preset/symbols/callmanipulate_signal.svg +29 -0
  326. data/cockpit/themes/preset/symbols/choose.svg +13 -3
  327. data/cockpit/themes/preset/symbols/choose_exclusive.svg +13 -3
  328. data/cockpit/themes/preset/symbols/choose_exclusive_finish.svg +5 -0
  329. data/cockpit/themes/preset/symbols/choose_inclusive.svg +11 -2
  330. data/cockpit/themes/preset/symbols/choose_inclusive_finish.svg +4 -0
  331. data/cockpit/themes/preset/symbols/closed_loop.svg +1 -1
  332. data/cockpit/themes/preset/symbols/closed_loop_cancel.svg +2 -2
  333. data/cockpit/themes/preset/symbols/closed_loop_control.svg +2 -2
  334. data/cockpit/themes/preset/symbols/closed_loop_measuring.svg +2 -2
  335. data/cockpit/themes/preset/symbols/complex.svg +1 -1
  336. data/cockpit/themes/preset/symbols/critical.svg +1 -1
  337. data/cockpit/themes/preset/symbols/end.svg +1 -1
  338. data/cockpit/themes/preset/symbols/escape.svg +2 -2
  339. data/cockpit/themes/preset/symbols/event_end.svg +1 -1
  340. data/cockpit/themes/preset/symbols/loop.svg +13 -3
  341. data/cockpit/themes/preset/symbols/loop_end.svg +15 -0
  342. data/cockpit/themes/preset/symbols/manipulate.svg +17 -2
  343. data/cockpit/themes/preset/symbols/otherwise.svg +3 -3
  344. data/cockpit/themes/preset/symbols/parallel.svg +2 -2
  345. data/cockpit/themes/preset/symbols/parallel_branch.svg +3 -3
  346. data/cockpit/themes/preset/symbols/parallel_branch_event.svg +4 -4
  347. data/cockpit/themes/preset/symbols/parallel_branch_normal.svg +3 -3
  348. data/cockpit/themes/preset/symbols/parallel_eventbased_exclusive.svg +4 -4
  349. data/cockpit/themes/preset/symbols/parallel_eventbased_parallel.svg +3 -3
  350. data/cockpit/themes/preset/symbols/scripts.svg +1 -1
  351. data/cockpit/themes/preset/symbols/start.svg +1 -1
  352. data/cockpit/themes/preset/symbols/start_event.svg +1 -1
  353. data/cockpit/themes/preset/symbols/stop.svg +1 -1
  354. data/cockpit/themes/preset/symbols/wait_for_signal.svg +21 -0
  355. data/cockpit/themes/preset/theme.js +7 -1
  356. data/cockpit/themes/reduced/rngs/call.rng +13 -0
  357. data/cockpit/themes/reduced/rngs/callmanipulate.rng +17 -1
  358. data/cockpit/themes/reduced/rngs/choose.rng +4 -1
  359. data/cockpit/themes/reduced/rngs/manipulate.rng +14 -1
  360. data/cockpit/themes/reduced/rngs/start.rng +132 -119
  361. data/cockpit/themes/reduced/rngs/wait_for_signal.rng +8 -0
  362. data/cockpit/themes/reduced/symbols/alternative.svg +13 -3
  363. data/cockpit/themes/reduced/symbols/arrow.svg +1 -1
  364. data/cockpit/themes/reduced/symbols/call.svg +15 -2
  365. data/cockpit/themes/reduced/symbols/call_sensor.svg +19 -5
  366. data/cockpit/themes/reduced/symbols/callmanipulate.svg +19 -4
  367. data/cockpit/themes/reduced/symbols/callmanipulate_sensor.svg +21 -7
  368. data/cockpit/themes/reduced/symbols/callmanipulate_sensor_signal.svg +32 -0
  369. data/cockpit/themes/reduced/symbols/callmanipulate_signal.svg +29 -0
  370. data/cockpit/themes/reduced/symbols/choose.svg +13 -3
  371. data/cockpit/themes/reduced/symbols/choose_exclusive.svg +13 -3
  372. data/cockpit/themes/reduced/symbols/choose_exclusive_finish.svg +5 -0
  373. data/cockpit/themes/reduced/symbols/choose_inclusive.svg +11 -2
  374. data/cockpit/themes/reduced/symbols/choose_inclusive_finish.svg +4 -0
  375. data/cockpit/themes/reduced/symbols/closed_loop.svg +1 -1
  376. data/cockpit/themes/reduced/symbols/closed_loop_cancel.svg +2 -2
  377. data/cockpit/themes/reduced/symbols/closed_loop_control.svg +2 -2
  378. data/cockpit/themes/reduced/symbols/closed_loop_measuring.svg +2 -2
  379. data/cockpit/themes/reduced/symbols/complex.svg +1 -1
  380. data/cockpit/themes/reduced/symbols/critical.svg +1 -1
  381. data/cockpit/themes/reduced/symbols/end.svg +1 -1
  382. data/cockpit/themes/reduced/symbols/escape.svg +2 -2
  383. data/cockpit/themes/reduced/symbols/event_end.svg +1 -1
  384. data/cockpit/themes/reduced/symbols/loop.svg +13 -3
  385. data/cockpit/themes/reduced/symbols/loop_end.svg +15 -0
  386. data/cockpit/themes/reduced/symbols/manipulate.svg +17 -2
  387. data/cockpit/themes/reduced/symbols/otherwise.svg +3 -3
  388. data/cockpit/themes/reduced/symbols/parallel.svg +2 -2
  389. data/cockpit/themes/reduced/symbols/parallel_branch.svg +3 -3
  390. data/cockpit/themes/reduced/symbols/parallel_branch_event.svg +4 -4
  391. data/cockpit/themes/reduced/symbols/parallel_branch_normal.svg +3 -3
  392. data/cockpit/themes/reduced/symbols/parallel_eventbased_exclusive.svg +4 -4
  393. data/cockpit/themes/reduced/symbols/parallel_eventbased_parallel.svg +3 -3
  394. data/cockpit/themes/reduced/symbols/scripts.svg +1 -1
  395. data/cockpit/themes/reduced/symbols/start.svg +1 -1
  396. data/cockpit/themes/reduced/symbols/start_event.svg +1 -1
  397. data/cockpit/themes/reduced/symbols/stop.svg +1 -1
  398. data/cockpit/themes/reduced/symbols/wait_for_signal.svg +21 -0
  399. data/contrib/logo2a-favicon.png +0 -0
  400. data/contrib/logo2a-favicon.svg +423 -0
  401. data/cpee.gemspec +1 -1
  402. data/server/executionhandlers/ruby/connection.rb +4 -0
  403. data/server/executionhandlers/ruby/dsl_to_dslx.xsl +18 -1
  404. data/server/routing/end.pid +1 -1
  405. data/server/routing/forward-events-00.pid +1 -1
  406. data/server/routing/forward-votes.pid +1 -1
  407. data/server/routing/persist.pid +1 -1
  408. metadata +65 -66
  409. data/cockpit/themes/compact/rngs/alternative.rng +0 -25
  410. data/cockpit/themes/compact/rngs/call.rng +0 -229
  411. data/cockpit/themes/compact/rngs/callmanipulate.rng +0 -258
  412. data/cockpit/themes/compact/rngs/choose.rng +0 -14
  413. data/cockpit/themes/compact/rngs/closed_loop.rng +0 -62
  414. data/cockpit/themes/compact/rngs/closed_loop_cancel.rng +0 -5
  415. data/cockpit/themes/compact/rngs/closed_loop_control.rng +0 -31
  416. data/cockpit/themes/compact/rngs/closed_loop_measuring.rng +0 -12
  417. data/cockpit/themes/compact/rngs/critical.rng +0 -5
  418. data/cockpit/themes/compact/rngs/escape.rng +0 -1
  419. data/cockpit/themes/compact/rngs/group.rng +0 -3
  420. data/cockpit/themes/compact/rngs/loop.rng +0 -22
  421. data/cockpit/themes/compact/rngs/manipulate.rng +0 -9
  422. data/cockpit/themes/compact/rngs/otherwise.rng +0 -22
  423. data/cockpit/themes/compact/rngs/parallel.rng +0 -27
  424. data/cockpit/themes/compact/rngs/parallel_branch.rng +0 -2
  425. data/cockpit/themes/compact/rngs/scripts.rng +0 -23
  426. data/cockpit/themes/compact/rngs/start.rng +0 -131
  427. data/cockpit/themes/compact/rngs/stop.rng +0 -5
  428. data/cockpit/themes/compact/rngs/terminate.rng +0 -1
  429. data/cockpit/themes/compact/symbols/alternative.svg +0 -5
  430. data/cockpit/themes/compact/symbols/arrow.svg +0 -3
  431. data/cockpit/themes/compact/symbols/call.svg +0 -6
  432. data/cockpit/themes/compact/symbols/call_sensor.svg +0 -9
  433. data/cockpit/themes/compact/symbols/callmanipulate.svg +0 -8
  434. data/cockpit/themes/compact/symbols/callmanipulate_sensor.svg +0 -11
  435. data/cockpit/themes/compact/symbols/closed_loop.svg +0 -5
  436. data/cockpit/themes/compact/symbols/closed_loop_cancel.svg +0 -5
  437. data/cockpit/themes/compact/symbols/closed_loop_control.svg +0 -5
  438. data/cockpit/themes/compact/symbols/closed_loop_measuring.svg +0 -6
  439. data/cockpit/themes/compact/symbols/critical.svg +0 -4
  440. data/cockpit/themes/compact/symbols/delete.svg +0 -4
  441. data/cockpit/themes/compact/symbols/end.svg +0 -3
  442. data/cockpit/themes/compact/symbols/escape.svg +0 -5
  443. data/cockpit/themes/compact/symbols/event_end.svg +0 -3
  444. data/cockpit/themes/compact/symbols/manipulate.svg +0 -4
  445. data/cockpit/themes/compact/symbols/otherwise.svg +0 -5
  446. data/cockpit/themes/compact/symbols/parallel_branch.svg +0 -5
  447. data/cockpit/themes/compact/symbols/parallel_branch_event.svg +0 -14
  448. data/cockpit/themes/compact/symbols/parallel_branch_normal.svg +0 -5
  449. data/cockpit/themes/compact/symbols/parallel_eventbased_exclusive.svg +0 -9
  450. data/cockpit/themes/compact/symbols/parallel_eventbased_parallel.svg +0 -8
  451. data/cockpit/themes/compact/symbols/scripts.svg +0 -4
  452. data/cockpit/themes/compact/symbols/start.svg +0 -3
  453. data/cockpit/themes/compact/symbols/start_event.svg +0 -5
  454. data/cockpit/themes/compact/symbols/stop.svg +0 -5
  455. data/cockpit/themes/compact/symbols/terminate.svg +0 -4
  456. data/cockpit/themes/compact/theme.js +0 -13
  457. data/cockpit/themes/dataflow/symbols/parallel_branch_compact.svg +0 -4
  458. data/cockpit/themes/default/symbols/parallel_branch_compact.svg +0 -4
  459. data/cockpit/themes/extended/symbols/parallel_branch_compact.svg +0 -4
  460. data/cockpit/themes/felix/symbols/parallel_branch_compact.svg +0 -4
  461. data/cockpit/themes/model/symbols/parallel_branch_compact.svg +0 -4
  462. data/cockpit/themes/packed/symbols/parallel_branch_compact.svg +0 -4
  463. data/cockpit/themes/preset/symbols/parallel_branch_compact.svg +0 -4
  464. data/cockpit/themes/reduced/symbols/parallel_branch_compact.svg +0 -4
@@ -1,131 +1,144 @@
1
1
  <element xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org" rngui:version="1.2" name="description" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://cpee.org/ns/description/1.0">
2
- <element name="_generic" rngui:header="Process Level Generic Annotations">
3
- <zeroOrMore rngui:label="Create Annotation Pair">
4
- <element rngui:label="Name" rngui:labeltype="xml">
5
- <anyName/>
6
- <data type="string" rngui:label="Value"/>
7
- </element>
8
- </zeroOrMore>
9
- </element>
2
+ <attribute name="color" rngui:label="Default Color">
3
+ <choice rngui:type='color'>
4
+ <value>#ffffff</value>
5
+ <value>#d4e1f1</value>
6
+ <value>#d8f0dd</value>
7
+ <value>#ffffcc</value>
8
+ <value>#f2d8b8</value>
9
+ <value>#eeb3ac</value>
10
+ <value>#e4c3e4</value>
11
+ <value>#ded0c5</value>
12
+ <value>#bcbbbd</value>
13
+ </choice>
14
+ </attribute>
15
+ <element name="_generic" rngui:header="Process Level Generic Annotations">
16
+ <zeroOrMore rngui:label="Create Annotation Pair">
17
+ <element rngui:label="Name" rngui:labeltype="xml">
18
+ <anyName/>
19
+ <data type="string" rngui:label="Value"/>
20
+ </element>
21
+ </zeroOrMore>
22
+ </element>
10
23
 
11
- <element name="_shifting" rngui:header="Log Time Shifting">
12
- <optional>
13
- <element name="_shifting_factor" rngui:label="Multiplication Factor">
14
- <data type="string" rngui:label="e.g.: 2 hours"/>
15
- </element>
16
- </optional>
17
- <optional>
18
- <element name="_shifting_start" rngui:label="Starting Point">
19
- <data type="string" rngui:label="e.g.: monday, 5pm"/>
20
- </element>
21
- </optional>
22
- <optional>
23
- <element name="_shifting_modifier" rngui:label="Random +/- Starting Shift">
24
- <data type="float" rngui:label="in seconds"/>
25
- </element>
26
- </optional>
27
- </element>
24
+ <element name="_shifting" rngui:header="Log Time Shifting">
25
+ <optional>
26
+ <element name="_shifting_factor" rngui:label="Multiplication Factor">
27
+ <data type="string" rngui:label="e.g.: 2 hours"/>
28
+ </element>
29
+ </optional>
30
+ <optional>
31
+ <element name="_shifting_start" rngui:label="Starting Point">
32
+ <data type="string" rngui:label="e.g.: monday, 5pm"/>
33
+ </element>
34
+ </optional>
35
+ <optional>
36
+ <element name="_shifting_modifier" rngui:label="Random +/- Starting Shift">
37
+ <data type="float" rngui:label="in seconds"/>
38
+ </element>
39
+ </optional>
40
+ </element>
28
41
 
29
- <element name="_context_data_analysis" rngui:header="Context Data Analysis" rngui:hint="All data returned from the endpoint implementing this task as well as arbitray external data streams can be consumed and transformed in data probes. All probes can be the basis for impact factors. Please go to start to define instance data probes.">
42
+ <element name="_context_data_analysis" rngui:header="Context Data Analysis" rngui:hint="All data returned from the endpoint implementing this task as well as arbitray external data streams can be consumed and transformed in data probes. All probes can be the basis for impact factors. Please go to start to define instance data probes.">
30
43
 
31
- <element name="probes" rngui:header="Data Probes - Context Data Extraction" rngui:fold="closed_conditional">
32
- <zeroOrMore rngui:label="Add Probe">
33
- <element name="probe">
34
- <element name="id" rngui:label="ID">
35
- <data type="string" rngui:label="ID"/>
36
- </element>
37
- <element name="source" rngui:label="Source">
38
- <data type="string" rngui:label="Where does the sensor value come from?"/>
39
- </element>
40
- <element name="extractor_type" rngui:label="Extractor Type">
41
- <choice>
42
- <value rngui:label='Intrinsic'>intrinsic</value>
43
- <value rngui:label='Extrinsic'>extrinsic</value>
44
- <value rngui:label='Separate'>separate</value>
45
- </choice>
46
- </element>
47
- <element name="extractor_code" rngui:label="Extractor Code" rngui:hint='For intrinsic &amp; extrinsic data'>
48
- <text rngui:label="Code"/>
49
- </element>
50
- <element name="extractor_url" rngui:label="Extractor Service" rngui:hint='For separate data'>
51
- <data type="string" rngui:label="Service Url"/>
52
- </element>
53
- <element name="extractor_params" rngui:label="Extractor Service Arguments:">
54
- <zeroOrMore rngui:label="Create Argument Pairs">
55
- <element rngui:label="Name">
56
- <anyName/>
57
- <data type="string" rngui:label="Value / Json"/>
58
- </element>
59
- </zeroOrMore>
60
- </element>
61
- <element name="visualizer_url" rngui:label="Visualizer Url">
62
- <data type="string" rngui:label="Service Url"/>
63
- </element>
64
- <element name="visualizer_params" rngui:label="Visualizer Arguments">
65
- <zeroOrMore rngui:label="Create Argument Pairs">
66
- <element rngui:label="Name">
67
- <anyName/>
68
- <data type="string" rngui:label="Value / Json"/>
69
- </element>
70
- </zeroOrMore>
71
- </element>
44
+ <element name="probes" rngui:header="Data Probes - Context Data Extraction" rngui:fold="closed_conditional">
45
+ <zeroOrMore rngui:label="Add Probe">
46
+ <element name="probe">
47
+ <element name="id" rngui:label="ID">
48
+ <data type="string" rngui:label="ID"/>
72
49
  </element>
73
- </zeroOrMore>
74
- </element>
50
+ <element name="source" rngui:label="Source">
51
+ <data type="string" rngui:label="Where does the sensor value come from?"/>
52
+ </element>
53
+ <element name="extractor_type" rngui:label="Extractor Type">
54
+ <choice>
55
+ <value rngui:label='Intrinsic'>intrinsic</value>
56
+ <value rngui:label='Extrinsic'>extrinsic</value>
57
+ <value rngui:label='Separate'>separate</value>
58
+ </choice>
59
+ </element>
60
+ <element name="extractor_code" rngui:label="Extractor Code" rngui:hint='For intrinsic &amp; extrinsic data'>
61
+ <text rngui:label="Code"/>
62
+ </element>
63
+ <element name="extractor_url" rngui:label="Extractor Service" rngui:hint='For separate data'>
64
+ <data type="string" rngui:label="Service Url"/>
65
+ </element>
66
+ <element name="extractor_params" rngui:label="Extractor Service Arguments:">
67
+ <zeroOrMore rngui:label="Create Argument Pairs">
68
+ <element rngui:label="Name">
69
+ <anyName/>
70
+ <data type="string" rngui:label="Value / Json"/>
71
+ </element>
72
+ </zeroOrMore>
73
+ </element>
74
+ <element name="visualizer_url" rngui:label="Visualizer Url">
75
+ <data type="string" rngui:label="Service Url"/>
76
+ </element>
77
+ <element name="visualizer_params" rngui:label="Visualizer Arguments">
78
+ <zeroOrMore rngui:label="Create Argument Pairs">
79
+ <element rngui:label="Name">
80
+ <anyName/>
81
+ <data type="string" rngui:label="Value / Json"/>
82
+ </element>
83
+ </zeroOrMore>
84
+ </element>
85
+ </element>
86
+ </zeroOrMore>
87
+ </element>
75
88
 
76
- <element name="ips" rngui:header="Impact Profiles" rngui:fold="closed">
77
- <zeroOrMore rngui:label="Add Impact Profile">
78
- <element name="ip">
79
- <element name="name" rngui:label="Label">
80
- <data type="string" rngui:label="Label"/>
81
- </element>
82
- <element name="target" rngui:label="Target Value">
83
- <data type="string" rngui:label="Value"/>
84
- </element>
85
- <element name="ifs" rngui:header="Impact Factors">
86
- <zeroOrMore rngui:label="Add Impact Factor">
87
- <element name="if">
88
- <element name="ivs" rngui:header="Impact Values">
89
- <zeroOrMore rngui:label="Add Impact Value ">
90
- <element name="iv">
91
- <element name="extractor_url" rngui:label="Extractor Url">
92
- <data type="string" rngui:label="Service Url + Parameters"/>
93
- </element>
94
- <element name="extractor_params" rngui:header="Extractor Arguments">
95
- <zeroOrMore rngui:label="Create Extractor Argument Pairs">
96
- <element rngui:label="Name">
97
- <anyName/>
98
- <data type="string" rngui:label="Value / Json"/>
99
- </element>
100
- </zeroOrMore>
101
- </element>
102
- <element name="aggregator_url" rngui:label="Aggregator Url">
103
- <data type="string" rngui:label="Service Url + Parameters"/>
104
- </element>
105
- <element name="aggregator_params" rngui:header="Extractor Arguments">
106
- <zeroOrMore rngui:label="Create Aggregator Argument Pairs">
107
- <element rngui:label="Name">
108
- <anyName/>
109
- <data type="string" rngui:label="Value / Json"/>
110
- </element>
111
- </zeroOrMore>
112
- </element>
89
+ <element name="ips" rngui:header="Impact Profiles" rngui:fold="closed">
90
+ <zeroOrMore rngui:label="Add Impact Profile">
91
+ <element name="ip">
92
+ <element name="name" rngui:label="Label">
93
+ <data type="string" rngui:label="Label"/>
94
+ </element>
95
+ <element name="target" rngui:label="Target Value">
96
+ <data type="string" rngui:label="Value"/>
97
+ </element>
98
+ <element name="ifs" rngui:header="Impact Factors">
99
+ <zeroOrMore rngui:label="Add Impact Factor">
100
+ <element name="if">
101
+ <element name="ivs" rngui:header="Impact Values">
102
+ <zeroOrMore rngui:label="Add Impact Value ">
103
+ <element name="iv">
104
+ <element name="extractor_url" rngui:label="Extractor Url">
105
+ <data type="string" rngui:label="Service Url + Parameters"/>
106
+ </element>
107
+ <element name="extractor_params" rngui:header="Extractor Arguments">
108
+ <zeroOrMore rngui:label="Create Extractor Argument Pairs">
109
+ <element rngui:label="Name">
110
+ <anyName/>
111
+ <data type="string" rngui:label="Value / Json"/>
112
+ </element>
113
+ </zeroOrMore>
113
114
  </element>
114
- </zeroOrMore>
115
- </element>
116
- <element name="aggregator_url" rngui:label="Impact Function Url">
117
- <data type="string" rngui:label="Service Url + Parameters"/>
118
- </element>
115
+ <element name="aggregator_url" rngui:label="Aggregator Url">
116
+ <data type="string" rngui:label="Service Url + Parameters"/>
117
+ </element>
118
+ <element name="aggregator_params" rngui:header="Extractor Arguments">
119
+ <zeroOrMore rngui:label="Create Aggregator Argument Pairs">
120
+ <element rngui:label="Name">
121
+ <anyName/>
122
+ <data type="string" rngui:label="Value / Json"/>
123
+ </element>
124
+ </zeroOrMore>
125
+ </element>
126
+ </element>
127
+ </zeroOrMore>
128
+ </element>
129
+ <element name="aggregator_url" rngui:label="Impact Function Url">
130
+ <data type="string" rngui:label="Service Url + Parameters"/>
119
131
  </element>
120
- </zeroOrMore>
121
- </element>
122
- <element name="vfunc_url" rngui:label="Violation Function Url">
123
- <data type="string" rngui:label="Service Url + Parameters"/>
124
- </element>
132
+ </element>
133
+ </zeroOrMore>
125
134
  </element>
126
- </zeroOrMore>
127
- </element>
128
-
135
+ <element name="vfunc_url" rngui:label="Violation Function Url">
136
+ <data type="string" rngui:label="Service Url + Parameters"/>
137
+ </element>
138
+ </element>
139
+ </zeroOrMore>
129
140
  </element>
130
141
 
142
+ </element>
143
+
131
144
  </element>
@@ -0,0 +1,8 @@
1
+ <element xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org" rngui:version="1.2" name="wait_for_signal" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://cpee.org/ns/description/1.0">
2
+ <attribute name="id" rngui:label="ID" rngui:default="javascript:get_free_id()">
3
+ <data type="string" rngui:readonly="true"/>
4
+ </attribute>
5
+ <element name="label" rngui:label="Label">
6
+ <data type="string" rngui:label="What do we wait for? (data changes in a parallel task)"/>
7
+ </element>
8
+ </element>
@@ -1,5 +1,15 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="11" y="6" width="9" height="18" rx="0" class="hline white"/>
3
- <path class="cline hfill stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
4
- <line x1="15.6" y1="4" x2="15.6" y2="27" class="ourline"/>
2
+ <g class="part-normal">
3
+ <rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
4
+ <path class="markstyle hoverstyle stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
5
+ <line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
6
+ </g>
7
+ <g class="part-start">
8
+ <rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
9
+ <path class="markstyle hoverstyle stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
10
+ <line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
11
+ </g>
12
+ <g class="part-middle" transform="translate(30,0)">
13
+ <text transform="translate(0,20)" class="label standalone"></text>
14
+ </g>
5
15
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <path class="rfill stand" d="m 5 10 l 10 0 l 0 -5 l 10 10 l -10 10 l 0 -5 l -10 0 z"/>
2
+ <path class="execstyle stand" d="m 5 10 l 10 0 l 0 -5 l 10 10 l -10 10 l 0 -5 l -10 0 z"/>
3
3
  </svg>
@@ -1,6 +1,19 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <g class="replace">
3
- <rect x="1" y="1" width="28" height="28" rx="4" class="hfill rfill cline stand"/>
2
+ <g class="part-normal">
3
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
4
4
  <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
5
5
  </g>
6
+ <g class="part-start" clip-path="url(#startclip)">
7
+ <rect x="1" y="1" width="38" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
8
+ <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
9
+ </g>
10
+ <g class="part-end" clip-path="url(#endclip)">
11
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
12
+ </g>
13
+ <g class="part-middle" transform="translate(27,0)">
14
+ <rect x="0" y="1" width="220" height="28" class="standwithout colorstyle"/>
15
+ <line x1="0" y1="1" x2="220" y2="1" class="standline markstyle hoverstyle execstyle"/>
16
+ <line x1="0" y1="29" x2="220" y2="29" class="standline markstyle hoverstyle execstyle"/>
17
+ <text transform="translate(0,20)" class="label"></text>
18
+ </g>
6
19
  </svg>
@@ -1,9 +1,23 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <path class="cline stand" d="M 34.003906,5 V 4.1269531 c 0,-4.45934904 -3.585332,-8.0488281 -8.039062,-8.0488281 H 25"/>
3
- <path class="cline stand" d="M 31.5,5 V 4.9667969 C 31.5,1.3836953 28.618741,-1.5 25.039062,-1.5 H 25"/>
4
- <circle cx="27" cy="3" r="2" class="cfill cline rfill normal"/>
5
- <g class="replace">
6
- <rect x="1" y="1" width="28" height="28" rx="4" class="hfill rfill cline stand"/>
2
+ <g class="part-normal">
3
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
7
4
  <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
8
5
  </g>
6
+ <g class="part-start" clip-path="url(#startclip)">
7
+ <rect x="1" y="1" width="38" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
8
+ <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
9
+ </g>
10
+ <g class="part-end" clip-path="url(#endclip)">
11
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
12
+ </g>
13
+ <g class="part-middle" transform="translate(27,0)">
14
+ <rect x="0" y="1" width="220" height="28" class="standwithout colorstyle"/>
15
+ <line x1="0" y1="1" x2="220" y2="1" class="standline markstyle hoverstyle execstyle"/>
16
+ <line x1="0" y1="29" x2="220" y2="29" class="standline markstyle hoverstyle execstyle"/>
17
+ <text transform="translate(0,20)" class="label"></text>
18
+ </g>
19
+ <g class="part-extra" transform="">
20
+ <path class="markstyle stand" d="M 34.003906,5 V 4.1269531 c 0,-4.45934904 -3.585332,-8.0488281 -8.039062,-8.0488281 H 25"/>
21
+ <path class="markstyle stand" d="M 31.5,5 V 4.9667969 C 31.5,1.3836953 28.618741,-1.5 25.039062,-1.5 H 25"/>
22
+ </g>
9
23
  </svg>
@@ -1,8 +1,23 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <g class="replace">
3
- <rect x="1" y="1" width="28" height="28" rx="4" class="cline hfill rfill stand"/>
2
+ <g class="part-normal">
3
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
4
4
  <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
5
5
  </g>
6
- <rect x="23" y="21" width="12" height="12" rx="2" class="cline rfill stand"/>
7
- <text transform="translate(29,30.75)" class="small">s</text>
6
+ <g class="part-start" clip-path="url(#startclip)">
7
+ <rect x="1" y="1" width="38" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
8
+ <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
9
+ </g>
10
+ <g class="part-end" clip-path="url(#endclip)">
11
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
12
+ </g>
13
+ <g class="part-middle" transform="translate(27,0)">
14
+ <rect x="0" y="1" width="220" height="28" class="standwithout colorstyle"/>
15
+ <line x1="0" y1="1" x2="220" y2="1" class="standline markstyle hoverstyle execstyle"/>
16
+ <line x1="0" y1="29" x2="220" y2="29" class="standline markstyle hoverstyle execstyle"/>
17
+ <text transform="translate(0,20)" class="label"></text>
18
+ </g>
19
+ <g class="part-extra" transform="">
20
+ <rect x="23" y="21" width="12" height="12" rx="2" class="markstyle execstylethin hoverstylethin stand colorstyle"/>
21
+ <text transform="translate(29,30.75)" class="small">s</text>
22
+ </g>
8
23
  </svg>
@@ -1,11 +1,25 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <path class="cline stand" d="M 34.003906,5 V 4.1269531 c 0,-4.45934904 -3.585332,-8.0488281 -8.039062,-8.0488281 H 25"/>
3
- <path class="cline stand" d="M 31.5,5 V 4.9667969 C 31.5,1.3836953 28.618741,-1.5 25.039062,-1.5 H 25"/>
4
- <circle cx="27" cy="3" r="2" class="cfill cline rfill normal"/>
5
- <g class="replace">
6
- <rect x="1" y="1" width="28" height="28" rx="4" class="cline hfill rfill stand"/>
2
+ <g class="part-normal">
3
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
7
4
  <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
8
5
  </g>
9
- <rect x="23" y="21" width="12" height="12" rx="2" class="cline rfill stand"/>
10
- <text transform="translate(29,30.75)" class="small">s</text>
6
+ <g class="part-start" clip-path="url(#startclip)">
7
+ <rect x="1" y="1" width="38" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
8
+ <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
9
+ </g>
10
+ <g class="part-end" clip-path="url(#endclip)">
11
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
12
+ </g>
13
+ <g class="part-middle" transform="translate(27,0)">
14
+ <rect x="0" y="1" width="220" height="28" class="standwithout colorstyle"/>
15
+ <line x1="0" y1="1" x2="220" y2="1" class="standline markstyle hoverstyle execstyle"/>
16
+ <line x1="0" y1="29" x2="220" y2="29" class="standline markstyle hoverstyle execstyle"/>
17
+ <text transform="translate(0,20)" class="label"></text>
18
+ </g>
19
+ <g class="part-extra" transform="">
20
+ <rect x="23" y="21" width="12" height="12" rx="2" class="markstyle execstylethin hoverstylethin stand colorstyle"/>
21
+ <text transform="translate(29,30.75)" class="small">s</text>
22
+ <path class="markstyle stand" d="M 34.003906,5 V 4.1269531 c 0,-4.45934904 -3.585332,-8.0488281 -8.039062,-8.0488281 H 25"/>
23
+ <path class="markstyle stand" d="M 31.5,5 V 4.9667969 C 31.5,1.3836953 28.618741,-1.5 25.039062,-1.5 H 25"/>
24
+ </g>
11
25
  </svg>
@@ -0,0 +1,32 @@
1
+ <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
+ <g class="part-normal">
3
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
4
+ <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
5
+ </g>
6
+ <g class="part-start" clip-path="url(#startclip)">
7
+ <rect x="1" y="1" width="38" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
8
+ <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
9
+ </g>
10
+ <g class="part-end" clip-path="url(#endclip)">
11
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
12
+ </g>
13
+ <g class="part-middle" transform="translate(27,0)">
14
+ <rect x="0" y="1" width="220" height="28" class="standwithout colorstyle"/>
15
+ <line x1="0" y1="1" x2="220" y2="1" class="standline markstyle hoverstyle execstyle"/>
16
+ <line x1="0" y1="29" x2="220" y2="29" class="standline markstyle hoverstyle execstyle"/>
17
+ <text transform="translate(0,20)" class="label"></text>
18
+ </g>
19
+ <g class="part-extra" transform="">
20
+ <rect x="23" y="21" width="12" height="12" rx="2" class="markstyle execstylethin hoverstylethin stand colorstyle"/>
21
+ <text transform="translate(29,30.75)" class="small">s</text>
22
+
23
+ <path class="markstyle stand" d="M 34.003906,5 V 4.1269531 c 0,-4.45934904 -3.585332,-8.0488281 -8.039062,-8.0488281 H 25"/>
24
+ <path class="markstyle stand" d="M 31.5,5 V 4.9667969 C 31.5,1.3836953 28.618741,-1.5 25.039062,-1.5 H 25"/>
25
+
26
+ <circle cx="29" cy="13" r="7" class="markstyle execstylethin hoverstylethin standthin colorstyle" style="stroke-dasharray: 1,2"/>
27
+ <circle cx="29" cy="13" r="5" class="markstyle execstylethin hoverstylethin standthin colorstyle" style="stroke-dasharray: 1,2"/>
28
+ <line x1="29.0" y1="10" x2="26.5" y2="15" class="stand"/>
29
+ <line x1="26.5" y1="15" x2="31.5" y2="15" class="stand"/>
30
+ <line x1="31.5" y1="15" x2="29.0" y2="10" class="stand"/>
31
+ </g>
32
+ </svg>
@@ -0,0 +1,29 @@
1
+ <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
+ <g class="part-normal">
3
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
4
+ <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
5
+ </g>
6
+ <g class="part-start" clip-path="url(#startclip)">
7
+ <rect x="1" y="1" width="38" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
8
+ <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
9
+ </g>
10
+ <g class="part-end" clip-path="url(#endclip)">
11
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
12
+ </g>
13
+ <g class="part-middle" transform="translate(27,0)">
14
+ <rect x="0" y="1" width="220" height="28" class="standwithout colorstyle"/>
15
+ <line x1="0" y1="1" x2="220" y2="1" class="standline markstyle hoverstyle execstyle" />
16
+ <line x1="0" y1="29" x2="220" y2="29" class="standline markstyle hoverstyle execstyle" />
17
+ <text transform="translate(0,20)" class="label"></text>
18
+ </g>
19
+ <g class="part-extra">
20
+ <rect x="23" y="21" width="12" height="12" rx="2" class="markstyle hoverstylethin execstylethin colorstyle stand"/>
21
+ <text transform="translate(29,30.75)" class="small">s</text>
22
+
23
+ <circle cx="29" cy="10" r="7" class="markstyle execstylethin hoverstylethin standthin colorstyle" style="stroke-dasharray: 1,2"/>
24
+ <circle cx="29" cy="10" r="5" class="markstyle execstylethin hoverstylethin standthin colorstyle" style="stroke-dasharray: 1,2"/>
25
+ <line x1="29.0" y1="07" x2="26.5" y2="12" class="stand"/>
26
+ <line x1="26.5" y1="12" x2="31.5" y2="12" class="stand"/>
27
+ <line x1="31.5" y1="12" x2="29.0" y2="07" class="stand"/>
28
+ </g>
29
+ </svg>