cpee 2.1.92 → 2.1.93

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 (264) hide show
  1. checksums.yaml +4 -4
  2. data/cockpit/css/ui.css +4 -4
  3. data/cockpit/css/wfadaptor.css +25 -100
  4. data/cockpit/js/details.js +7 -0
  5. data/cockpit/js/instance.js +13 -7
  6. data/cockpit/js/wfadaptor.js +120 -87
  7. data/cockpit/only_llm.html +3 -5
  8. data/cockpit/templates/Frames.xml +142 -55
  9. data/cockpit/themes/base.js +7 -8
  10. data/cockpit/themes/control/rngs/call.rng +1 -0
  11. data/cockpit/themes/control/rngs/callmanipulate.rng +1 -0
  12. data/cockpit/themes/control/rngs/manipulate.rng +1 -0
  13. data/cockpit/themes/control/rngs/start.rng +1 -0
  14. data/cockpit/themes/control/symbols/arrow.svg +1 -1
  15. data/cockpit/themes/control/symbols/callmanipulate.svg +1 -1
  16. data/cockpit/themes/control/symbols/callmanipulate_sensor.svg +2 -1
  17. data/cockpit/themes/control/symbols/callmanipulate_sensor_signal.svg +1 -1
  18. data/cockpit/themes/control/symbols/callmanipulate_signal.svg +1 -1
  19. data/cockpit/themes/control/symbols/critical.svg +3 -2
  20. data/cockpit/themes/control/symbols/delete.svg +2 -2
  21. data/cockpit/themes/control/symbols/end.svg +1 -1
  22. data/cockpit/themes/control/symbols/manipulate.svg +2 -2
  23. data/cockpit/themes/control/symbols/parallel.svg +2 -1
  24. data/cockpit/themes/control/symbols/scripts.svg +1 -1
  25. data/cockpit/themes/dataflow/rngs/call.rng +1 -0
  26. data/cockpit/themes/dataflow/rngs/callmanipulate.rng +1 -0
  27. data/cockpit/themes/dataflow/rngs/manipulate.rng +1 -0
  28. data/cockpit/themes/dataflow/rngs/start.rng +1 -0
  29. data/cockpit/themes/dataflow/symbols/arrow.svg +1 -1
  30. data/cockpit/themes/dataflow/symbols/callmanipulate.svg +1 -1
  31. data/cockpit/themes/dataflow/symbols/callmanipulate_sensor.svg +2 -1
  32. data/cockpit/themes/dataflow/symbols/callmanipulate_sensor_signal.svg +1 -1
  33. data/cockpit/themes/dataflow/symbols/callmanipulate_signal.svg +1 -1
  34. data/cockpit/themes/dataflow/symbols/critical.svg +3 -2
  35. data/cockpit/themes/dataflow/symbols/delete.svg +2 -2
  36. data/cockpit/themes/dataflow/symbols/end.svg +1 -1
  37. data/cockpit/themes/dataflow/symbols/manipulate.svg +2 -2
  38. data/cockpit/themes/dataflow/symbols/parallel.svg +2 -1
  39. data/cockpit/themes/dataflow/symbols/scripts.svg +1 -1
  40. data/cockpit/themes/dataflow/theme.js +4 -4
  41. data/cockpit/themes/default/rngs/call.rng +1 -0
  42. data/cockpit/themes/default/rngs/callmanipulate.rng +1 -0
  43. data/cockpit/themes/default/rngs/manipulate.rng +1 -0
  44. data/cockpit/themes/default/rngs/start.rng +1 -0
  45. data/cockpit/themes/default/symbols/arrow.svg +1 -1
  46. data/cockpit/themes/default/symbols/callmanipulate.svg +1 -1
  47. data/cockpit/themes/default/symbols/callmanipulate_sensor.svg +2 -1
  48. data/cockpit/themes/default/symbols/callmanipulate_sensor_signal.svg +1 -1
  49. data/cockpit/themes/default/symbols/callmanipulate_signal.svg +1 -1
  50. data/cockpit/themes/default/symbols/critical.svg +3 -2
  51. data/cockpit/themes/default/symbols/delete.svg +2 -2
  52. data/cockpit/themes/default/symbols/end.svg +1 -1
  53. data/cockpit/themes/default/symbols/manipulate.svg +2 -2
  54. data/cockpit/themes/default/symbols/parallel.svg +2 -1
  55. data/cockpit/themes/default/symbols/scripts.svg +1 -1
  56. data/cockpit/themes/extended/rngs/call.rng +1 -0
  57. data/cockpit/themes/extended/rngs/callmanipulate.rng +1 -0
  58. data/cockpit/themes/extended/rngs/manipulate.rng +1 -0
  59. data/cockpit/themes/extended/rngs/start.rng +1 -0
  60. data/cockpit/themes/extended/symbols/arrow.svg +1 -1
  61. data/cockpit/themes/extended/symbols/callmanipulate.svg +1 -1
  62. data/cockpit/themes/extended/symbols/callmanipulate_sensor.svg +2 -1
  63. data/cockpit/themes/extended/symbols/callmanipulate_sensor_signal.svg +1 -1
  64. data/cockpit/themes/extended/symbols/callmanipulate_signal.svg +1 -1
  65. data/cockpit/themes/extended/symbols/critical.svg +3 -2
  66. data/cockpit/themes/extended/symbols/delete.svg +2 -2
  67. data/cockpit/themes/extended/symbols/end.svg +1 -1
  68. data/cockpit/themes/extended/symbols/manipulate.svg +2 -2
  69. data/cockpit/themes/extended/symbols/parallel.svg +2 -1
  70. data/cockpit/themes/extended/symbols/scripts.svg +1 -1
  71. data/cockpit/themes/felix/symbols/arrow.svg +1 -1
  72. data/cockpit/themes/felix/symbols/callmanipulate.svg +1 -1
  73. data/cockpit/themes/felix/symbols/callmanipulate_sensor.svg +2 -1
  74. data/cockpit/themes/felix/symbols/callmanipulate_sensor_signal.svg +1 -1
  75. data/cockpit/themes/felix/symbols/callmanipulate_signal.svg +1 -1
  76. data/cockpit/themes/felix/symbols/critical.svg +3 -2
  77. data/cockpit/themes/felix/symbols/delete.svg +2 -2
  78. data/cockpit/themes/felix/symbols/end.svg +1 -1
  79. data/cockpit/themes/felix/symbols/manipulate.svg +2 -2
  80. data/cockpit/themes/felix/symbols/parallel.svg +2 -1
  81. data/cockpit/themes/felix/symbols/scripts.svg +1 -1
  82. data/cockpit/themes/model/symbols/arrow.svg +1 -1
  83. data/cockpit/themes/model/symbols/callmanipulate.svg +1 -1
  84. data/cockpit/themes/model/symbols/callmanipulate_sensor.svg +2 -1
  85. data/cockpit/themes/model/symbols/callmanipulate_sensor_signal.svg +1 -1
  86. data/cockpit/themes/model/symbols/callmanipulate_signal.svg +1 -1
  87. data/cockpit/themes/model/symbols/critical.svg +3 -2
  88. data/cockpit/themes/model/symbols/delete.svg +2 -2
  89. data/cockpit/themes/model/symbols/end.svg +1 -1
  90. data/cockpit/themes/model/symbols/manipulate.svg +2 -2
  91. data/cockpit/themes/model/symbols/parallel.svg +2 -1
  92. data/cockpit/themes/model/symbols/scripts.svg +1 -1
  93. data/cockpit/themes/packed/rngs/call.rng +1 -0
  94. data/cockpit/themes/packed/rngs/callmanipulate.rng +1 -0
  95. data/cockpit/themes/packed/rngs/manipulate.rng +1 -0
  96. data/cockpit/themes/packed/rngs/start.rng +1 -0
  97. data/cockpit/themes/packed/symbols/arrow.svg +1 -1
  98. data/cockpit/themes/packed/symbols/callmanipulate.svg +1 -1
  99. data/cockpit/themes/packed/symbols/callmanipulate_sensor.svg +2 -1
  100. data/cockpit/themes/packed/symbols/callmanipulate_sensor_signal.svg +1 -1
  101. data/cockpit/themes/packed/symbols/callmanipulate_signal.svg +1 -1
  102. data/cockpit/themes/packed/symbols/critical.svg +3 -2
  103. data/cockpit/themes/packed/symbols/delete.svg +2 -2
  104. data/cockpit/themes/packed/symbols/end.svg +1 -1
  105. data/cockpit/themes/packed/symbols/manipulate.svg +2 -2
  106. data/cockpit/themes/packed/symbols/parallel.svg +2 -1
  107. data/cockpit/themes/packed/symbols/scripts.svg +1 -1
  108. data/cockpit/themes/preset/rngs/call.rng +1 -0
  109. data/cockpit/themes/preset/rngs/callmanipulate.rng +1 -0
  110. data/cockpit/themes/preset/rngs/manipulate.rng +1 -0
  111. data/cockpit/themes/preset/rngs/start.rng +1 -0
  112. data/cockpit/themes/preset/symbols/arrow.svg +1 -1
  113. data/cockpit/themes/preset/symbols/callmanipulate.svg +1 -1
  114. data/cockpit/themes/preset/symbols/callmanipulate_sensor.svg +2 -1
  115. data/cockpit/themes/preset/symbols/callmanipulate_sensor_signal.svg +1 -1
  116. data/cockpit/themes/preset/symbols/callmanipulate_signal.svg +1 -1
  117. data/cockpit/themes/preset/symbols/critical.svg +3 -2
  118. data/cockpit/themes/preset/symbols/delete.svg +2 -2
  119. data/cockpit/themes/preset/symbols/end.svg +1 -1
  120. data/cockpit/themes/preset/symbols/manipulate.svg +2 -2
  121. data/cockpit/themes/preset/symbols/parallel.svg +2 -1
  122. data/cockpit/themes/preset/symbols/scripts.svg +1 -1
  123. data/cockpit/themes/presetaltid/rngs/alternative.rng +25 -0
  124. data/cockpit/themes/presetaltid/rngs/call.rng +243 -0
  125. data/cockpit/themes/presetaltid/rngs/callmanipulate.rng +275 -0
  126. data/cockpit/themes/presetaltid/rngs/choose.rng +17 -0
  127. data/cockpit/themes/presetaltid/rngs/closed_loop.rng +62 -0
  128. data/cockpit/themes/presetaltid/rngs/closed_loop_cancel.rng +5 -0
  129. data/cockpit/themes/presetaltid/rngs/closed_loop_control.rng +31 -0
  130. data/cockpit/themes/presetaltid/rngs/closed_loop_measuring.rng +12 -0
  131. data/cockpit/themes/presetaltid/rngs/critical.rng +5 -0
  132. data/cockpit/themes/presetaltid/rngs/escape.rng +1 -0
  133. data/cockpit/themes/presetaltid/rngs/group.rng +3 -0
  134. data/cockpit/themes/presetaltid/rngs/loop.rng +22 -0
  135. data/cockpit/themes/presetaltid/rngs/manipulate.rng +23 -0
  136. data/cockpit/themes/presetaltid/rngs/otherwise.rng +22 -0
  137. data/cockpit/themes/presetaltid/rngs/parallel.rng +27 -0
  138. data/cockpit/themes/presetaltid/rngs/parallel_branch.rng +2 -0
  139. data/cockpit/themes/presetaltid/rngs/scripts.rng +23 -0
  140. data/cockpit/themes/presetaltid/rngs/start.rng +145 -0
  141. data/cockpit/themes/presetaltid/rngs/stop.rng +5 -0
  142. data/cockpit/themes/presetaltid/rngs/terminate.rng +1 -0
  143. data/cockpit/themes/presetaltid/rngs/wait_for_signal.rng +8 -0
  144. data/cockpit/themes/presetaltid/symbols/alternative.svg +15 -0
  145. data/cockpit/themes/presetaltid/symbols/arrow.svg +3 -0
  146. data/cockpit/themes/presetaltid/symbols/call.svg +19 -0
  147. data/cockpit/themes/presetaltid/symbols/call_sensor.svg +23 -0
  148. data/cockpit/themes/presetaltid/symbols/callmanipulate.svg +23 -0
  149. data/cockpit/themes/presetaltid/symbols/callmanipulate_sensor.svg +26 -0
  150. data/cockpit/themes/presetaltid/symbols/callmanipulate_sensor_signal.svg +32 -0
  151. data/cockpit/themes/presetaltid/symbols/callmanipulate_signal.svg +29 -0
  152. data/cockpit/themes/presetaltid/symbols/choose.svg +15 -0
  153. data/cockpit/themes/presetaltid/symbols/choose_exclusive.svg +15 -0
  154. data/cockpit/themes/presetaltid/symbols/choose_exclusive_finish.svg +5 -0
  155. data/cockpit/themes/presetaltid/symbols/choose_inclusive.svg +13 -0
  156. data/cockpit/themes/presetaltid/symbols/choose_inclusive_finish.svg +4 -0
  157. data/cockpit/themes/presetaltid/symbols/closed_loop.svg +5 -0
  158. data/cockpit/themes/presetaltid/symbols/closed_loop_cancel.svg +5 -0
  159. data/cockpit/themes/presetaltid/symbols/closed_loop_control.svg +5 -0
  160. data/cockpit/themes/presetaltid/symbols/closed_loop_measuring.svg +6 -0
  161. data/cockpit/themes/presetaltid/symbols/complex.svg +8 -0
  162. data/cockpit/themes/presetaltid/symbols/critical.svg +5 -0
  163. data/cockpit/themes/presetaltid/symbols/delete.svg +4 -0
  164. data/cockpit/themes/presetaltid/symbols/end.svg +3 -0
  165. data/cockpit/themes/presetaltid/symbols/escape.svg +5 -0
  166. data/cockpit/themes/presetaltid/symbols/event_end.svg +3 -0
  167. data/cockpit/themes/presetaltid/symbols/loop.svg +15 -0
  168. data/cockpit/themes/presetaltid/symbols/loop_end.svg +15 -0
  169. data/cockpit/themes/presetaltid/symbols/manipulate.svg +19 -0
  170. data/cockpit/themes/presetaltid/symbols/otherwise.svg +5 -0
  171. data/cockpit/themes/presetaltid/symbols/parallel.svg +6 -0
  172. data/cockpit/themes/presetaltid/symbols/parallel_branch.svg +5 -0
  173. data/cockpit/themes/presetaltid/symbols/parallel_branch_event.svg +14 -0
  174. data/cockpit/themes/presetaltid/symbols/parallel_branch_normal.svg +5 -0
  175. data/cockpit/themes/presetaltid/symbols/parallel_eventbased_exclusive.svg +9 -0
  176. data/cockpit/themes/presetaltid/symbols/parallel_eventbased_parallel.svg +8 -0
  177. data/cockpit/themes/presetaltid/symbols/scripts.svg +4 -0
  178. data/cockpit/themes/presetaltid/symbols/start.svg +3 -0
  179. data/cockpit/themes/presetaltid/symbols/start_event.svg +5 -0
  180. data/cockpit/themes/presetaltid/symbols/stop.svg +5 -0
  181. data/cockpit/themes/presetaltid/symbols/terminate.svg +4 -0
  182. data/cockpit/themes/presetaltid/symbols/wait_for_signal.svg +21 -0
  183. data/cockpit/themes/presetaltid/theme.js +16 -0
  184. data/cockpit/themes/presetid/rngs/alternative.rng +25 -0
  185. data/cockpit/themes/presetid/rngs/call.rng +243 -0
  186. data/cockpit/themes/presetid/rngs/callmanipulate.rng +275 -0
  187. data/cockpit/themes/presetid/rngs/choose.rng +17 -0
  188. data/cockpit/themes/presetid/rngs/closed_loop.rng +62 -0
  189. data/cockpit/themes/presetid/rngs/closed_loop_cancel.rng +5 -0
  190. data/cockpit/themes/presetid/rngs/closed_loop_control.rng +31 -0
  191. data/cockpit/themes/presetid/rngs/closed_loop_measuring.rng +12 -0
  192. data/cockpit/themes/presetid/rngs/critical.rng +5 -0
  193. data/cockpit/themes/presetid/rngs/escape.rng +1 -0
  194. data/cockpit/themes/presetid/rngs/group.rng +3 -0
  195. data/cockpit/themes/presetid/rngs/loop.rng +22 -0
  196. data/cockpit/themes/presetid/rngs/manipulate.rng +23 -0
  197. data/cockpit/themes/presetid/rngs/otherwise.rng +22 -0
  198. data/cockpit/themes/presetid/rngs/parallel.rng +27 -0
  199. data/cockpit/themes/presetid/rngs/parallel_branch.rng +2 -0
  200. data/cockpit/themes/presetid/rngs/scripts.rng +23 -0
  201. data/cockpit/themes/presetid/rngs/start.rng +145 -0
  202. data/cockpit/themes/presetid/rngs/stop.rng +5 -0
  203. data/cockpit/themes/presetid/rngs/terminate.rng +1 -0
  204. data/cockpit/themes/presetid/rngs/wait_for_signal.rng +8 -0
  205. data/cockpit/themes/presetid/symbols/alternative.svg +15 -0
  206. data/cockpit/themes/presetid/symbols/arrow.svg +3 -0
  207. data/cockpit/themes/presetid/symbols/call.svg +19 -0
  208. data/cockpit/themes/presetid/symbols/call_sensor.svg +23 -0
  209. data/cockpit/themes/presetid/symbols/callmanipulate.svg +23 -0
  210. data/cockpit/themes/presetid/symbols/callmanipulate_sensor.svg +26 -0
  211. data/cockpit/themes/presetid/symbols/callmanipulate_sensor_signal.svg +32 -0
  212. data/cockpit/themes/presetid/symbols/callmanipulate_signal.svg +29 -0
  213. data/cockpit/themes/presetid/symbols/choose.svg +15 -0
  214. data/cockpit/themes/presetid/symbols/choose_exclusive.svg +15 -0
  215. data/cockpit/themes/presetid/symbols/choose_exclusive_finish.svg +5 -0
  216. data/cockpit/themes/presetid/symbols/choose_inclusive.svg +13 -0
  217. data/cockpit/themes/presetid/symbols/choose_inclusive_finish.svg +4 -0
  218. data/cockpit/themes/presetid/symbols/closed_loop.svg +5 -0
  219. data/cockpit/themes/presetid/symbols/closed_loop_cancel.svg +5 -0
  220. data/cockpit/themes/presetid/symbols/closed_loop_control.svg +5 -0
  221. data/cockpit/themes/presetid/symbols/closed_loop_measuring.svg +6 -0
  222. data/cockpit/themes/presetid/symbols/complex.svg +8 -0
  223. data/cockpit/themes/presetid/symbols/critical.svg +5 -0
  224. data/cockpit/themes/presetid/symbols/delete.svg +4 -0
  225. data/cockpit/themes/presetid/symbols/end.svg +3 -0
  226. data/cockpit/themes/presetid/symbols/escape.svg +5 -0
  227. data/cockpit/themes/presetid/symbols/event_end.svg +3 -0
  228. data/cockpit/themes/presetid/symbols/loop.svg +15 -0
  229. data/cockpit/themes/presetid/symbols/loop_end.svg +15 -0
  230. data/cockpit/themes/presetid/symbols/manipulate.svg +19 -0
  231. data/cockpit/themes/presetid/symbols/otherwise.svg +5 -0
  232. data/cockpit/themes/presetid/symbols/parallel.svg +6 -0
  233. data/cockpit/themes/presetid/symbols/parallel_branch.svg +5 -0
  234. data/cockpit/themes/presetid/symbols/parallel_branch_event.svg +14 -0
  235. data/cockpit/themes/presetid/symbols/parallel_branch_normal.svg +5 -0
  236. data/cockpit/themes/presetid/symbols/parallel_eventbased_exclusive.svg +9 -0
  237. data/cockpit/themes/presetid/symbols/parallel_eventbased_parallel.svg +8 -0
  238. data/cockpit/themes/presetid/symbols/scripts.svg +4 -0
  239. data/cockpit/themes/presetid/symbols/start.svg +3 -0
  240. data/cockpit/themes/presetid/symbols/start_event.svg +5 -0
  241. data/cockpit/themes/presetid/symbols/stop.svg +5 -0
  242. data/cockpit/themes/presetid/symbols/terminate.svg +4 -0
  243. data/cockpit/themes/presetid/symbols/wait_for_signal.svg +21 -0
  244. data/cockpit/themes/presetid/theme.js +16 -0
  245. data/cockpit/themes/reduced/rngs/call.rng +1 -0
  246. data/cockpit/themes/reduced/rngs/callmanipulate.rng +1 -0
  247. data/cockpit/themes/reduced/rngs/manipulate.rng +1 -0
  248. data/cockpit/themes/reduced/rngs/start.rng +1 -0
  249. data/cockpit/themes/reduced/symbols/arrow.svg +1 -1
  250. data/cockpit/themes/reduced/symbols/callmanipulate.svg +1 -1
  251. data/cockpit/themes/reduced/symbols/callmanipulate_sensor.svg +2 -1
  252. data/cockpit/themes/reduced/symbols/callmanipulate_sensor_signal.svg +1 -1
  253. data/cockpit/themes/reduced/symbols/callmanipulate_signal.svg +1 -1
  254. data/cockpit/themes/reduced/symbols/critical.svg +3 -2
  255. data/cockpit/themes/reduced/symbols/delete.svg +2 -2
  256. data/cockpit/themes/reduced/symbols/end.svg +1 -1
  257. data/cockpit/themes/reduced/symbols/manipulate.svg +2 -2
  258. data/cockpit/themes/reduced/symbols/parallel.svg +2 -1
  259. data/cockpit/themes/reduced/symbols/scripts.svg +1 -1
  260. data/cpee.gemspec +1 -1
  261. data/server/executionhandlers/ruby/connection.rb +5 -1
  262. metadata +123 -3
  263. data/server/executionhandlers/ruby/ShiftingTestSimple.xml +0 -100
  264. data/server/server.pid +0 -1
