cpee 2.1.92 → 2.1.95
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.
- checksums.yaml +4 -4
- data/cockpit/css/{resources-label.css → extended_columns-label.css} +4 -0
- data/cockpit/css/ui.css +6 -5
- data/cockpit/css/wfadaptor.css +27 -105
- data/cockpit/david.html +292 -0
- data/cockpit/edit.html +16 -7
- data/cockpit/graph.html +3 -3
- data/cockpit/index.html +15 -7
- data/cockpit/js/details.js +7 -0
- data/cockpit/js/extended_columns.js +233 -0
- data/cockpit/js/instance.js +45 -167
- data/cockpit/js/wfadaptor.js +138 -94
- data/cockpit/llm.html +3 -3
- data/cockpit/llm_alternative.html +3 -3
- data/cockpit/model.html +2 -2
- data/cockpit/only_llm.html +19 -12
- data/cockpit/templates/Coopis 2010.xml +11 -4
- data/cockpit/templates/Frames.xml +210 -55
- data/cockpit/templates/Track Test.xml +1 -1
- data/cockpit/themes/base.js +16 -13
- data/cockpit/themes/control/rngs/call.rng +9 -0
- data/cockpit/themes/control/rngs/callmanipulate.rng +10 -1
- data/cockpit/themes/control/rngs/loop.rng +7 -0
- data/cockpit/themes/control/rngs/manipulate.rng +8 -0
- data/cockpit/themes/control/rngs/start.rng +1 -0
- data/cockpit/themes/control/symbols/arrow.svg +1 -1
- data/cockpit/themes/control/symbols/callmanipulate.svg +1 -1
- data/cockpit/themes/control/symbols/callmanipulate_sensor.svg +2 -1
- data/cockpit/themes/control/symbols/callmanipulate_sensor_signal.svg +1 -1
- data/cockpit/themes/control/symbols/callmanipulate_signal.svg +1 -1
- data/cockpit/themes/control/symbols/critical.svg +3 -2
- data/cockpit/themes/control/symbols/delete.svg +2 -2
- data/cockpit/themes/control/symbols/end.svg +1 -1
- data/cockpit/themes/control/symbols/manipulate.svg +2 -2
- data/cockpit/themes/control/symbols/parallel.svg +2 -1
- data/cockpit/themes/control/symbols/scripts.svg +1 -1
- data/cockpit/themes/dataflow/rngs/call.rng +9 -0
- data/cockpit/themes/dataflow/rngs/callmanipulate.rng +10 -1
- data/cockpit/themes/dataflow/rngs/loop.rng +7 -0
- data/cockpit/themes/dataflow/rngs/manipulate.rng +8 -0
- data/cockpit/themes/dataflow/rngs/start.rng +1 -0
- data/cockpit/themes/dataflow/symbols/arrow.svg +1 -1
- data/cockpit/themes/dataflow/symbols/callmanipulate.svg +1 -1
- data/cockpit/themes/dataflow/symbols/callmanipulate_sensor.svg +2 -1
- data/cockpit/themes/dataflow/symbols/callmanipulate_sensor_signal.svg +1 -1
- data/cockpit/themes/dataflow/symbols/callmanipulate_signal.svg +1 -1
- data/cockpit/themes/dataflow/symbols/critical.svg +3 -2
- data/cockpit/themes/dataflow/symbols/delete.svg +2 -2
- data/cockpit/themes/dataflow/symbols/end.svg +1 -1
- data/cockpit/themes/dataflow/symbols/manipulate.svg +2 -2
- data/cockpit/themes/dataflow/symbols/parallel.svg +2 -1
- data/cockpit/themes/dataflow/symbols/scripts.svg +1 -1
- data/cockpit/themes/dataflow/theme.js +8 -8
- data/cockpit/themes/default/rngs/call.rng +9 -0
- data/cockpit/themes/default/rngs/callmanipulate.rng +10 -1
- data/cockpit/themes/default/rngs/loop.rng +7 -0
- data/cockpit/themes/default/rngs/manipulate.rng +8 -0
- data/cockpit/themes/default/rngs/start.rng +1 -0
- data/cockpit/themes/default/symbols/arrow.svg +1 -1
- data/cockpit/themes/default/symbols/callmanipulate.svg +1 -1
- data/cockpit/themes/default/symbols/callmanipulate_sensor.svg +2 -1
- data/cockpit/themes/default/symbols/callmanipulate_sensor_signal.svg +1 -1
- data/cockpit/themes/default/symbols/callmanipulate_signal.svg +1 -1
- data/cockpit/themes/default/symbols/critical.svg +3 -2
- data/cockpit/themes/default/symbols/delete.svg +2 -2
- data/cockpit/themes/default/symbols/end.svg +1 -1
- data/cockpit/themes/default/symbols/manipulate.svg +2 -2
- data/cockpit/themes/default/symbols/parallel.svg +2 -1
- data/cockpit/themes/default/symbols/scripts.svg +1 -1
- data/cockpit/themes/extended/rngs/call.rng +9 -0
- data/cockpit/themes/extended/rngs/callmanipulate.rng +10 -1
- data/cockpit/themes/extended/rngs/loop.rng +7 -0
- data/cockpit/themes/extended/rngs/manipulate.rng +8 -0
- data/cockpit/themes/extended/rngs/start.rng +1 -0
- data/cockpit/themes/extended/symbols/arrow.svg +1 -1
- data/cockpit/themes/extended/symbols/callmanipulate.svg +1 -1
- data/cockpit/themes/extended/symbols/callmanipulate_sensor.svg +2 -1
- data/cockpit/themes/extended/symbols/callmanipulate_sensor_signal.svg +1 -1
- data/cockpit/themes/extended/symbols/callmanipulate_signal.svg +1 -1
- data/cockpit/themes/extended/symbols/critical.svg +3 -2
- data/cockpit/themes/extended/symbols/delete.svg +2 -2
- data/cockpit/themes/extended/symbols/end.svg +1 -1
- data/cockpit/themes/extended/symbols/manipulate.svg +2 -2
- data/cockpit/themes/extended/symbols/parallel.svg +2 -1
- data/cockpit/themes/extended/symbols/scripts.svg +1 -1
- data/cockpit/themes/felix/symbols/arrow.svg +1 -1
- data/cockpit/themes/felix/symbols/callmanipulate.svg +1 -1
- data/cockpit/themes/felix/symbols/callmanipulate_sensor.svg +2 -1
- data/cockpit/themes/felix/symbols/callmanipulate_sensor_signal.svg +1 -1
- data/cockpit/themes/felix/symbols/callmanipulate_signal.svg +1 -1
- data/cockpit/themes/felix/symbols/critical.svg +3 -2
- data/cockpit/themes/felix/symbols/delete.svg +2 -2
- data/cockpit/themes/felix/symbols/end.svg +1 -1
- data/cockpit/themes/felix/symbols/manipulate.svg +2 -2
- data/cockpit/themes/felix/symbols/parallel.svg +2 -1
- data/cockpit/themes/felix/symbols/scripts.svg +1 -1
- data/cockpit/themes/model/symbols/arrow.svg +1 -1
- data/cockpit/themes/model/symbols/callmanipulate.svg +1 -1
- data/cockpit/themes/model/symbols/callmanipulate_sensor.svg +2 -1
- data/cockpit/themes/model/symbols/callmanipulate_sensor_signal.svg +1 -1
- data/cockpit/themes/model/symbols/callmanipulate_signal.svg +1 -1
- data/cockpit/themes/model/symbols/critical.svg +3 -2
- data/cockpit/themes/model/symbols/delete.svg +2 -2
- data/cockpit/themes/model/symbols/end.svg +1 -1
- data/cockpit/themes/model/symbols/manipulate.svg +2 -2
- data/cockpit/themes/model/symbols/parallel.svg +2 -1
- data/cockpit/themes/model/symbols/scripts.svg +1 -1
- data/cockpit/themes/packed/rngs/call.rng +9 -0
- data/cockpit/themes/packed/rngs/callmanipulate.rng +10 -1
- data/cockpit/themes/packed/rngs/loop.rng +7 -0
- data/cockpit/themes/packed/rngs/manipulate.rng +8 -0
- data/cockpit/themes/packed/rngs/start.rng +1 -0
- data/cockpit/themes/packed/symbols/arrow.svg +1 -1
- data/cockpit/themes/packed/symbols/callmanipulate.svg +1 -1
- data/cockpit/themes/packed/symbols/callmanipulate_sensor.svg +2 -1
- data/cockpit/themes/packed/symbols/callmanipulate_sensor_signal.svg +1 -1
- data/cockpit/themes/packed/symbols/callmanipulate_signal.svg +1 -1
- data/cockpit/themes/packed/symbols/critical.svg +3 -2
- data/cockpit/themes/packed/symbols/delete.svg +2 -2
- data/cockpit/themes/packed/symbols/end.svg +1 -1
- data/cockpit/themes/packed/symbols/manipulate.svg +2 -2
- data/cockpit/themes/packed/symbols/parallel.svg +2 -1
- data/cockpit/themes/packed/symbols/scripts.svg +1 -1
- data/cockpit/themes/preset/rngs/call.rng +9 -0
- data/cockpit/themes/preset/rngs/callmanipulate.rng +10 -1
- data/cockpit/themes/preset/rngs/loop.rng +7 -0
- data/cockpit/themes/preset/rngs/manipulate.rng +8 -0
- data/cockpit/themes/preset/rngs/start.rng +1 -0
- data/cockpit/themes/preset/symbols/arrow.svg +1 -1
- data/cockpit/themes/preset/symbols/callmanipulate.svg +1 -1
- data/cockpit/themes/preset/symbols/callmanipulate_sensor.svg +2 -1
- data/cockpit/themes/preset/symbols/callmanipulate_sensor_signal.svg +1 -1
- data/cockpit/themes/preset/symbols/callmanipulate_signal.svg +1 -1
- data/cockpit/themes/preset/symbols/critical.svg +3 -2
- data/cockpit/themes/preset/symbols/delete.svg +2 -2
- data/cockpit/themes/preset/symbols/end.svg +1 -1
- data/cockpit/themes/preset/symbols/manipulate.svg +2 -2
- data/cockpit/themes/preset/symbols/parallel.svg +2 -1
- data/cockpit/themes/preset/symbols/scripts.svg +1 -1
- data/cockpit/themes/presetaltid/rngs/alternative.rng +25 -0
- data/cockpit/themes/presetaltid/rngs/call.rng +251 -0
- data/cockpit/themes/presetaltid/rngs/callmanipulate.rng +283 -0
- data/cockpit/themes/presetaltid/rngs/choose.rng +17 -0
- data/cockpit/themes/presetaltid/rngs/closed_loop.rng +62 -0
- data/cockpit/themes/presetaltid/rngs/closed_loop_cancel.rng +5 -0
- data/cockpit/themes/presetaltid/rngs/closed_loop_control.rng +31 -0
- data/cockpit/themes/presetaltid/rngs/closed_loop_measuring.rng +12 -0
- data/cockpit/themes/presetaltid/rngs/critical.rng +5 -0
- data/cockpit/themes/presetaltid/rngs/escape.rng +1 -0
- data/cockpit/themes/presetaltid/rngs/group.rng +3 -0
- data/cockpit/themes/presetaltid/rngs/loop.rng +29 -0
- data/cockpit/themes/presetaltid/rngs/manipulate.rng +30 -0
- data/cockpit/themes/presetaltid/rngs/otherwise.rng +22 -0
- data/cockpit/themes/presetaltid/rngs/parallel.rng +27 -0
- data/cockpit/themes/presetaltid/rngs/parallel_branch.rng +2 -0
- data/cockpit/themes/presetaltid/rngs/scripts.rng +23 -0
- data/cockpit/themes/presetaltid/rngs/start.rng +145 -0
- data/cockpit/themes/presetaltid/rngs/stop.rng +5 -0
- data/cockpit/themes/presetaltid/rngs/terminate.rng +1 -0
- data/cockpit/themes/presetaltid/rngs/wait_for_signal.rng +8 -0
- data/cockpit/themes/presetaltid/symbols/alternative.svg +15 -0
- data/cockpit/themes/presetaltid/symbols/arrow.svg +3 -0
- data/cockpit/themes/presetaltid/symbols/call.svg +19 -0
- data/cockpit/themes/presetaltid/symbols/call_sensor.svg +23 -0
- data/cockpit/themes/presetaltid/symbols/callmanipulate.svg +23 -0
- data/cockpit/themes/presetaltid/symbols/callmanipulate_sensor.svg +26 -0
- data/cockpit/themes/presetaltid/symbols/callmanipulate_sensor_signal.svg +32 -0
- data/cockpit/themes/presetaltid/symbols/callmanipulate_signal.svg +29 -0
- data/cockpit/themes/presetaltid/symbols/choose.svg +15 -0
- data/cockpit/themes/presetaltid/symbols/choose_exclusive.svg +15 -0
- data/cockpit/themes/presetaltid/symbols/choose_exclusive_finish.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/choose_inclusive.svg +13 -0
- data/cockpit/themes/presetaltid/symbols/choose_inclusive_finish.svg +4 -0
- data/cockpit/themes/presetaltid/symbols/closed_loop.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/closed_loop_cancel.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/closed_loop_control.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/closed_loop_measuring.svg +6 -0
- data/cockpit/themes/presetaltid/symbols/complex.svg +8 -0
- data/cockpit/themes/presetaltid/symbols/critical.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/delete.svg +4 -0
- data/cockpit/themes/presetaltid/symbols/end.svg +3 -0
- data/cockpit/themes/presetaltid/symbols/escape.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/event_end.svg +3 -0
- data/cockpit/themes/presetaltid/symbols/loop.svg +15 -0
- data/cockpit/themes/presetaltid/symbols/loop_end.svg +15 -0
- data/cockpit/themes/presetaltid/symbols/manipulate.svg +19 -0
- data/cockpit/themes/presetaltid/symbols/otherwise.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/parallel.svg +6 -0
- data/cockpit/themes/presetaltid/symbols/parallel_branch.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/parallel_branch_event.svg +14 -0
- data/cockpit/themes/presetaltid/symbols/parallel_branch_normal.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/parallel_eventbased_exclusive.svg +9 -0
- data/cockpit/themes/presetaltid/symbols/parallel_eventbased_parallel.svg +8 -0
- data/cockpit/themes/presetaltid/symbols/scripts.svg +4 -0
- data/cockpit/themes/presetaltid/symbols/start.svg +3 -0
- data/cockpit/themes/presetaltid/symbols/start_event.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/stop.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/terminate.svg +4 -0
- data/cockpit/themes/presetaltid/symbols/wait_for_signal.svg +21 -0
- data/cockpit/themes/presetaltid/theme.js +16 -0
- data/cockpit/themes/presetid/rngs/alternative.rng +25 -0
- data/cockpit/themes/presetid/rngs/call.rng +251 -0
- data/cockpit/themes/presetid/rngs/callmanipulate.rng +283 -0
- data/cockpit/themes/presetid/rngs/choose.rng +17 -0
- data/cockpit/themes/presetid/rngs/closed_loop.rng +62 -0
- data/cockpit/themes/presetid/rngs/closed_loop_cancel.rng +5 -0
- data/cockpit/themes/presetid/rngs/closed_loop_control.rng +31 -0
- data/cockpit/themes/presetid/rngs/closed_loop_measuring.rng +12 -0
- data/cockpit/themes/presetid/rngs/critical.rng +5 -0
- data/cockpit/themes/presetid/rngs/escape.rng +1 -0
- data/cockpit/themes/presetid/rngs/group.rng +3 -0
- data/cockpit/themes/presetid/rngs/loop.rng +29 -0
- data/cockpit/themes/presetid/rngs/manipulate.rng +30 -0
- data/cockpit/themes/presetid/rngs/otherwise.rng +22 -0
- data/cockpit/themes/presetid/rngs/parallel.rng +27 -0
- data/cockpit/themes/presetid/rngs/parallel_branch.rng +2 -0
- data/cockpit/themes/presetid/rngs/scripts.rng +23 -0
- data/cockpit/themes/presetid/rngs/start.rng +145 -0
- data/cockpit/themes/presetid/rngs/stop.rng +5 -0
- data/cockpit/themes/presetid/rngs/terminate.rng +1 -0
- data/cockpit/themes/presetid/rngs/wait_for_signal.rng +8 -0
- data/cockpit/themes/presetid/symbols/alternative.svg +15 -0
- data/cockpit/themes/presetid/symbols/arrow.svg +3 -0
- data/cockpit/themes/presetid/symbols/call.svg +19 -0
- data/cockpit/themes/presetid/symbols/call_sensor.svg +23 -0
- data/cockpit/themes/presetid/symbols/callmanipulate.svg +23 -0
- data/cockpit/themes/presetid/symbols/callmanipulate_sensor.svg +26 -0
- data/cockpit/themes/presetid/symbols/callmanipulate_sensor_signal.svg +32 -0
- data/cockpit/themes/presetid/symbols/callmanipulate_signal.svg +29 -0
- data/cockpit/themes/presetid/symbols/choose.svg +15 -0
- data/cockpit/themes/presetid/symbols/choose_exclusive.svg +15 -0
- data/cockpit/themes/presetid/symbols/choose_exclusive_finish.svg +5 -0
- data/cockpit/themes/presetid/symbols/choose_inclusive.svg +13 -0
- data/cockpit/themes/presetid/symbols/choose_inclusive_finish.svg +4 -0
- data/cockpit/themes/presetid/symbols/closed_loop.svg +5 -0
- data/cockpit/themes/presetid/symbols/closed_loop_cancel.svg +5 -0
- data/cockpit/themes/presetid/symbols/closed_loop_control.svg +5 -0
- data/cockpit/themes/presetid/symbols/closed_loop_measuring.svg +6 -0
- data/cockpit/themes/presetid/symbols/complex.svg +8 -0
- data/cockpit/themes/presetid/symbols/critical.svg +5 -0
- data/cockpit/themes/presetid/symbols/delete.svg +4 -0
- data/cockpit/themes/presetid/symbols/end.svg +3 -0
- data/cockpit/themes/presetid/symbols/escape.svg +5 -0
- data/cockpit/themes/presetid/symbols/event_end.svg +3 -0
- data/cockpit/themes/presetid/symbols/loop.svg +15 -0
- data/cockpit/themes/presetid/symbols/loop_end.svg +15 -0
- data/cockpit/themes/presetid/symbols/manipulate.svg +19 -0
- data/cockpit/themes/presetid/symbols/otherwise.svg +5 -0
- data/cockpit/themes/presetid/symbols/parallel.svg +6 -0
- data/cockpit/themes/presetid/symbols/parallel_branch.svg +5 -0
- data/cockpit/themes/presetid/symbols/parallel_branch_event.svg +14 -0
- data/cockpit/themes/presetid/symbols/parallel_branch_normal.svg +5 -0
- data/cockpit/themes/presetid/symbols/parallel_eventbased_exclusive.svg +9 -0
- data/cockpit/themes/presetid/symbols/parallel_eventbased_parallel.svg +8 -0
- data/cockpit/themes/presetid/symbols/scripts.svg +4 -0
- data/cockpit/themes/presetid/symbols/start.svg +3 -0
- data/cockpit/themes/presetid/symbols/start_event.svg +5 -0
- data/cockpit/themes/presetid/symbols/stop.svg +5 -0
- data/cockpit/themes/presetid/symbols/terminate.svg +4 -0
- data/cockpit/themes/presetid/symbols/wait_for_signal.svg +21 -0
- data/cockpit/themes/presetid/theme.js +16 -0
- data/cockpit/themes/reduced/rngs/call.rng +9 -0
- data/cockpit/themes/reduced/rngs/callmanipulate.rng +10 -1
- data/cockpit/themes/reduced/rngs/loop.rng +7 -0
- data/cockpit/themes/reduced/rngs/manipulate.rng +8 -0
- data/cockpit/themes/reduced/rngs/start.rng +1 -0
- data/cockpit/themes/reduced/symbols/arrow.svg +1 -1
- data/cockpit/themes/reduced/symbols/callmanipulate.svg +1 -1
- data/cockpit/themes/reduced/symbols/callmanipulate_sensor.svg +2 -1
- data/cockpit/themes/reduced/symbols/callmanipulate_sensor_signal.svg +1 -1
- data/cockpit/themes/reduced/symbols/callmanipulate_signal.svg +1 -1
- data/cockpit/themes/reduced/symbols/critical.svg +3 -2
- data/cockpit/themes/reduced/symbols/delete.svg +2 -2
- data/cockpit/themes/reduced/symbols/end.svg +1 -1
- data/cockpit/themes/reduced/symbols/manipulate.svg +2 -2
- data/cockpit/themes/reduced/symbols/parallel.svg +2 -1
- data/cockpit/themes/reduced/symbols/scripts.svg +1 -1
- data/cockpit/track.html +3 -3
- data/cpee.gemspec +1 -1
- data/lib/cpee/implementation.rb +25 -38
- data/server/executionhandlers/ruby/connection.rb +11 -3
- data/server/routing/end.pid +1 -1
- data/server/routing/forward-events-00.pid +1 -1
- data/server/routing/forward-events-01.pid +1 -0
- data/server/routing/forward-events-02.pid +1 -0
- data/server/routing/forward-events-03.pid +1 -0
- data/server/routing/forward-events-04.pid +1 -0
- data/server/routing/forward-events-05.pid +1 -0
- data/server/routing/forward-events-06.pid +1 -0
- data/server/routing/forward-votes.pid +1 -1
- data/server/routing/persist.pid +1 -1
- metadata +133 -6
- data/cockpit/js/resources.js +0 -64
- data/server/executionhandlers/ruby/ShiftingTestSimple.xml +0 -100
- data/server/server.pid +0 -1
- /data/cockpit/css/{resources-svg.css → extended_columns-svg.css} +0 -0
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
</g>
|
|
19
19
|
<g class="part-extra" transform="">
|
|
20
20
|
<rect x="23" y="21" width="12" height="12" rx="2" class="markstyle execstylethin hoverstylethin stand colorstyle"/>
|
|
21
|
-
<
|
|
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
22
|
</g>
|
|
23
23
|
</svg>
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
</g>
|
|
19
19
|
<g class="part-extra" transform="">
|
|
20
20
|
<rect x="23" y="21" width="12" height="12" rx="2" class="markstyle execstylethin hoverstylethin stand colorstyle"/>
|
|
21
|
-
<
|
|
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
|
+
|
|
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"/>
|
|
23
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"/>
|
|
24
25
|
</g>
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
</g>
|
|
19
19
|
<g class="part-extra" transform="">
|
|
20
20
|
<rect x="23" y="21" width="12" height="12" rx="2" class="markstyle execstylethin hoverstylethin stand colorstyle"/>
|
|
21
|
-
<
|
|
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
22
|
|
|
23
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
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"/>
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
</g>
|
|
19
19
|
<g class="part-extra">
|
|
20
20
|
<rect x="23" y="21" width="12" height="12" rx="2" class="markstyle hoverstylethin execstylethin colorstyle stand"/>
|
|
21
|
-
<
|
|
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
22
|
|
|
23
23
|
<circle cx="29" cy="10" r="7" class="markstyle execstylethin hoverstylethin standthin colorstyle" style="stroke-dasharray: 1,2"/>
|
|
24
24
|
<circle cx="29" cy="10" r="5" class="markstyle execstylethin hoverstylethin standthin colorstyle" style="stroke-dasharray: 1,2"/>
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path class="markstyle colorstyle hoverstyle execstyle stand" d="m 3 27 l 12 -24 l 12 24 z"/>
|
|
3
|
-
<
|
|
2
|
+
<path class="markstyle colorstyle hoverstyle execstyle stand" d="m 3.5 27 l 12 -24 l 12 24 z"/>
|
|
3
|
+
<path class="normal" style="fill:#000000;" d="m 16.5 11 l 0 8 l -2 0 l 0 -8 z"/>
|
|
4
|
+
<path class="normal" style="fill:#000000;" d="m 16.5 21 l 0 2 l -2 0 l 0 -2 z"/>
|
|
4
5
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<line x1="8.5" y1="22.5" x2="22.5" y2="8.5" class="standfat"/>
|
|
3
|
-
<line x1="8.5" y1="8.5" x2="22.5" y2="22.5" class="standfat"/>
|
|
2
|
+
<line x1="8.5" y1="22.5" x2="22.5" y2="8.5" class="colorstyle standfat"/>
|
|
3
|
+
<line x1="8.5" y1="8.5" x2="22.5" y2="22.5" class="colorstyle standfat"/>
|
|
4
4
|
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g class="part-normal">
|
|
3
3
|
<rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
|
|
4
|
-
<
|
|
4
|
+
<path transform="translate(10,10)" class="normal" style="fill:#000000;" d="M 0.09999755,7.74648 2.8538976,7.32656 q 0.17579,0.80078 0.7129,1.2207 0.5371,0.41016 1.5039,0.41016 1.06445,0 1.60156,-0.39063 0.36133,-0.27343 0.36133,-0.73242 0,-0.3125 -0.19531,-0.51758 -0.20508,-0.19531 -0.91797,-0.36132 -3.32031,-0.73243 -4.20898,-1.33789 -1.23047005,-0.83985 -1.23047005,-2.33399 0,-1.34766 1.06445005,-2.26562 Q 2.6097576,0.1 4.8460876,0.1 q 2.12891,0 3.16406,0.69336 1.03516,0.69336 1.425786,2.05078 l -2.587886,0.47851 q -0.16602,-0.60547 -0.63477,-0.92773 -0.45898,-0.32227 -1.31836,-0.32227 -1.08398,0 -1.55273,0.30274 -0.3125,0.21484 -0.3125,0.55664 0,0.29297 0.27343,0.49805 0.3711,0.27343 2.5586,0.77148 2.19726,0.49805 3.0664,1.2207 0.859379,0.73242 0.859379,2.04102 0,1.42578 -1.191409,2.45117 -1.1914,1.02539 -3.52539,1.02539 -2.11914,0 -3.35937,-0.85937 Q 0.48085755,9.22109 0.09999755,7.74648 Z"/>
|
|
5
5
|
</g>
|
|
6
6
|
<g class="part-start" clip-path="url(#startclip)">
|
|
7
7
|
<rect x="1" y="1" width="38" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
|
|
8
|
-
<
|
|
8
|
+
<path transform="translate(10,10)" class="normal" style="fill:#000000;" d="M 0.09999755,7.74648 2.8538976,7.32656 q 0.17579,0.80078 0.7129,1.2207 0.5371,0.41016 1.5039,0.41016 1.06445,0 1.60156,-0.39063 0.36133,-0.27343 0.36133,-0.73242 0,-0.3125 -0.19531,-0.51758 -0.20508,-0.19531 -0.91797,-0.36132 -3.32031,-0.73243 -4.20898,-1.33789 -1.23047005,-0.83985 -1.23047005,-2.33399 0,-1.34766 1.06445005,-2.26562 Q 2.6097576,0.1 4.8460876,0.1 q 2.12891,0 3.16406,0.69336 1.03516,0.69336 1.425786,2.05078 l -2.587886,0.47851 q -0.16602,-0.60547 -0.63477,-0.92773 -0.45898,-0.32227 -1.31836,-0.32227 -1.08398,0 -1.55273,0.30274 -0.3125,0.21484 -0.3125,0.55664 0,0.29297 0.27343,0.49805 0.3711,0.27343 2.5586,0.77148 2.19726,0.49805 3.0664,1.2207 0.859379,0.73242 0.859379,2.04102 0,1.42578 -1.191409,2.45117 -1.1914,1.02539 -3.52539,1.02539 -2.11914,0 -3.35937,-0.85937 Q 0.48085755,9.22109 0.09999755,7.74648 Z"/>
|
|
9
9
|
</g>
|
|
10
10
|
<g class="part-end" clip-path="url(#endclip)">
|
|
11
11
|
<rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle markstyle hoverstyle stand"/>
|
|
3
|
-
<
|
|
3
|
+
<line x1="15.5" y1="9.5" x2="15.5" y2="21.5" class="stand"/>
|
|
4
|
+
<line x1="9.5" y1="15.5" x2="21.5" y2="15.5" class="stand"/>
|
|
4
5
|
</svg>
|
|
5
6
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle stand"/>
|
|
3
|
-
<
|
|
3
|
+
<path transform="translate(10,10)" class="normal" style="fill:#000000;" d="M 0.09999755,7.74648 2.8538976,7.32656 q 0.17579,0.80078 0.7129,1.2207 0.5371,0.41016 1.5039,0.41016 1.06445,0 1.60156,-0.39063 0.36133,-0.27343 0.36133,-0.73242 0,-0.3125 -0.19531,-0.51758 -0.20508,-0.19531 -0.91797,-0.36132 -3.32031,-0.73243 -4.20898,-1.33789 -1.23047005,-0.83985 -1.23047005,-2.33399 0,-1.34766 1.06445005,-2.26562 Q 2.6097576,0.1 4.8460876,0.1 q 2.12891,0 3.16406,0.69336 1.03516,0.69336 1.425786,2.05078 l -2.587886,0.47851 q -0.16602,-0.60547 -0.63477,-0.92773 -0.45898,-0.32227 -1.31836,-0.32227 -1.08398,0 -1.55273,0.30274 -0.3125,0.21484 -0.3125,0.55664 0,0.29297 0.27343,0.49805 0.3711,0.27343 2.5586,0.77148 2.19726,0.49805 3.0664,1.2207 0.859379,0.73242 0.859379,2.04102 0,1.42578 -1.191409,2.45117 -1.1914,1.02539 -3.52539,1.02539 -2.11914,0 -3.35937,-0.85937 Q 0.48085755,9.22109 0.09999755,7.74648 Z"/>
|
|
4
4
|
</svg>
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
<value>#e4c3e4</value>
|
|
23
23
|
<value>#ded0c5</value>
|
|
24
24
|
<value>#bcbbbd</value>
|
|
25
|
+
<value>#f57aa9</value>
|
|
25
26
|
</choice>
|
|
26
27
|
</element>
|
|
27
28
|
<element name="method" rngui:label="Method">
|
|
@@ -51,6 +52,14 @@
|
|
|
51
52
|
</element>
|
|
52
53
|
</zeroOrMore>
|
|
53
54
|
</element>
|
|
55
|
+
<element name="_logging_behavior" rngui:header="Logging Behavior" rngui:fold="closed">
|
|
56
|
+
<element name="_exclude" rngui:label="Exclude from log">
|
|
57
|
+
<data type="boolean" rngui:label="Exclude from log"/>
|
|
58
|
+
</element>
|
|
59
|
+
<element name="_include" rngui:label="Include nested events">
|
|
60
|
+
<data type="boolean" rngui:label="Include nested events"/>
|
|
61
|
+
</element>
|
|
62
|
+
</element>
|
|
54
63
|
<element name="_timing" rngui:header="Timing" rngui:fold="closed">
|
|
55
64
|
<element name="_timing_weight" rngui:label="ω - Weight">
|
|
56
65
|
<data type="float" rngui:label="[0,1]"/>
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
<value>#e4c3e4</value>
|
|
23
23
|
<value>#ded0c5</value>
|
|
24
24
|
<value>#bcbbbd</value>
|
|
25
|
+
<value>#f57aa9</value>
|
|
25
26
|
</choice>
|
|
26
27
|
</element>
|
|
27
28
|
<element name="method" rngui:label="Method">
|
|
@@ -43,7 +44,7 @@
|
|
|
43
44
|
</element>
|
|
44
45
|
</element>
|
|
45
46
|
<element name="code" rngui:header="Data Handling">
|
|
46
|
-
<element name="signal" rngui:label="Signal after
|
|
47
|
+
<element name="signal" rngui:label="Signal after finalize/update">
|
|
47
48
|
<data type="boolean" rngui:label="A signal is sent every time the activity changes a data object"/>
|
|
48
49
|
</element>
|
|
49
50
|
<element name="prepare" rngui:header="Prepare" rngui:label="Code" rngui:fold="closed_conditional">
|
|
@@ -77,6 +78,14 @@
|
|
|
77
78
|
</element>
|
|
78
79
|
</zeroOrMore>
|
|
79
80
|
</element>
|
|
81
|
+
<element name="_logging_behavior" rngui:header="Logging Behavior" rngui:fold="closed">
|
|
82
|
+
<element name="_exclude" rngui:label="Exclude from log">
|
|
83
|
+
<data type="boolean" rngui:label="Exclude from log"/>
|
|
84
|
+
</element>
|
|
85
|
+
<element name="_include" rngui:label="Include nested events">
|
|
86
|
+
<data type="boolean" rngui:label="Include nested events"/>
|
|
87
|
+
</element>
|
|
88
|
+
</element>
|
|
80
89
|
<element name="_timing" rngui:header="Timing" rngui:fold="closed">
|
|
81
90
|
<element name="_timing_weight" rngui:label="ω - Weight">
|
|
82
91
|
<data type="float" rngui:label="[0,1]"/>
|
|
@@ -19,4 +19,11 @@
|
|
|
19
19
|
<data type="nonNegativeInteger" rngui:label="Times"/>
|
|
20
20
|
</element>
|
|
21
21
|
</element>
|
|
22
|
+
<element name="_annotations" rngui:header="Annotations">
|
|
23
|
+
<element name="_logging_behavior" rngui:header="Logging Behavior" rngui:fold="closed">
|
|
24
|
+
<element name="_iteration" rngui:label="Log per iteration">
|
|
25
|
+
<data type="boolean" rngui:label="Log per iteration"/>
|
|
26
|
+
</element>
|
|
27
|
+
</element>
|
|
28
|
+
</element>
|
|
22
29
|
</element>
|
|
@@ -16,7 +16,15 @@
|
|
|
16
16
|
<value>#e4c3e4</value>
|
|
17
17
|
<value>#ded0c5</value>
|
|
18
18
|
<value>#bcbbbd</value>
|
|
19
|
+
<value>#f57aa9</value>
|
|
19
20
|
</choice>
|
|
20
21
|
</attribute>
|
|
21
22
|
<text rngui:label="Script that is executed"/>
|
|
23
|
+
<element name="_annotations" rngui:header="Annotations">
|
|
24
|
+
<element name="_logging_behavior" rngui:header="Logging Behavior" rngui:fold="closed">
|
|
25
|
+
<element name="_exclude" rngui:label="Exclude from log">
|
|
26
|
+
<data type="boolean" rngui:label="Exclude from log"/>
|
|
27
|
+
</element>
|
|
28
|
+
</element>
|
|
29
|
+
</element>
|
|
22
30
|
</element>
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
</g>
|
|
19
19
|
<g class="part-extra" transform="">
|
|
20
20
|
<rect x="23" y="21" width="12" height="12" rx="2" class="markstyle execstylethin hoverstylethin stand colorstyle"/>
|
|
21
|
-
<
|
|
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
22
|
</g>
|
|
23
23
|
</svg>
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
</g>
|
|
19
19
|
<g class="part-extra" transform="">
|
|
20
20
|
<rect x="23" y="21" width="12" height="12" rx="2" class="markstyle execstylethin hoverstylethin stand colorstyle"/>
|
|
21
|
-
<
|
|
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
|
+
|
|
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"/>
|
|
23
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"/>
|
|
24
25
|
</g>
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
</g>
|
|
19
19
|
<g class="part-extra" transform="">
|
|
20
20
|
<rect x="23" y="21" width="12" height="12" rx="2" class="markstyle execstylethin hoverstylethin stand colorstyle"/>
|
|
21
|
-
<
|
|
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
22
|
|
|
23
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
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"/>
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
</g>
|
|
19
19
|
<g class="part-extra">
|
|
20
20
|
<rect x="23" y="21" width="12" height="12" rx="2" class="markstyle hoverstylethin execstylethin colorstyle stand"/>
|
|
21
|
-
<
|
|
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
22
|
|
|
23
23
|
<circle cx="29" cy="10" r="7" class="markstyle execstylethin hoverstylethin standthin colorstyle" style="stroke-dasharray: 1,2"/>
|
|
24
24
|
<circle cx="29" cy="10" r="5" class="markstyle execstylethin hoverstylethin standthin colorstyle" style="stroke-dasharray: 1,2"/>
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path class="markstyle colorstyle hoverstyle execstyle stand" d="m 3 27 l 12 -24 l 12 24 z"/>
|
|
3
|
-
<
|
|
2
|
+
<path class="markstyle colorstyle hoverstyle execstyle stand" d="m 3.5 27 l 12 -24 l 12 24 z"/>
|
|
3
|
+
<path class="normal" style="fill:#000000;" d="m 16.5 11 l 0 8 l -2 0 l 0 -8 z"/>
|
|
4
|
+
<path class="normal" style="fill:#000000;" d="m 16.5 21 l 0 2 l -2 0 l 0 -2 z"/>
|
|
4
5
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<line x1="8.5" y1="22.5" x2="22.5" y2="8.5" class="standfat"/>
|
|
3
|
-
<line x1="8.5" y1="8.5" x2="22.5" y2="22.5" class="standfat"/>
|
|
2
|
+
<line x1="8.5" y1="22.5" x2="22.5" y2="8.5" class="colorstyle standfat"/>
|
|
3
|
+
<line x1="8.5" y1="8.5" x2="22.5" y2="22.5" class="colorstyle standfat"/>
|
|
4
4
|
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g class="part-normal">
|
|
3
3
|
<rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
|
|
4
|
-
<
|
|
4
|
+
<path transform="translate(10,10)" class="normal" style="fill:#000000;" d="M 0.09999755,7.74648 2.8538976,7.32656 q 0.17579,0.80078 0.7129,1.2207 0.5371,0.41016 1.5039,0.41016 1.06445,0 1.60156,-0.39063 0.36133,-0.27343 0.36133,-0.73242 0,-0.3125 -0.19531,-0.51758 -0.20508,-0.19531 -0.91797,-0.36132 -3.32031,-0.73243 -4.20898,-1.33789 -1.23047005,-0.83985 -1.23047005,-2.33399 0,-1.34766 1.06445005,-2.26562 Q 2.6097576,0.1 4.8460876,0.1 q 2.12891,0 3.16406,0.69336 1.03516,0.69336 1.425786,2.05078 l -2.587886,0.47851 q -0.16602,-0.60547 -0.63477,-0.92773 -0.45898,-0.32227 -1.31836,-0.32227 -1.08398,0 -1.55273,0.30274 -0.3125,0.21484 -0.3125,0.55664 0,0.29297 0.27343,0.49805 0.3711,0.27343 2.5586,0.77148 2.19726,0.49805 3.0664,1.2207 0.859379,0.73242 0.859379,2.04102 0,1.42578 -1.191409,2.45117 -1.1914,1.02539 -3.52539,1.02539 -2.11914,0 -3.35937,-0.85937 Q 0.48085755,9.22109 0.09999755,7.74648 Z"/>
|
|
5
5
|
</g>
|
|
6
6
|
<g class="part-start" clip-path="url(#startclip)">
|
|
7
7
|
<rect x="1" y="1" width="38" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
|
|
8
|
-
<
|
|
8
|
+
<path transform="translate(10,10)" class="normal" style="fill:#000000;" d="M 0.09999755,7.74648 2.8538976,7.32656 q 0.17579,0.80078 0.7129,1.2207 0.5371,0.41016 1.5039,0.41016 1.06445,0 1.60156,-0.39063 0.36133,-0.27343 0.36133,-0.73242 0,-0.3125 -0.19531,-0.51758 -0.20508,-0.19531 -0.91797,-0.36132 -3.32031,-0.73243 -4.20898,-1.33789 -1.23047005,-0.83985 -1.23047005,-2.33399 0,-1.34766 1.06445005,-2.26562 Q 2.6097576,0.1 4.8460876,0.1 q 2.12891,0 3.16406,0.69336 1.03516,0.69336 1.425786,2.05078 l -2.587886,0.47851 q -0.16602,-0.60547 -0.63477,-0.92773 -0.45898,-0.32227 -1.31836,-0.32227 -1.08398,0 -1.55273,0.30274 -0.3125,0.21484 -0.3125,0.55664 0,0.29297 0.27343,0.49805 0.3711,0.27343 2.5586,0.77148 2.19726,0.49805 3.0664,1.2207 0.859379,0.73242 0.859379,2.04102 0,1.42578 -1.191409,2.45117 -1.1914,1.02539 -3.52539,1.02539 -2.11914,0 -3.35937,-0.85937 Q 0.48085755,9.22109 0.09999755,7.74648 Z"/>
|
|
9
9
|
</g>
|
|
10
10
|
<g class="part-end" clip-path="url(#endclip)">
|
|
11
11
|
<rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle markstyle hoverstyle stand"/>
|
|
3
|
-
<
|
|
3
|
+
<line x1="15.5" y1="9.5" x2="15.5" y2="21.5" class="stand"/>
|
|
4
|
+
<line x1="9.5" y1="15.5" x2="21.5" y2="15.5" class="stand"/>
|
|
4
5
|
</svg>
|
|
5
6
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle stand"/>
|
|
3
|
-
<
|
|
3
|
+
<path transform="translate(10,10)" class="normal" style="fill:#000000;" d="M 0.09999755,7.74648 2.8538976,7.32656 q 0.17579,0.80078 0.7129,1.2207 0.5371,0.41016 1.5039,0.41016 1.06445,0 1.60156,-0.39063 0.36133,-0.27343 0.36133,-0.73242 0,-0.3125 -0.19531,-0.51758 -0.20508,-0.19531 -0.91797,-0.36132 -3.32031,-0.73243 -4.20898,-1.33789 -1.23047005,-0.83985 -1.23047005,-2.33399 0,-1.34766 1.06445005,-2.26562 Q 2.6097576,0.1 4.8460876,0.1 q 2.12891,0 3.16406,0.69336 1.03516,0.69336 1.425786,2.05078 l -2.587886,0.47851 q -0.16602,-0.60547 -0.63477,-0.92773 -0.45898,-0.32227 -1.31836,-0.32227 -1.08398,0 -1.55273,0.30274 -0.3125,0.21484 -0.3125,0.55664 0,0.29297 0.27343,0.49805 0.3711,0.27343 2.5586,0.77148 2.19726,0.49805 3.0664,1.2207 0.859379,0.73242 0.859379,2.04102 0,1.42578 -1.191409,2.45117 -1.1914,1.02539 -3.52539,1.02539 -2.11914,0 -3.35937,-0.85937 Q 0.48085755,9.22109 0.09999755,7.74648 Z"/>
|
|
4
4
|
</svg>
|
|
@@ -5,8 +5,8 @@ WFAdaptorManifestation = class extends WFAdaptorManifestationBase {
|
|
|
5
5
|
this.striped = true;
|
|
6
6
|
var dataflowExtract = function(subject,mixed,extract) { //{{{
|
|
7
7
|
let dict = {};
|
|
8
|
-
var regassi = /data\.([a-zA-
|
|
9
|
-
var reg_not_assi = /data\.([a-zA-
|
|
8
|
+
var regassi = /data\.([a-z_][a-zA-Z0-9_]*)\s*(=[^=]|\+\=|\-\=|\*\=|\/\=|<<|>>|\|\|=)/g; // we do not have to check for >/< version of stuff as only conditions are in attributes, and conditions can not contain assignments
|
|
9
|
+
var reg_not_assi = /data\.([a-z_][a-zA-Z0-9_]*)\s*/g;
|
|
10
10
|
|
|
11
11
|
$(subject).each(function(_,ele){
|
|
12
12
|
let item = extract(ele);
|
|
@@ -80,8 +80,8 @@ WFAdaptorManifestation = class extends WFAdaptorManifestationBase {
|
|
|
80
80
|
ret.push({ column: 'Duration', value: '~T = ' + adur + 'm' });
|
|
81
81
|
}
|
|
82
82
|
return ret;
|
|
83
|
-
};
|
|
84
|
-
this.elements.manipulate.illustrator.label = function(node) {
|
|
83
|
+
}; //}}}
|
|
84
|
+
this.elements.manipulate.illustrator.label = function(node) { //{{{
|
|
85
85
|
var lab = $(node).attr('label');
|
|
86
86
|
var ret = [ { column: 'ID', value: $(node).attr('id') } ];
|
|
87
87
|
|
|
@@ -104,7 +104,7 @@ WFAdaptorManifestation = class extends WFAdaptorManifestationBase {
|
|
|
104
104
|
var lab = $(node).attr('condition');
|
|
105
105
|
var ret = [ ];
|
|
106
106
|
if (lab != '') {
|
|
107
|
-
ret.unshift( { column: 'Label', value: lab } );
|
|
107
|
+
ret.unshift( { column: 'Label', value: lab.replace(/data\./,'') } );
|
|
108
108
|
}
|
|
109
109
|
if (avg != '') {
|
|
110
110
|
ret.push({ column: 'Average', value: avg + 'x' });
|
|
@@ -121,8 +121,8 @@ WFAdaptorManifestation = class extends WFAdaptorManifestationBase {
|
|
|
121
121
|
var avg = $('> _probability_avg',$(node).children('_probability')).text();
|
|
122
122
|
var lab = $(node).attr('condition');
|
|
123
123
|
var ret = [ ];
|
|
124
|
-
if (lab != '') {
|
|
125
|
-
ret.unshift( { column: 'Label', value: lab } );
|
|
124
|
+
if (lab && lab != '') {
|
|
125
|
+
ret.unshift( { column: 'Label', value: lab.replace(/data\./,'') } );
|
|
126
126
|
}
|
|
127
127
|
if (avg != '') {
|
|
128
128
|
ret.push({ column: 'Average', value: avg + '%' });
|
|
@@ -141,7 +141,7 @@ WFAdaptorManifestation = class extends WFAdaptorManifestationBase {
|
|
|
141
141
|
var lab = $(node).attr('condition');
|
|
142
142
|
var ret = [ ];
|
|
143
143
|
if (lab != '') {
|
|
144
|
-
ret.unshift( { column: 'Label', value: lab } );
|
|
144
|
+
ret.unshift( { column: 'Label', value: lab.replace(/data\./,'') } );
|
|
145
145
|
}
|
|
146
146
|
if (avg != '') {
|
|
147
147
|
ret.push({ column: 'Average', value: avg + 'x' });
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
<value>#e4c3e4</value>
|
|
23
23
|
<value>#ded0c5</value>
|
|
24
24
|
<value>#bcbbbd</value>
|
|
25
|
+
<value>#f57aa9</value>
|
|
25
26
|
</choice>
|
|
26
27
|
</element>
|
|
27
28
|
<element name="method" rngui:label="Method">
|
|
@@ -51,6 +52,14 @@
|
|
|
51
52
|
</element>
|
|
52
53
|
</zeroOrMore>
|
|
53
54
|
</element>
|
|
55
|
+
<element name="_logging_behavior" rngui:header="Logging Behavior" rngui:fold="closed">
|
|
56
|
+
<element name="_exclude" rngui:label="Exclude from log">
|
|
57
|
+
<data type="boolean" rngui:label="Exclude from log"/>
|
|
58
|
+
</element>
|
|
59
|
+
<element name="_include" rngui:label="Include nested events">
|
|
60
|
+
<data type="boolean" rngui:label="Include nested events"/>
|
|
61
|
+
</element>
|
|
62
|
+
</element>
|
|
54
63
|
<element name="_timing" rngui:header="Timing" rngui:fold="closed">
|
|
55
64
|
<element name="_timing_weight" rngui:label="ω - Weight">
|
|
56
65
|
<data type="float" rngui:label="[0,1]"/>
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
<value>#e4c3e4</value>
|
|
23
23
|
<value>#ded0c5</value>
|
|
24
24
|
<value>#bcbbbd</value>
|
|
25
|
+
<value>#f57aa9</value>
|
|
25
26
|
</choice>
|
|
26
27
|
</element>
|
|
27
28
|
<element name="method" rngui:label="Method">
|
|
@@ -43,7 +44,7 @@
|
|
|
43
44
|
</element>
|
|
44
45
|
</element>
|
|
45
46
|
<element name="code" rngui:header="Data Handling">
|
|
46
|
-
<element name="signal" rngui:label="Signal after
|
|
47
|
+
<element name="signal" rngui:label="Signal after finalize/update">
|
|
47
48
|
<data type="boolean" rngui:label="A signal is sent every time the activity changes a data object"/>
|
|
48
49
|
</element>
|
|
49
50
|
<element name="prepare" rngui:header="Prepare" rngui:label="Code" rngui:fold="closed_conditional">
|
|
@@ -77,6 +78,14 @@
|
|
|
77
78
|
</element>
|
|
78
79
|
</zeroOrMore>
|
|
79
80
|
</element>
|
|
81
|
+
<element name="_logging_behavior" rngui:header="Logging Behavior" rngui:fold="closed">
|
|
82
|
+
<element name="_exclude" rngui:label="Exclude from log">
|
|
83
|
+
<data type="boolean" rngui:label="Exclude from log"/>
|
|
84
|
+
</element>
|
|
85
|
+
<element name="_include" rngui:label="Include nested events">
|
|
86
|
+
<data type="boolean" rngui:label="Include nested events"/>
|
|
87
|
+
</element>
|
|
88
|
+
</element>
|
|
80
89
|
<element name="_timing" rngui:header="Timing" rngui:fold="closed">
|
|
81
90
|
<element name="_timing_weight" rngui:label="ω - Weight">
|
|
82
91
|
<data type="float" rngui:label="[0,1]"/>
|
|
@@ -19,4 +19,11 @@
|
|
|
19
19
|
<data type="nonNegativeInteger" rngui:label="Times"/>
|
|
20
20
|
</element>
|
|
21
21
|
</element>
|
|
22
|
+
<element name="_annotations" rngui:header="Annotations">
|
|
23
|
+
<element name="_logging_behavior" rngui:header="Logging Behavior" rngui:fold="closed">
|
|
24
|
+
<element name="_iteration" rngui:label="Log per iteration">
|
|
25
|
+
<data type="boolean" rngui:label="Log per iteration"/>
|
|
26
|
+
</element>
|
|
27
|
+
</element>
|
|
28
|
+
</element>
|
|
22
29
|
</element>
|
|
@@ -16,7 +16,15 @@
|
|
|
16
16
|
<value>#e4c3e4</value>
|
|
17
17
|
<value>#ded0c5</value>
|
|
18
18
|
<value>#bcbbbd</value>
|
|
19
|
+
<value>#f57aa9</value>
|
|
19
20
|
</choice>
|
|
20
21
|
</attribute>
|
|
21
22
|
<text rngui:label="Script that is executed"/>
|
|
23
|
+
<element name="_annotations" rngui:header="Annotations">
|
|
24
|
+
<element name="_logging_behavior" rngui:header="Logging Behavior" rngui:fold="closed">
|
|
25
|
+
<element name="_exclude" rngui:label="Exclude from log">
|
|
26
|
+
<data type="boolean" rngui:label="Exclude from log"/>
|
|
27
|
+
</element>
|
|
28
|
+
</element>
|
|
29
|
+
</element>
|
|
22
30
|
</element>
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
</g>
|
|
19
19
|
<g class="part-extra" transform="">
|
|
20
20
|
<rect x="23" y="21" width="12" height="12" rx="2" class="markstyle execstylethin hoverstylethin stand colorstyle"/>
|
|
21
|
-
<
|
|
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
22
|
</g>
|
|
23
23
|
</svg>
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
</g>
|
|
19
19
|
<g class="part-extra" transform="">
|
|
20
20
|
<rect x="23" y="21" width="12" height="12" rx="2" class="markstyle execstylethin hoverstylethin stand colorstyle"/>
|
|
21
|
-
<
|
|
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
|
+
|
|
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"/>
|
|
23
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"/>
|
|
24
25
|
</g>
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
</g>
|
|
19
19
|
<g class="part-extra" transform="">
|
|
20
20
|
<rect x="23" y="21" width="12" height="12" rx="2" class="markstyle execstylethin hoverstylethin stand colorstyle"/>
|
|
21
|
-
<
|
|
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
22
|
|
|
23
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
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"/>
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
</g>
|
|
19
19
|
<g class="part-extra">
|
|
20
20
|
<rect x="23" y="21" width="12" height="12" rx="2" class="markstyle hoverstylethin execstylethin colorstyle stand"/>
|
|
21
|
-
<
|
|
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
22
|
|
|
23
23
|
<circle cx="29" cy="10" r="7" class="markstyle execstylethin hoverstylethin standthin colorstyle" style="stroke-dasharray: 1,2"/>
|
|
24
24
|
<circle cx="29" cy="10" r="5" class="markstyle execstylethin hoverstylethin standthin colorstyle" style="stroke-dasharray: 1,2"/>
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path class="markstyle colorstyle hoverstyle execstyle stand" d="m 3 27 l 12 -24 l 12 24 z"/>
|
|
3
|
-
<
|
|
2
|
+
<path class="markstyle colorstyle hoverstyle execstyle stand" d="m 3.5 27 l 12 -24 l 12 24 z"/>
|
|
3
|
+
<path class="normal" style="fill:#000000;" d="m 16.5 11 l 0 8 l -2 0 l 0 -8 z"/>
|
|
4
|
+
<path class="normal" style="fill:#000000;" d="m 16.5 21 l 0 2 l -2 0 l 0 -2 z"/>
|
|
4
5
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<line x1="8.5" y1="22.5" x2="22.5" y2="8.5" class="standfat"/>
|
|
3
|
-
<line x1="8.5" y1="8.5" x2="22.5" y2="22.5" class="standfat"/>
|
|
2
|
+
<line x1="8.5" y1="22.5" x2="22.5" y2="8.5" class="colorstyle standfat"/>
|
|
3
|
+
<line x1="8.5" y1="8.5" x2="22.5" y2="22.5" class="colorstyle standfat"/>
|
|
4
4
|
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g class="part-normal">
|
|
3
3
|
<rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
|
|
4
|
-
<
|
|
4
|
+
<path transform="translate(10,10)" class="normal" style="fill:#000000;" d="M 0.09999755,7.74648 2.8538976,7.32656 q 0.17579,0.80078 0.7129,1.2207 0.5371,0.41016 1.5039,0.41016 1.06445,0 1.60156,-0.39063 0.36133,-0.27343 0.36133,-0.73242 0,-0.3125 -0.19531,-0.51758 -0.20508,-0.19531 -0.91797,-0.36132 -3.32031,-0.73243 -4.20898,-1.33789 -1.23047005,-0.83985 -1.23047005,-2.33399 0,-1.34766 1.06445005,-2.26562 Q 2.6097576,0.1 4.8460876,0.1 q 2.12891,0 3.16406,0.69336 1.03516,0.69336 1.425786,2.05078 l -2.587886,0.47851 q -0.16602,-0.60547 -0.63477,-0.92773 -0.45898,-0.32227 -1.31836,-0.32227 -1.08398,0 -1.55273,0.30274 -0.3125,0.21484 -0.3125,0.55664 0,0.29297 0.27343,0.49805 0.3711,0.27343 2.5586,0.77148 2.19726,0.49805 3.0664,1.2207 0.859379,0.73242 0.859379,2.04102 0,1.42578 -1.191409,2.45117 -1.1914,1.02539 -3.52539,1.02539 -2.11914,0 -3.35937,-0.85937 Q 0.48085755,9.22109 0.09999755,7.74648 Z"/>
|
|
5
5
|
</g>
|
|
6
6
|
<g class="part-start" clip-path="url(#startclip)">
|
|
7
7
|
<rect x="1" y="1" width="38" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
|
|
8
|
-
<
|
|
8
|
+
<path transform="translate(10,10)" class="normal" style="fill:#000000;" d="M 0.09999755,7.74648 2.8538976,7.32656 q 0.17579,0.80078 0.7129,1.2207 0.5371,0.41016 1.5039,0.41016 1.06445,0 1.60156,-0.39063 0.36133,-0.27343 0.36133,-0.73242 0,-0.3125 -0.19531,-0.51758 -0.20508,-0.19531 -0.91797,-0.36132 -3.32031,-0.73243 -4.20898,-1.33789 -1.23047005,-0.83985 -1.23047005,-2.33399 0,-1.34766 1.06445005,-2.26562 Q 2.6097576,0.1 4.8460876,0.1 q 2.12891,0 3.16406,0.69336 1.03516,0.69336 1.425786,2.05078 l -2.587886,0.47851 q -0.16602,-0.60547 -0.63477,-0.92773 -0.45898,-0.32227 -1.31836,-0.32227 -1.08398,0 -1.55273,0.30274 -0.3125,0.21484 -0.3125,0.55664 0,0.29297 0.27343,0.49805 0.3711,0.27343 2.5586,0.77148 2.19726,0.49805 3.0664,1.2207 0.859379,0.73242 0.859379,2.04102 0,1.42578 -1.191409,2.45117 -1.1914,1.02539 -3.52539,1.02539 -2.11914,0 -3.35937,-0.85937 Q 0.48085755,9.22109 0.09999755,7.74648 Z"/>
|
|
9
9
|
</g>
|
|
10
10
|
<g class="part-end" clip-path="url(#endclip)">
|
|
11
11
|
<rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle colorstyle stand"/>
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle markstyle hoverstyle stand"/>
|
|
3
|
-
<
|
|
3
|
+
<line x1="15.5" y1="9.5" x2="15.5" y2="21.5" class="stand"/>
|
|
4
|
+
<line x1="9.5" y1="15.5" x2="21.5" y2="15.5" class="stand"/>
|
|
4
5
|
</svg>
|
|
5
6
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="1" y="1" width="28" height="28" rx="4" class="hoverstyle execstyle markstyle stand"/>
|
|
3
|
-
<
|
|
3
|
+
<path transform="translate(10,10)" class="normal" style="fill:#000000;" d="M 0.09999755,7.74648 2.8538976,7.32656 q 0.17579,0.80078 0.7129,1.2207 0.5371,0.41016 1.5039,0.41016 1.06445,0 1.60156,-0.39063 0.36133,-0.27343 0.36133,-0.73242 0,-0.3125 -0.19531,-0.51758 -0.20508,-0.19531 -0.91797,-0.36132 -3.32031,-0.73243 -4.20898,-1.33789 -1.23047005,-0.83985 -1.23047005,-2.33399 0,-1.34766 1.06445005,-2.26562 Q 2.6097576,0.1 4.8460876,0.1 q 2.12891,0 3.16406,0.69336 1.03516,0.69336 1.425786,2.05078 l -2.587886,0.47851 q -0.16602,-0.60547 -0.63477,-0.92773 -0.45898,-0.32227 -1.31836,-0.32227 -1.08398,0 -1.55273,0.30274 -0.3125,0.21484 -0.3125,0.55664 0,0.29297 0.27343,0.49805 0.3711,0.27343 2.5586,0.77148 2.19726,0.49805 3.0664,1.2207 0.859379,0.73242 0.859379,2.04102 0,1.42578 -1.191409,2.45117 -1.1914,1.02539 -3.52539,1.02539 -2.11914,0 -3.35937,-0.85937 Q 0.48085755,9.22109 0.09999755,7.74648 Z"/>
|
|
4
4
|
</svg>
|