@@ -0,0 +1,5 @@
1
+ <element xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org" rngui:version="1.2" name="critical" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://cpee.org/ns/description/1.0">
2
+ <attribute name="sid" rngui:label="SID" rngui:default="section" rngui:hint="Identical SID's shared by between differnt 'critical' elements define mutual exclusive areas.">
3
+ <data type="string"/>
4
+ </attribute>
5
+ </element>
@@ -0,0 +1 @@
1
+ <element xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org" rngui:version="1.2" name="escape" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://cpee.org/ns/description/1.0"/>
@@ -0,0 +1,3 @@
1
+ <element xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org" name="group" rngui:version="1.2" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://cpee.org/ns/description/1.0">
2
+ <text rngui:label="A group of tasks, that belongs together"/>
3
+ </element>
@@ -0,0 +1,22 @@
1
+ <element xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org" rngui:version="1.2" name="loop" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://cpee.org/ns/description/1.0">
2
+ <attribute name="mode" rngui:label="Mode" rngui:default="pre_test">
3
+ <choice>
4
+ <value>pre_test</value>
5
+ <value>post_test</value>
6
+ </choice>
7
+ </attribute>
8
+ <attribute name="condition" rngui:label="Condition">
9
+ <data type="string" rngui:label="Condition"/>
10
+ </attribute>
11
+ <element name="_probability" rngui:mark="true" rngui:header="Execution Probability">
12
+ <element name="_probability_min" rngui:label="Min times">
13
+ <data type="nonNegativeInteger" rngui:label="Times"/>
14
+ </element>
15
+ <element name="_probability_max" rngui:label="Max times">
16
+ <data type="nonNegativeInteger" rngui:label="Times"/>
17
+ </element>
18
+ <element name="_probability_avg" rngui:label="Avg times">
19
+ <data type="nonNegativeInteger" rngui:label="Times"/>
20
+ </element>
21
+ </element>
22
+ </element>
@@ -0,0 +1,23 @@
1
+ <element xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org" rngui:version="1.2" name="manipulate" rngui:label="Script" 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
+ <attribute name="label" rngui:label="Label">
6
+ <data type="string" rngui:label="Short description of the task"/>
7
+ </attribute>
8
+ <attribute name="color" rngui:label="Task Color">
9
+ <choice rngui:type='color'>
10
+ <value>#ffffff</value>
11
+ <value>#d4e1f1</value>
12
+ <value>#d8f0dd</value>
13
+ <value>#ffffcc</value>
14
+ <value>#f2d8b8</value>
15
+ <value>#eeb3ac</value>
16
+ <value>#e4c3e4</value>
17
+ <value>#ded0c5</value>
18
+ <value>#bcbbbd</value>
19
+ <value>#f57aa9</value>
20
+ </choice>
21
+ </attribute>
22
+ <text rngui:label="Script that is executed"/>
23
+ </element>
@@ -0,0 +1,22 @@
1
+ <element xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org" rngui:version="1.2" name="otherwise" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://cpee.org/ns/description/1.0">
2
+ <element name="_probability" rngui:mark="true" rngui:header="Execution Probability">
3
+ <element name="_probability_min" rngui:label="Min in %">
4
+ <data type="integer" rngui:label="Percent 0-100">
5
+ <param name="minInclusive">1</param>
6
+ <param name="maxInclusive">100</param>
7
+ </data>
8
+ </element>
9
+ <element name="_probability_max" rngui:label="Max in %">
10
+ <data type="integer" rngui:label="Percent 0-100">
11
+ <param name="minInclusive">1</param>
12
+ <param name="maxInclusive">100</param>
13
+ </data>
14
+ </element>
15
+ <element name="_probability_avg" rngui:label="Avg in %">
16
+ <data type="integer" rngui:label="Percent 0-100">
17
+ <param name="minInclusive">1</param>
18
+ <param name="maxInclusive">100</param>
19
+ </data>
20
+ </element>
21
+ </element>
22
+ </element>
@@ -0,0 +1,27 @@
1
+ <element xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org" rngui:version="1.2" name="parallel" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://cpee.org/ns/description/1.0">
2
+ <attribute name="wait" rngui:label="Wait" rngui:default="-1" rngui:hint="-1 to wait for all branches.">
3
+ <data type="integer"/>
4
+ </attribute>
5
+ <attribute name="cancel" rngui:label="Cancel" rngui:default="last" rngui:hint="Set 'Wait' to 1 for standard Event-based Gateway.">
6
+ <choice>
7
+ <value rngui:label='After Last Task in Branch'>last</value>
8
+ <value rngui:label='After First Task in Branch (Event-Based Gateway)'>first</value>
9
+ </choice>
10
+ </attribute>
11
+ <element rngui:ignore="true" name="parallel_branch">
12
+ <attribute name="pass">
13
+ <data type="string"/>
14
+ </attribute>
15
+ <attribute name="local">
16
+ <data type="string"/>
17
+ </attribute>
18
+ </element>
19
+ <element rngui:ignore="true" name="parallel_branch">
20
+ <attribute name="pass">
21
+ <data type="string"/>
22
+ </attribute>
23
+ <attribute name="local">
24
+ <data type="string"/>
25
+ </attribute>
26
+ </element>
27
+ </element>
@@ -0,0 +1,2 @@
1
+ <element xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org" rngui:version="1.2" name="parallel_branch" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://cpee.org/ns/description/1.0">
2
+ </element>
@@ -0,0 +1,23 @@
1
+ <element xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org" rngui:version="1.2" name="code" rngui:header="Implementation" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://cpee.org/ns/description/1.0">
2
+ <element name="prepare" rngui:header="Prepare" rngui:label="Code" rngui:fold="closed_conditional">
3
+ <text rngui:label="Script that is executed, before a service call"/>
4
+ </element>
5
+ <element name="finalize" rngui:header="Finalize" rngui:label="Code" rngui:fold="closed_conditional">
6
+ <attribute name="output" rngui:label="Access Variable" rngui:default="result">
7
+ <data type="string" rngui:readonly="true"/>
8
+ </attribute>
9
+ <text rngui:label="Script that is executed, when a service returns data"/>
10
+ </element>
11
+ <element name="update" rngui:header="Update" rngui:label="Code" rngui:fold="closed_conditional">
12
+ <attribute name="output" rngui:label="Access Variable" rngui:default="result">
13
+ <data type="string" rngui:readonly="true"/>
14
+ </attribute>
15
+ <text rngui:label="Script that is executed, when a service sends intermediate data"/>
16
+ </element>
17
+ <element name="rescue" rngui:header="Rescue" rngui:label="Code" rngui:fold="closed_conditional">
18
+ <attribute name="output" rngui:label="Access Variable" rngui:default="result">
19
+ <data type="string" rngui:readonly="true"/>
20
+ </attribute>
21
+ <text rngui:label="Script that is executed, if a service call fails"/>
22
+ </element>
23
+ </element>
@@ -0,0 +1,145 @@
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
+ <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
+ <value>#f57aa9</value>
14
+ </choice>
15
+ </attribute>
16
+ <element name="_generic" rngui:header="Process Level Generic Annotations">
17
+ <zeroOrMore rngui:label="Create Annotation Pair">
18
+ <element rngui:label="Name" rngui:labeltype="xml">
19
+ <anyName/>
20
+ <data type="string" rngui:label="Value"/>
21
+ </element>
22
+ </zeroOrMore>
23
+ </element>
24
+
25
+ <element name="_shifting" rngui:header="Log Time Shifting">
26
+ <optional>
27
+ <element name="_shifting_factor" rngui:label="Multiplication Factor">
28
+ <data type="string" rngui:label="e.g.: 2 hours"/>
29
+ </element>
30
+ </optional>
31
+ <optional>
32
+ <element name="_shifting_start" rngui:label="Starting Point">
33
+ <data type="string" rngui:label="e.g.: monday, 5pm"/>
34
+ </element>
35
+ </optional>
36
+ <optional>
37
+ <element name="_shifting_modifier" rngui:label="Random +/- Starting Shift">
38
+ <data type="float" rngui:label="in seconds"/>
39
+ </element>
40
+ </optional>
41
+ </element>
42
+
43
+ <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.">
44
+
45
+ <element name="probes" rngui:header="Data Probes - Context Data Extraction" rngui:fold="closed_conditional">
46
+ <zeroOrMore rngui:label="Add Probe">
47
+ <element name="probe">
48
+ <element name="id" rngui:label="ID">
49
+ <data type="string" rngui:label="ID"/>
50
+ </element>
51
+ <element name="source" rngui:label="Source">
52
+ <data type="string" rngui:label="Where does the sensor value come from?"/>
53
+ </element>
54
+ <element name="extractor_type" rngui:label="Extractor Type">
55
+ <choice>
56
+ <value rngui:label='Intrinsic'>intrinsic</value>
57
+ <value rngui:label='Extrinsic'>extrinsic</value>
58
+ <value rngui:label='Separate'>separate</value>
59
+ </choice>
60
+ </element>
61
+ <element name="extractor_code" rngui:label="Extractor Code" rngui:hint='For intrinsic &amp; extrinsic data'>
62
+ <text rngui:label="Code"/>
63
+ </element>
64
+ <element name="extractor_url" rngui:label="Extractor Service" rngui:hint='For separate data'>
65
+ <data type="string" rngui:label="Service Url"/>
66
+ </element>
67
+ <element name="extractor_params" rngui:label="Extractor Service Arguments:">
68
+ <zeroOrMore rngui:label="Create Argument Pairs">
69
+ <element rngui:label="Name">
70
+ <anyName/>
71
+ <data type="string" rngui:label="Value / Json"/>
72
+ </element>
73
+ </zeroOrMore>
74
+ </element>
75
+ <element name="visualizer_url" rngui:label="Visualizer Url">
76
+ <data type="string" rngui:label="Service Url"/>
77
+ </element>
78
+ <element name="visualizer_params" rngui:label="Visualizer Arguments">
79
+ <zeroOrMore rngui:label="Create Argument Pairs">
80
+ <element rngui:label="Name">
81
+ <anyName/>
82
+ <data type="string" rngui:label="Value / Json"/>
83
+ </element>
84
+ </zeroOrMore>
85
+ </element>
86
+ </element>
87
+ </zeroOrMore>
88
+ </element>
89
+
90
+ <element name="ips" rngui:header="Impact Profiles" rngui:fold="closed">
91
+ <zeroOrMore rngui:label="Add Impact Profile">
92
+ <element name="ip">
93
+ <element name="name" rngui:label="Label">
94
+ <data type="string" rngui:label="Label"/>
95
+ </element>
96
+ <element name="target" rngui:label="Target Value">
97
+ <data type="string" rngui:label="Value"/>
98
+ </element>
99
+ <element name="ifs" rngui:header="Impact Factors">
100
+ <zeroOrMore rngui:label="Add Impact Factor">
101
+ <element name="if">
102
+ <element name="ivs" rngui:header="Impact Values">
103
+ <zeroOrMore rngui:label="Add Impact Value ">
104
+ <element name="iv">
105
+ <element name="extractor_url" rngui:label="Extractor Url">
106
+ <data type="string" rngui:label="Service Url + Parameters"/>
107
+ </element>
108
+ <element name="extractor_params" rngui:header="Extractor Arguments">
109
+ <zeroOrMore rngui:label="Create Extractor Argument Pairs">
110
+ <element rngui:label="Name">
111
+ <anyName/>
112
+ <data type="string" rngui:label="Value / Json"/>
113
+ </element>
114
+ </zeroOrMore>
115
+ </element>
116
+ <element name="aggregator_url" rngui:label="Aggregator Url">
117
+ <data type="string" rngui:label="Service Url + Parameters"/>
118
+ </element>
119
+ <element name="aggregator_params" rngui:header="Extractor Arguments">
120
+ <zeroOrMore rngui:label="Create Aggregator Argument Pairs">
121
+ <element rngui:label="Name">
122
+ <anyName/>
123
+ <data type="string" rngui:label="Value / Json"/>
124
+ </element>
125
+ </zeroOrMore>
126
+ </element>
127
+ </element>
128
+ </zeroOrMore>
129
+ </element>
130
+ <element name="aggregator_url" rngui:label="Impact Function Url">
131
+ <data type="string" rngui:label="Service Url + Parameters"/>
132
+ </element>
133
+ </element>
134
+ </zeroOrMore>
135
+ </element>
136
+ <element name="vfunc_url" rngui:label="Violation Function Url">
137
+ <data type="string" rngui:label="Service Url + Parameters"/>
138
+ </element>
139
+ </element>
140
+ </zeroOrMore>
141
+ </element>
142
+
143
+ </element>
144
+
145
+ </element>
@@ -0,0 +1,5 @@
1
+ <element xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org" rngui:version="1.2" name="stop" 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>
@@ -0,0 +1 @@
1
+ <element xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org" rngui:version="1.2" name="terminate" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://cpee.org/ns/description/1.0"/>
@@ -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>
@@ -0,0 +1,15 @@
1
+ <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
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>
15
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
+ <path class="colorstyle 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
+ </svg>
@@ -0,0 +1,19 @@
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
+ </svg>
@@ -0,0 +1,23 @@
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
+ <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>
23
+ </svg>
@@ -0,0 +1,23 @@
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
+ <path transform="translate(25.5,23.3)" class="normal" style="fill:#000000;" d="M 0,5.352539 1.9277344,5.0585937 q 0.1230468,0.5605469 0.4990234,0.8544922 0.3759766,0.2871092 1.0527344,0.2871092 0.7451172,0 1.1210937,-0.2734373 0.2529297,-0.1914063 0.2529297,-0.5126953 0,-0.21875 -0.1367187,-0.3623047 Q 4.5732422,4.915039 4.0742187,4.7988281 1.75,4.2861328 1.1279297,3.8623047 0.2666016,3.274414 0.2666016,2.2285156 q 0,-0.9433594 0.7451171,-1.5859375 Q 1.7568359,0 3.3222656,0 4.8125,0 5.5371094,0.4853515 6.2617184,0.9707031 6.5351564,1.9208984 L 4.7236328,2.2558594 Q 4.6074219,1.8320312 4.2792969,1.6064453 3.9580078,1.3808594 3.3564453,1.3808594 q -0.7587891,0 -1.0869141,0.211914 -0.21875,0.1503906 -0.21875,0.3896485 0,0.2050781 0.1914063,0.3486328 0.2597656,0.1914062 1.7910156,0.540039 1.5380863,0.3486328 2.1464843,0.8544922 0.601563,0.5126953 0.601563,1.4287109 0,0.9980473 -0.833985,1.7158203 -0.833984,0.717774 -2.4677732,0.717774 -1.4833985,0 -2.3515625,-0.601563 Q 0.2666016,6.3847661 0,5.352539 Z"/>
22
+ </g>
23
+ </svg>
@@ -0,0 +1,26 @@
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
+ <path transform="translate(25.5,23.3)" class="normal" style="fill:#000000;" d="M 0,5.352539 1.9277344,5.0585937 q 0.1230468,0.5605469 0.4990234,0.8544922 0.3759766,0.2871092 1.0527344,0.2871092 0.7451172,0 1.1210937,-0.2734373 0.2529297,-0.1914063 0.2529297,-0.5126953 0,-0.21875 -0.1367187,-0.3623047 Q 4.5732422,4.915039 4.0742187,4.7988281 1.75,4.2861328 1.1279297,3.8623047 0.2666016,3.274414 0.2666016,2.2285156 q 0,-0.9433594 0.7451171,-1.5859375 Q 1.7568359,0 3.3222656,0 4.8125,0 5.5371094,0.4853515 6.2617184,0.9707031 6.5351564,1.9208984 L 4.7236328,2.2558594 Q 4.6074219,1.8320312 4.2792969,1.6064453 3.9580078,1.3808594 3.3564453,1.3808594 q -0.7587891,0 -1.0869141,0.211914 -0.21875,0.1503906 -0.21875,0.3896485 0,0.2050781 0.1914063,0.3486328 0.2597656,0.1914062 1.7910156,0.540039 1.5380863,0.3486328 2.1464843,0.8544922 0.601563,0.5126953 0.601563,1.4287109 0,0.9980473 -0.833985,1.7158203 -0.833984,0.717774 -2.4677732,0.717774 -1.4833985,0 -2.3515625,-0.601563 Q 0.2666016,6.3847661 0,5.352539 Z"/>
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
+ </g>
26
+ </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
+ <path transform="translate(25.5,23.3)" class="normal" style="fill:#000000;" d="M 0,5.352539 1.9277344,5.0585937 q 0.1230468,0.5605469 0.4990234,0.8544922 0.3759766,0.2871092 1.0527344,0.2871092 0.7451172,0 1.1210937,-0.2734373 0.2529297,-0.1914063 0.2529297,-0.5126953 0,-0.21875 -0.1367187,-0.3623047 Q 4.5732422,4.915039 4.0742187,4.7988281 1.75,4.2861328 1.1279297,3.8623047 0.2666016,3.274414 0.2666016,2.2285156 q 0,-0.9433594 0.7451171,-1.5859375 Q 1.7568359,0 3.3222656,0 4.8125,0 5.5371094,0.4853515 6.2617184,0.9707031 6.5351564,1.9208984 L 4.7236328,2.2558594 Q 4.6074219,1.8320312 4.2792969,1.6064453 3.9580078,1.3808594 3.3564453,1.3808594 q -0.7587891,0 -1.0869141,0.211914 -0.21875,0.1503906 -0.21875,0.3896485 0,0.2050781 0.1914063,0.3486328 0.2597656,0.1914062 1.7910156,0.540039 1.5380863,0.3486328 2.1464843,0.8544922 0.601563,0.5126953 0.601563,1.4287109 0,0.9980473 -0.833985,1.7158203 -0.833984,0.717774 -2.4677732,0.717774 -1.4833985,0 -2.3515625,-0.601563 Q 0.2666016,6.3847661 0,5.352539 Z"/>
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>