cpee 2.0.30 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cockpit/js/instance.js +3 -3
- data/cockpit/js/wfadaptor.js +2 -0
- data/cockpit/templates.legacy/Async.xml +12 -12
- data/cockpit/templates.legacy/BCO.xml +9 -11
- data/cockpit/templates.legacy/BCS.xml +9 -11
- data/cockpit/templates.legacy/Centurio.xml +7 -7
- data/cockpit/templates.legacy/Concurrent.xml +7 -7
- data/cockpit/templates.legacy/Coopis Testset.xml +7 -7
- data/cockpit/templates.legacy/Endpoints and Data Manipulation.xml +6 -7
- data/cockpit/templates.legacy/ICSOC Testset.xml +7 -7
- data/cockpit/templates.legacy/Infinity.xml +7 -7
- data/cockpit/templates.legacy/Lego Boxer.xml +13 -13
- data/cockpit/templates.legacy/Lego Conveyor.xml +13 -13
- data/cockpit/templates.legacy/Lego Crane.xml +16 -16
- data/cockpit/templates.legacy/Lego Ejector.xml +16 -16
- data/cockpit/templates.legacy/Lego Full.xml +12 -12
- data/cockpit/templates.legacy/Lego Liddy.xml +13 -13
- data/cockpit/templates.legacy/Lego Plate.xml +13 -13
- data/cockpit/templates.legacy/Lego Transporter.xml +14 -14
- data/cockpit/templates.legacy/Lego_Part_1.xml +12 -12
- data/cockpit/templates.legacy/LgLinear.xml +7 -10
- data/cockpit/templates.legacy/Linear.xml +11 -14
- data/cockpit/templates.legacy/Log.xml +11 -12
- data/cockpit/templates.legacy/Mangler 1.xml +7 -7
- data/cockpit/templates.legacy/Mangler 2.xml +7 -7
- data/cockpit/templates.legacy/Manuel Labels.xml +11 -11
- data/cockpit/templates.legacy/Promise.xml +30 -30
- data/cockpit/templates.legacy/SOPROMO Test Sonification.xml +7 -7
- data/cockpit/templates.legacy/Subprocess.xml +15 -15
- data/cockpit/templates.legacy/Syncing P34 1.xml +8 -11
- data/cockpit/templates.legacy/Syncing P34 2.xml +8 -11
- data/cockpit/templates.legacy/Syncing P34 3.xml +8 -11
- data/cockpit/templates.legacy/Syncing P34.xml +8 -11
- data/cockpit/templates.legacy/TEST - Bad Loop.xml +7 -7
- data/cockpit/templates.legacy/TEST - Wrong Positions.xml +7 -7
- data/cockpit/templates.legacy/Take_5.xml +14 -14
- data/cockpit/templates.legacy/Update.xml +11 -11
- data/cockpit/templates.legacy/Worklist Parallel.xml +17 -17
- data/cockpit/templates.legacy/Worklist Test CPEE.xml +14 -14
- data/cockpit/templates.legacy/Worklist Test.xml +14 -14
- data/cockpit/templates.legacy/Worklist Test2.xml +14 -14
- data/cockpit/templates/Coopis 2010.xml +8 -8
- data/cockpit/templates/IUPC arXiv:1104.3609 P34 1.xml +8 -11
- data/cockpit/templates/IUPC arXiv:1104.3609 P34 2.xml +8 -11
- data/cockpit/templates/IUPC arXiv:1104.3609 P34 3.xml +8 -11
- data/cockpit/templates/Track Test Local.xml +2 -2
- data/cockpit/templates/Track Test.xml +1 -1
- data/cockpit/templates/UR-VUE 2020 Manual Adjust.xml +1 -1
- data/cockpit/templates/UR-VUE 2020 Solution Baseline.xml +1 -1
- data/cockpit/templates/UR-VUE 2020 Solution NN.xml +1 -1
- data/cockpit/templates/UR-VUE 2020 Solution View.xml +1 -1
- data/cockpit/templates/UR-VUE 2020.xml +1 -1
- data/cockpit/templates/Worklist.xml +14 -14
- data/cockpit/templates/instantiate.local/Take_Sub.xml +2 -2
- data/cockpit/templates/instantiate/Take_Perf.xml +1 -1
- data/cockpit/templates/instantiate/Take_Sub.xml +2 -2
- data/cockpit/templates/instantiate/Take_X.xml +2 -2
- data/cockpit/themes/compact/rngs/start.rng +83 -0
- data/cockpit/themes/compact/symbols/start.svg +1 -1
- data/cockpit/themes/control/rngs/start.rng +83 -0
- data/cockpit/themes/control/symbols/start.svg +1 -1
- data/cockpit/themes/default/rngs/start.rng +83 -0
- data/cockpit/themes/default/symbols/start.svg +1 -1
- data/cockpit/themes/default/theme.js +1 -1
- data/cockpit/themes/extended/rngs/start.rng +83 -0
- data/cockpit/themes/extended/symbols/start.svg +1 -1
- data/cockpit/themes/model/symbols/start.svg +1 -1
- data/cockpit/themes/packed/rngs/start.rng +83 -0
- data/cockpit/themes/packed/symbols/start.svg +1 -1
- data/cockpit/themes/preset/rngs/start.rng +83 -0
- data/cockpit/themes/preset/symbols/start.svg +1 -1
- data/cockpit/themes/preset/theme.js +1 -1
- data/cpee.gemspec +2 -2
- data/lib/cpee/attributes_helper.rb +14 -0
- data/lib/cpee/implementation.rb +10 -8
- data/lib/cpee/implementation_callbacks.rb +14 -0
- data/lib/cpee/implementation_notifications.rb +14 -0
- data/lib/cpee/implementation_properties.rb +128 -24
- data/lib/cpee/persistence.rb +0 -27
- data/lib/cpee/statemachine.rb +14 -0
- data/lib/cpee/value_helper.rb +14 -0
- data/lib/properties.xml +4 -4
- data/lib/properties/{handlerwrapper.rng → executionhandler.rng} +2 -2
- data/lib/properties/properties.rng +2 -2
- data/lib/properties/set-properties.rng +2 -2
- data/lib/properties/set-some-properties.rng +2 -2
- data/server/{resources → executionhandlers/ruby}/backend/README.md +0 -0
- data/server/{resources → executionhandlers/ruby}/backend/instance.template +2 -4
- data/server/{resources → executionhandlers/ruby}/backend/opts.yaml +2 -2
- data/server/executionhandlers/ruby/backend/run +37 -0
- data/server/{handlerwrappers/default.rb → executionhandlers/ruby/connection.rb} +3 -3
- data/server/executionhandlers/ruby/controller.rb +195 -0
- data/server/{resources/transformation_dslx.xsl → executionhandlers/ruby/dsl_to_dslx.xsl} +53 -8
- data/server/executionhandlers/ruby/execution.rb +81 -0
- data/server/resources/properties.empty +1 -1
- data/server/resources/properties.init +1 -1
- data/server/resources/topics.xml +2 -2
- data/server/routing/persist.rb +3 -3
- data/tools/cpee +9 -3
- data/tools/server/cpee +1 -1
- data/tools/server/resources/properties.init +1 -1
- metadata +19 -237
- data/cockpit/templates.legacy/convert_cpee2.rb +0 -15
- data/lib/cpee/controller.rb +0 -199
- data/lib/cpee/transform.rb +0 -95
- data/server/resources/backend/instance.rb +0 -23
- data/server/resources/backend/run +0 -33
- data/server/routing/end.pid +0 -1
- data/server/routing/forward-events.pid +0 -1
- data/server/routing/forward-votes.pid +0 -1
- data/server/routing/persist.pid +0 -1
- data/server/server.pid +0 -1
- data/tools/test/README +0 -4
- data/tools/test/config.json +0 -3
- data/tools/test/contrib/graph_example.svg +0 -1166
- data/tools/test/contrib/legend.svg +0 -817
- data/tools/test/contrib/symbols.svg +0 -224
- data/tools/test/contrib/transformation1.xsl +0 -264
- data/tools/test/contrib/transformation2.xsl +0 -10
- data/tools/test/contrib/tree_example.svg +0 -788
- data/tools/test/css/model.css +0 -24
- data/tools/test/css/track.css +0 -60
- data/tools/test/css/ui.css +0 -214
- data/tools/test/css/wfadaptor.css +0 -422
- data/tools/test/edit.html +0 -258
- data/tools/test/graph.html +0 -69
- data/tools/test/index.html +0 -258
- data/tools/test/js/details.js +0 -109
- data/tools/test/js/instance.js +0 -1344
- data/tools/test/js/model.js +0 -41
- data/tools/test/js/parameters.js +0 -82
- data/tools/test/js/track.js +0 -18
- data/tools/test/js/ui.js +0 -104
- data/tools/test/js/wfadaptor.js +0 -763
- data/tools/test/js_libs.zip +0 -0
- data/tools/test/js_libs/Makefile +0 -2
- data/tools/test/js_libs/ansi_up.js +0 -333
- data/tools/test/js_libs/console.js +0 -80
- data/tools/test/js_libs/custommenu.css +0 -84
- data/tools/test/js_libs/custommenu.js +0 -104
- data/tools/test/js_libs/experiments1/relaxngui.css +0 -185
- data/tools/test/js_libs/experiments1/relaxngui.js +0 -488
- data/tools/test/js_libs/experiments1/rngtest9.html +0 -60
- data/tools/test/js_libs/experiments1/rngtest9.rng +0 -35
- data/tools/test/js_libs/experiments1/rngtest9.xml +0 -8
- data/tools/test/js_libs/jquery-2.2.4.min.js +0 -4
- data/tools/test/js_libs/jquery-3.2.1.min.js +0 -4
- data/tools/test/js_libs/jquery-3.3.1.min.js +0 -2
- data/tools/test/js_libs/jquery.browser.js +0 -40
- data/tools/test/js_libs/jquery.caret.min.js +0 -10
- data/tools/test/js_libs/jquery.cookie.js +0 -117
- data/tools/test/js_libs/jquery.min.js +0 -1
- data/tools/test/js_libs/jquery.svg.min.js +0 -6
- data/tools/test/js_libs/jquery.svgdom.min.js +0 -6
- data/tools/test/js_libs/markdown.min.js +0 -1
- data/tools/test/js_libs/parsequery.js +0 -21
- data/tools/test/js_libs/printf.js +0 -368
- data/tools/test/js_libs/relaxngui.css +0 -213
- data/tools/test/js_libs/relaxngui.js +0 -543
- data/tools/test/js_libs/strftime.min.js +0 -1
- data/tools/test/js_libs/tests/dataelements.html +0 -59
- data/tools/test/js_libs/tests/dataelements.rng +0 -8
- data/tools/test/js_libs/tests/dataelements.xml +0 -3
- data/tools/test/js_libs/tests/relaxngui.css +0 -203
- data/tools/test/js_libs/tests/relaxngui.js +0 -502
- data/tools/test/js_libs/tests/rngtest1.html +0 -66
- data/tools/test/js_libs/tests/rngtest1.rng +0 -147
- data/tools/test/js_libs/tests/rngtest1.xml +0 -13
- data/tools/test/js_libs/tests/rngtest2.html +0 -60
- data/tools/test/js_libs/tests/rngtest2.rng +0 -6
- data/tools/test/js_libs/tests/rngtest2.xml +0 -3
- data/tools/test/js_libs/tests/rngtest3.html +0 -60
- data/tools/test/js_libs/tests/rngtest3.rng +0 -23
- data/tools/test/js_libs/tests/rngtest3.xml +0 -9
- data/tools/test/js_libs/tests/rngtest4.html +0 -60
- data/tools/test/js_libs/tests/rngtest4.rng +0 -19
- data/tools/test/js_libs/tests/rngtest4.xml +0 -12
- data/tools/test/js_libs/tests/rngtest5.html +0 -60
- data/tools/test/js_libs/tests/rngtest5.rng +0 -75
- data/tools/test/js_libs/tests/rngtest5.xml +0 -40
- data/tools/test/js_libs/tests/rngtest6.html +0 -60
- data/tools/test/js_libs/tests/rngtest6.rng +0 -24
- data/tools/test/js_libs/tests/rngtest6.xml +0 -6
- data/tools/test/js_libs/tests/rngtest8.html +0 -60
- data/tools/test/js_libs/tests/rngtest8.rng +0 -13
- data/tools/test/js_libs/tests/rngtest8.xml +0 -2
- data/tools/test/js_libs/tests/rngtest9.html +0 -60
- data/tools/test/js_libs/tests/rngtest9.rng +0 -31
- data/tools/test/js_libs/tests/rngtest9.xml +0 -8
- data/tools/test/js_libs/ui.css +0 -333
- data/tools/test/js_libs/ui.html +0 -168
- data/tools/test/js_libs/ui.js +0 -177
- data/tools/test/js_libs/underscore.min.js +0 -27
- data/tools/test/js_libs/util.js +0 -81
- data/tools/test/js_libs/vkbeautify.0.99.00.beta.js +0 -358
- data/tools/test/js_libs/vkbeautify.js +0 -1
- data/tools/test/js_libs/webcomponents.min.js +0 -196
- data/tools/test/model.html +0 -192
- data/tools/test/rngs/attributes.rng +0 -8
- data/tools/test/rngs/dataelements.rng +0 -8
- data/tools/test/rngs/endpoints.rng +0 -8
- data/tools/test/templates.legacy/Async.xml +0 -46
- data/tools/test/templates.legacy/BCO.xml +0 -70
- data/tools/test/templates.legacy/BCS.xml +0 -70
- data/tools/test/templates.legacy/Centurio.xml +0 -75
- data/tools/test/templates.legacy/Concurrent.xml +0 -40
- data/tools/test/templates.legacy/Coopis Testset.xml +0 -76
- data/tools/test/templates.legacy/Endpoints and Data Manipulation.xml +0 -30
- data/tools/test/templates.legacy/ICSOC Testset.xml +0 -95
- data/tools/test/templates.legacy/Infinity.xml +0 -28
- data/tools/test/templates.legacy/Lego Boxer.xml +0 -31
- data/tools/test/templates.legacy/Lego Conveyor.xml +0 -31
- data/tools/test/templates.legacy/Lego Crane.xml +0 -87
- data/tools/test/templates.legacy/Lego Ejector.xml +0 -55
- data/tools/test/templates.legacy/Lego Full.xml +0 -142
- data/tools/test/templates.legacy/Lego Liddy.xml +0 -40
- data/tools/test/templates.legacy/Lego Plate.xml +0 -31
- data/tools/test/templates.legacy/Lego Transporter.xml +0 -43
- data/tools/test/templates.legacy/Lego_Part_1.xml +0 -85
- data/tools/test/templates.legacy/LgLinear.xml +0 -65
- data/tools/test/templates.legacy/Linear.xml +0 -77
- data/tools/test/templates.legacy/Log.xml +0 -117
- data/tools/test/templates.legacy/Mangler 1.xml +0 -87
- data/tools/test/templates.legacy/Mangler 2.xml +0 -103
- data/tools/test/templates.legacy/Manuel Labels.xml +0 -55
- data/tools/test/templates.legacy/Promise.xml +0 -275
- data/tools/test/templates.legacy/SOPROMO Test Sonification.xml +0 -83
- data/tools/test/templates.legacy/Subprocess.xml +0 -56
- data/tools/test/templates.legacy/Syncing P34 1.xml +0 -77
- data/tools/test/templates.legacy/Syncing P34 2.xml +0 -77
- data/tools/test/templates.legacy/Syncing P34 3.xml +0 -77
- data/tools/test/templates.legacy/Syncing P34.xml +0 -77
- data/tools/test/templates.legacy/TEST - Bad Loop.xml +0 -173
- data/tools/test/templates.legacy/TEST - Wrong Positions.xml +0 -174
- data/tools/test/templates.legacy/Take_5.xml +0 -48
- data/tools/test/templates.legacy/Update.xml +0 -32
- data/tools/test/templates.legacy/Worklist Parallel.xml +0 -104
- data/tools/test/templates.legacy/Worklist Test CPEE.xml +0 -40
- data/tools/test/templates.legacy/Worklist Test.xml +0 -42
- data/tools/test/templates.legacy/Worklist Test2.xml +0 -43
- data/tools/test/templates.legacy/convert_cpee2.rb +0 -15
- data/tools/test/templates.legacy/convert_preset.rb +0 -32
- data/tools/test/templates.legacy/testsets.xml +0 -37
- data/tools/test/templates.legacy/transformations.xml +0 -4
- data/tools/test/templates/Coopis 2010.xml +0 -76
- data/tools/test/templates/IUPC arXiv:1104.3609 P34 1.xml +0 -77
- data/tools/test/templates/IUPC arXiv:1104.3609 P34 2.xml +0 -77
- data/tools/test/templates/IUPC arXiv:1104.3609 P34 3.xml +0 -77
- data/tools/test/templates/Track Test Local.xml +0 -82
- data/tools/test/templates/Track Test.xml +0 -82
- data/tools/test/templates/UR-VUE 2020 Manual Adjust.xml +0 -182
- data/tools/test/templates/UR-VUE 2020 Solution Baseline.xml +0 -203
- data/tools/test/templates/UR-VUE 2020 Solution NN.xml +0 -197
- data/tools/test/templates/UR-VUE 2020 Solution View.xml +0 -151
- data/tools/test/templates/UR-VUE 2020.xml +0 -26
- data/tools/test/templates/Worklist.xml +0 -42
- data/tools/test/templates/instantiate.local/Take_Sub.xml +0 -59
- data/tools/test/templates/instantiate/Take_Perf.xml +0 -46
- data/tools/test/templates/instantiate/Take_Sub.xml +0 -58
- data/tools/test/templates/instantiate/Take_X.xml +0 -48
- data/tools/test/themes/compact/theme.js +0 -1285
- data/tools/test/themes/diana/theme.js +0 -1650
- data/tools/test/themes/extended/theme.js +0 -1325
- data/tools/test/themes/model/rngs/alternative.rng +0 -1
- data/tools/test/themes/model/rngs/call.rng +0 -67
- data/tools/test/themes/model/rngs/callmanipulate.rng +0 -72
- data/tools/test/themes/model/rngs/choose.rng +0 -1
- data/tools/test/themes/model/rngs/critical.rng +0 -1
- data/tools/test/themes/model/rngs/escape.rng +0 -1
- data/tools/test/themes/model/rngs/group.rng +0 -1
- data/tools/test/themes/model/rngs/loop.rng +0 -1
- data/tools/test/themes/model/rngs/manipulate.rng +0 -1
- data/tools/test/themes/model/rngs/otherwise.rng +0 -1
- data/tools/test/themes/model/rngs/parallel.rng +0 -1
- data/tools/test/themes/model/rngs/parallel_branch.rng +0 -1
- data/tools/test/themes/model/rngs/scripts.rng +0 -7
- data/tools/test/themes/model/rngs/stop.rng +0 -1
- data/tools/test/themes/model/rngs/terminate.rng +0 -1
- data/tools/test/themes/model/theme.js +0 -1268
- data/tools/test/themes/packed/theme.js +0 -1286
- data/tools/test/themes/preset/rngs/alternative.rng +0 -25
- data/tools/test/themes/preset/rngs/call.rng +0 -122
- data/tools/test/themes/preset/rngs/callmanipulate.rng +0 -145
- data/tools/test/themes/preset/rngs/choose.rng +0 -14
- data/tools/test/themes/preset/rngs/closed_loop.rng +0 -62
- data/tools/test/themes/preset/rngs/closed_loop_cancel.rng +0 -5
- data/tools/test/themes/preset/rngs/closed_loop_control.rng +0 -31
- data/tools/test/themes/preset/rngs/closed_loop_measuring.rng +0 -12
- data/tools/test/themes/preset/rngs/critical.rng +0 -5
- data/tools/test/themes/preset/rngs/escape.rng +0 -1
- data/tools/test/themes/preset/rngs/group.rng +0 -3
- data/tools/test/themes/preset/rngs/loop.rng +0 -22
- data/tools/test/themes/preset/rngs/manipulate.rng +0 -9
- data/tools/test/themes/preset/rngs/otherwise.rng +0 -22
- data/tools/test/themes/preset/rngs/parallel.rng +0 -21
- data/tools/test/themes/preset/rngs/parallel_branch.rng +0 -8
- data/tools/test/themes/preset/rngs/scripts.rng +0 -23
- data/tools/test/themes/preset/rngs/stop.rng +0 -5
- data/tools/test/themes/preset/rngs/terminate.rng +0 -1
- data/tools/test/themes/preset/symbols/alternative.svg +0 -5
- data/tools/test/themes/preset/symbols/arrow.svg +0 -3
- data/tools/test/themes/preset/symbols/call.svg +0 -6
- data/tools/test/themes/preset/symbols/callmanipulate.svg +0 -8
- data/tools/test/themes/preset/symbols/choose.svg +0 -5
- data/tools/test/themes/preset/symbols/choose_exclusive.svg +0 -5
- data/tools/test/themes/preset/symbols/choose_inclusive.svg +0 -4
- data/tools/test/themes/preset/symbols/closed_loop.svg +0 -5
- data/tools/test/themes/preset/symbols/closed_loop_cancel.svg +0 -5
- data/tools/test/themes/preset/symbols/closed_loop_control.svg +0 -5
- data/tools/test/themes/preset/symbols/closed_loop_measuring.svg +0 -6
- data/tools/test/themes/preset/symbols/complex.svg +0 -8
- data/tools/test/themes/preset/symbols/critical.svg +0 -4
- data/tools/test/themes/preset/symbols/end.svg +0 -3
- data/tools/test/themes/preset/symbols/escape.svg +0 -5
- data/tools/test/themes/preset/symbols/event_end.svg +0 -3
- data/tools/test/themes/preset/symbols/loop.svg +0 -5
- data/tools/test/themes/preset/symbols/manipulate.svg +0 -4
- data/tools/test/themes/preset/symbols/otherwise.svg +0 -5
- data/tools/test/themes/preset/symbols/parallel.svg +0 -5
- data/tools/test/themes/preset/symbols/parallel_branch.svg +0 -5
- data/tools/test/themes/preset/symbols/parallel_branch_compact.svg +0 -4
- data/tools/test/themes/preset/symbols/parallel_branch_event.svg +0 -14
- data/tools/test/themes/preset/symbols/parallel_branch_normal.svg +0 -5
- data/tools/test/themes/preset/symbols/scripts.svg +0 -4
- data/tools/test/themes/preset/symbols/start.svg +0 -3
- data/tools/test/themes/preset/symbols/stop.svg +0 -5
- data/tools/test/themes/preset/symbols/terminate.svg +0 -4
- data/tools/test/themes/preset/theme.js +0 -1287
- data/tools/test/track.html +0 -142
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c98641a6cc00767af290395984b5b99534adb37b7235ad223d412d99fe9969b4
|
4
|
+
data.tar.gz: 82db456ab83962e51373c961e41b13b7a2de21d0739d1a047bfc4c74ef548156
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e2a3a1c77315364f0d400ddb2127e31e63e95ff1561ed24b63ac71cd2bc49dc122fddd73ecef28607af6f221180536f9256076a4c2b7cd90f2ca66744ce5b34
|
7
|
+
data.tar.gz: dfb4857bd734da1011f56658a8802686819669a348f1c29a8c1c35308dd1efb2d4d303ced6d57a4db484f55079f32f6282913d152b21e51229577a6b75b73679
|
data/cockpit/js/instance.js
CHANGED
@@ -53,7 +53,7 @@ var sub_more = 'topic' + '=' + 'activity' + '&' +// {{{
|
|
53
53
|
'events' + '=' + 'instantiation' + '&' +
|
54
54
|
'topic' + '=' + 'transformation' + '&' +
|
55
55
|
'events' + '=' + 'change' + '&' +
|
56
|
-
'topic' + '=' + '
|
56
|
+
'topic' + '=' + 'connectionwrapper' + '&' +
|
57
57
|
'events' + '=' + 'error,change' + '&' +
|
58
58
|
'topic' + '=' + 'handlers' + '&' +
|
59
59
|
'events' + '=' + 'change';// }}}
|
@@ -75,7 +75,7 @@ var sub_less = 'topic' + '=' + 'activity' + '&' +// {{{
|
|
75
75
|
'events' + '=' + 'instantiation' + '&' +
|
76
76
|
'topic' + '=' + 'transformation' + '&' +
|
77
77
|
'events' + '=' + 'change' + '&' +
|
78
|
-
'topic' + '=' + '
|
78
|
+
'topic' + '=' + 'connectionwrapper' + '&' +
|
79
79
|
'events' + '=' + 'error,change' + '&' +
|
80
80
|
'topic' + '=' + 'handlers' + '&' +
|
81
81
|
'events' + '=' + 'change';// }}}
|
@@ -904,7 +904,7 @@ async function set_testset(testset,exec) {// {{{
|
|
904
904
|
var promises = [];
|
905
905
|
|
906
906
|
var tset = $X('<properties xmlns="http://cpee.org/ns/properties/2.0"/>');
|
907
|
-
tset.append($("testset >
|
907
|
+
tset.append($("testset > executionwrapper",testset));
|
908
908
|
tset.append($("testset > positions",testset));
|
909
909
|
tset.append($("testset > dataelements",testset));
|
910
910
|
tset.append($("testset > endpoints",testset));
|
data/cockpit/js/wfadaptor.js
CHANGED
@@ -559,6 +559,8 @@ function WfDescription(wf_adaptor, wf_illustrator) { // Model {{{
|
|
559
559
|
if(root.tagName == 'description') { // First parsing {{{
|
560
560
|
pos.row++;
|
561
561
|
$(root).attr('svg-id','description');
|
562
|
+
$(root).attr('svg-type','description');
|
563
|
+
$(root).attr('svg-subtype','description');
|
562
564
|
group.attr('element-id','group-description');
|
563
565
|
if (illustrator.elements[sname].label) {
|
564
566
|
labels.push({row: pos.row, element_id: 'start', tname: 'start', label: illustrator.elements[sname].label(root)});
|
@@ -1,12 +1,12 @@
|
|
1
|
-
<testset>
|
2
|
-
<
|
3
|
-
<
|
4
|
-
<endpoints
|
5
|
-
<timeout
|
6
|
-
<test
|
1
|
+
<testset xmlns="http://cpee.org/ns/properties/2.0">
|
2
|
+
<executionhandler>ruby</executionhandler>
|
3
|
+
<dataelements/>
|
4
|
+
<endpoints>
|
5
|
+
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
6
|
+
<test>http://localhost:9301/</test>
|
7
7
|
</endpoints>
|
8
|
-
<positions
|
9
|
-
<description
|
8
|
+
<positions/>
|
9
|
+
<description>
|
10
10
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
11
11
|
<call id="a1" endpoint="test">
|
12
12
|
<parameters>
|
@@ -34,13 +34,13 @@
|
|
34
34
|
</call>
|
35
35
|
</description>
|
36
36
|
</description>
|
37
|
-
<transformation
|
37
|
+
<transformation>
|
38
38
|
<description type="copy"/>
|
39
39
|
<dataelements type="none"/>
|
40
40
|
<endpoints type="none"/>
|
41
41
|
</transformation>
|
42
|
-
<attributes
|
43
|
-
<info
|
44
|
-
<modeltype
|
42
|
+
<attributes>
|
43
|
+
<info>Async</info>
|
44
|
+
<modeltype>CPEE</modeltype>
|
45
45
|
</attributes>
|
46
46
|
</testset>
|
@@ -1,21 +1,19 @@
|
|
1
|
-
<testset>
|
2
|
-
<
|
3
|
-
|
4
|
-
<
|
1
|
+
<testset xmlns="http://cpee.org/ns/properties/2.0">
|
2
|
+
<executionhandler>ruby</executionhandler>
|
3
|
+
<attributes>
|
4
|
+
<info>Linear</info>
|
5
|
+
<modeltype>CPEE</modeltype>
|
5
6
|
<theme>preset</theme>
|
6
7
|
<bc>operate</bc>
|
7
8
|
</attributes>
|
8
|
-
<
|
9
|
-
<dataelements xmlns="http://cpee.org/ns/properties/2.0">
|
9
|
+
<dataelements>
|
10
10
|
<x/>
|
11
11
|
</dataelements>
|
12
|
-
<!--}}}-->
|
13
12
|
<handlers/>
|
14
|
-
<endpoints
|
13
|
+
<endpoints>
|
15
14
|
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
16
15
|
</endpoints>
|
17
|
-
|
18
|
-
<description xmlns="http://cpee.org/ns/properties/2.0">
|
16
|
+
<description>
|
19
17
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
20
18
|
<!--{{{-->
|
21
19
|
<call id="a1" endpoint="timeout">
|
@@ -62,7 +60,7 @@
|
|
62
60
|
</call>
|
63
61
|
</description>
|
64
62
|
</description>
|
65
|
-
<transformation
|
63
|
+
<transformation>
|
66
64
|
<description type="copy"/>
|
67
65
|
<dataelements type="rest"/>
|
68
66
|
<endpoints type="rest"/>
|
@@ -1,21 +1,19 @@
|
|
1
|
-
<testset>
|
2
|
-
<
|
3
|
-
|
4
|
-
<
|
1
|
+
<testset xmlns="http://cpee.org/ns/properties/2.0">
|
2
|
+
<executionhandler>ruby</executionhandler>
|
3
|
+
<attributes>
|
4
|
+
<info>Linear</info>
|
5
|
+
<modeltype>CPEE</modeltype>
|
5
6
|
<theme>preset</theme>
|
6
7
|
<bc>start</bc>
|
7
8
|
</attributes>
|
8
|
-
<
|
9
|
-
<dataelements xmlns="http://cpee.org/ns/properties/2.0">
|
9
|
+
<dataelements>
|
10
10
|
<x/>
|
11
11
|
</dataelements>
|
12
|
-
<!--}}}-->
|
13
12
|
<handlers/>
|
14
|
-
<endpoints
|
13
|
+
<endpoints>
|
15
14
|
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
16
15
|
</endpoints>
|
17
|
-
|
18
|
-
<description xmlns="http://cpee.org/ns/properties/2.0">
|
16
|
+
<description>
|
19
17
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
20
18
|
<!--{{{-->
|
21
19
|
<call id="a1" endpoint="timeout">
|
@@ -62,7 +60,7 @@
|
|
62
60
|
</call>
|
63
61
|
</description>
|
64
62
|
</description>
|
65
|
-
<transformation
|
63
|
+
<transformation>
|
66
64
|
<description type="copy"/>
|
67
65
|
<dataelements type="rest"/>
|
68
66
|
<endpoints type="rest"/>
|
@@ -1,7 +1,7 @@
|
|
1
|
-
<testset>
|
2
|
-
<
|
3
|
-
<
|
4
|
-
<dataelements
|
1
|
+
<testset xmlns="http://cpee.org/ns/properties/2.0">
|
2
|
+
<executionhandler>ruby</executionhandler>
|
3
|
+
<positions/>
|
4
|
+
<dataelements>
|
5
5
|
<losgroesse>3</losgroesse>
|
6
6
|
<spec>12345</spec>
|
7
7
|
<qualitaet>null</qualitaet>
|
@@ -9,12 +9,12 @@
|
|
9
9
|
<typ>Typ A</typ>
|
10
10
|
<score>0</score>
|
11
11
|
</dataelements>
|
12
|
-
<endpoints
|
12
|
+
<endpoints>
|
13
13
|
<cut>http://gruppe.wst.univie.ac.at/~mangler/services/cut.php</cut>
|
14
14
|
<drill>http://gruppe.wst.univie.ac.at/~mangler/services/drill.php</drill>
|
15
15
|
<approve>http://gruppe.wst.univie.ac.at/~mangler/services/approval.php</approve>
|
16
16
|
</endpoints>
|
17
|
-
<description
|
17
|
+
<description>
|
18
18
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
19
19
|
<call id="a1" endpoint="cut">
|
20
20
|
<parameters>
|
@@ -67,7 +67,7 @@ data.score += result.value('score').to_f</finalize>
|
|
67
67
|
</choose>
|
68
68
|
</description>
|
69
69
|
</description>
|
70
|
-
<transformation
|
70
|
+
<transformation>
|
71
71
|
<description type="copy"/>
|
72
72
|
<dataelements type="rest"/>
|
73
73
|
<endpoints type="rest"/>
|
@@ -1,15 +1,15 @@
|
|
1
|
-
<testset>
|
2
|
-
<
|
3
|
-
<
|
4
|
-
<dataelements
|
1
|
+
<testset xmlns="http://cpee.org/ns/properties/2.0">
|
2
|
+
<executionhandler>ruby</executionhandler>
|
3
|
+
<positions/>
|
4
|
+
<dataelements>
|
5
5
|
<persons>3</persons>
|
6
6
|
<hotels>[]</hotels>
|
7
7
|
<costs>0</costs>
|
8
8
|
</dataelements>
|
9
|
-
<endpoints
|
9
|
+
<endpoints>
|
10
10
|
<bookHotel>http://gruppe.wst.univie.ac.at/~mangler/services/hotel.php</bookHotel>
|
11
11
|
</endpoints>
|
12
|
-
<description
|
12
|
+
<description>
|
13
13
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
14
14
|
<parallel>
|
15
15
|
<loop mode="pre_test" condition="data.persons > 0">
|
@@ -32,7 +32,7 @@ data.costs += result.value('costs').to_f</finalize>
|
|
32
32
|
</parallel>
|
33
33
|
</description>
|
34
34
|
</description>
|
35
|
-
<transformation
|
35
|
+
<transformation>
|
36
36
|
<description type="copy"/>
|
37
37
|
<dataelements type="rest"/>
|
38
38
|
<endpoints type="rest"/>
|
@@ -1,7 +1,7 @@
|
|
1
|
-
<testset>
|
2
|
-
<
|
3
|
-
<
|
4
|
-
<dataelements
|
1
|
+
<testset xmlns="http://cpee.org/ns/properties/2.0">
|
2
|
+
<executionhandler>ruby</executionhandler>
|
3
|
+
<positions/>
|
4
|
+
<dataelements>
|
5
5
|
<persons>3</persons>
|
6
6
|
<card>Visa_12345</card>
|
7
7
|
<airline>null</airline>
|
@@ -10,12 +10,12 @@
|
|
10
10
|
<to>Prague</to>
|
11
11
|
<costs>0</costs>
|
12
12
|
</dataelements>
|
13
|
-
<endpoints
|
13
|
+
<endpoints>
|
14
14
|
<bookAir>http://gruppe.wst.univie.ac.at/~mangler/services/airline.php</bookAir>
|
15
15
|
<bookHotel>http://gruppe.wst.univie.ac.at/~mangler/services/hotel.php</bookHotel>
|
16
16
|
<approve>http://gruppe.wst.univie.ac.at/~mangler/services/approval.php</approve>
|
17
17
|
</endpoints>
|
18
|
-
<description
|
18
|
+
<description>
|
19
19
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
20
20
|
<call id="a1" endpoint="bookAir">
|
21
21
|
<parameters>
|
@@ -68,7 +68,7 @@ data.costs += result.value('costs').to_f</finalize>
|
|
68
68
|
</choose>
|
69
69
|
</description>
|
70
70
|
</description>
|
71
|
-
<transformation
|
71
|
+
<transformation>
|
72
72
|
<description type="copy"/>
|
73
73
|
<dataelements type="rest"/>
|
74
74
|
<endpoints type="rest"/>
|
@@ -1,15 +1,14 @@
|
|
1
|
-
<testset>
|
2
|
-
<positions
|
3
|
-
<
|
4
|
-
<dataelements xmlns="http://cpee.org/ns/properties/2.0">
|
1
|
+
<testset xmlns="http://cpee.org/ns/properties/2.0">
|
2
|
+
<positions/>
|
3
|
+
<dataelements>
|
5
4
|
<input>4</input>
|
6
5
|
<data_stores_endpoint/>
|
7
6
|
<output/>
|
8
7
|
</dataelements>
|
9
|
-
<endpoints
|
8
|
+
<endpoints>
|
10
9
|
<ep1>Somewhere over the rainbow</ep1>
|
11
10
|
</endpoints>
|
12
|
-
<description
|
11
|
+
<description>
|
13
12
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
14
13
|
<manipulate id="endpoints">
|
15
14
|
endpoints.a_new_one = "new Endpoint"
|
@@ -22,7 +21,7 @@ data[:input] = "dataelement changed"
|
|
22
21
|
data.output = data[:input]</manipulate>
|
23
22
|
</description>
|
24
23
|
</description>
|
25
|
-
<transformation
|
24
|
+
<transformation>
|
26
25
|
<description type="external"/>
|
27
26
|
<dataelements type="external"/>
|
28
27
|
<endpoints type="external"/>
|
@@ -1,13 +1,13 @@
|
|
1
|
-
<testset>
|
2
|
-
<
|
3
|
-
<
|
4
|
-
<dataelements
|
1
|
+
<testset xmlns="http://cpee.org/ns/properties/2.0">
|
2
|
+
<executionhandler>ruby</executionhandler>
|
3
|
+
<positions/>
|
4
|
+
<dataelements>
|
5
5
|
<feedback>true</feedback>
|
6
6
|
</dataelements>
|
7
|
-
<endpoints
|
7
|
+
<endpoints>
|
8
8
|
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
9
9
|
</endpoints>
|
10
|
-
<description
|
10
|
+
<description>
|
11
11
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
12
12
|
<parallel>
|
13
13
|
<parallel_branch>
|
@@ -87,7 +87,7 @@
|
|
87
87
|
</parallel>
|
88
88
|
</description>
|
89
89
|
</description>
|
90
|
-
<transformation
|
90
|
+
<transformation>
|
91
91
|
<description type="copy"/>
|
92
92
|
<dataelements type="rest"/>
|
93
93
|
<endpoints type="rest"/>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<testset>
|
2
|
-
<endpoints
|
3
|
-
<infinity
|
1
|
+
<testset xmlns="http://cpee.org/ns/properties/2.0">
|
2
|
+
<endpoints>
|
3
|
+
<infinity>http://gruppe.wst.univie.ac.at/~mangler/infinity.php</infinity>
|
4
4
|
</endpoints>
|
5
|
-
<description
|
5
|
+
<description>
|
6
6
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
7
7
|
<manipulate id="man">data.pid = Digest::MD5.hexdigest(Kernel::rand().to_s)</manipulate>
|
8
8
|
<loop mode="pre_test" condition="data.progress != 'END'">
|
@@ -21,8 +21,8 @@
|
|
21
21
|
</loop>
|
22
22
|
</description>
|
23
23
|
</description>
|
24
|
-
<attributes
|
25
|
-
<info
|
26
|
-
<modeltype
|
24
|
+
<attributes>
|
25
|
+
<info>Inifinity Example</info>
|
26
|
+
<modeltype>CPEE</modeltype>
|
27
27
|
</attributes>
|
28
28
|
</testset>
|
@@ -1,12 +1,12 @@
|
|
1
|
-
<testset>
|
2
|
-
<
|
3
|
-
<
|
4
|
-
<endpoints
|
5
|
-
<timeout
|
6
|
-
<dispense
|
1
|
+
<testset xmlns="http://cpee.org/ns/properties/2.0">
|
2
|
+
<executionhandler>ruby</executionhandler>
|
3
|
+
<dataelements/>
|
4
|
+
<endpoints>
|
5
|
+
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
6
|
+
<dispense>http://boxer.wst.univie.ac.at:9200/dispense</dispense>
|
7
7
|
</endpoints>
|
8
|
-
<positions
|
9
|
-
<description
|
8
|
+
<positions/>
|
9
|
+
<description>
|
10
10
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
11
11
|
<call id="a1" endpoint="dispense">
|
12
12
|
<parameters>
|
@@ -17,15 +17,15 @@
|
|
17
17
|
</call>
|
18
18
|
</description>
|
19
19
|
</description>
|
20
|
-
<transformation
|
20
|
+
<transformation>
|
21
21
|
<description type="copy"/>
|
22
22
|
<dataelements type="none"/>
|
23
23
|
<endpoints type="none"/>
|
24
24
|
</transformation>
|
25
|
-
<attributes
|
26
|
-
<info
|
27
|
-
<modeltype
|
28
|
-
<theme
|
25
|
+
<attributes>
|
26
|
+
<info>boxxxxxer</info>
|
27
|
+
<modeltype>CPEE</modeltype>
|
28
|
+
<theme>preset</theme>
|
29
29
|
<bc>operate</bc>
|
30
30
|
</attributes>
|
31
31
|
</testset>
|
@@ -1,12 +1,12 @@
|
|
1
|
-
<testset>
|
2
|
-
<
|
3
|
-
<
|
4
|
-
<endpoints
|
5
|
-
<timeout
|
6
|
-
<conveyor
|
1
|
+
<testset xmlns="http://cpee.org/ns/properties/2.0">
|
2
|
+
<executionhandler>ruby</executionhandler>
|
3
|
+
<dataelements/>
|
4
|
+
<endpoints>
|
5
|
+
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
6
|
+
<conveyor>http://conveyor.wst.univie.ac.at:9200/centering</conveyor>
|
7
7
|
</endpoints>
|
8
|
-
<positions
|
9
|
-
<description
|
8
|
+
<positions/>
|
9
|
+
<description>
|
10
10
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
11
11
|
<call id="a1" endpoint="conveyor">
|
12
12
|
<parameters>
|
@@ -17,15 +17,15 @@
|
|
17
17
|
</call>
|
18
18
|
</description>
|
19
19
|
</description>
|
20
|
-
<transformation
|
20
|
+
<transformation>
|
21
21
|
<description type="copy"/>
|
22
22
|
<dataelements type="none"/>
|
23
23
|
<endpoints type="none"/>
|
24
24
|
</transformation>
|
25
|
-
<attributes
|
26
|
-
<info
|
27
|
-
<modeltype
|
28
|
-
<theme
|
25
|
+
<attributes>
|
26
|
+
<info>sdas</info>
|
27
|
+
<modeltype>CPEE</modeltype>
|
28
|
+
<theme>preset</theme>
|
29
29
|
<bc>operate</bc>
|
30
30
|
</attributes>
|
31
31
|
</testset>
|
@@ -1,15 +1,15 @@
|
|
1
|
-
<testset>
|
2
|
-
<
|
3
|
-
<
|
4
|
-
<endpoints
|
5
|
-
<timeout
|
6
|
-
<cranepos
|
7
|
-
<onoff
|
8
|
-
<raise
|
9
|
-
<lower
|
1
|
+
<testset xmlns="http://cpee.org/ns/properties/2.0">
|
2
|
+
<executionhandler>ruby</executionhandler>
|
3
|
+
<dataelements/>
|
4
|
+
<endpoints>
|
5
|
+
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
6
|
+
<cranepos>http://cranex.wst.univie.ac.at:9200/pos</cranepos>
|
7
|
+
<onoff>http://craney.wst.univie.ac.at:9200/onoff</onoff>
|
8
|
+
<raise>http://craney.wst.univie.ac.at:9200/raise</raise>
|
9
|
+
<lower>http://craney.wst.univie.ac.at:9200/lower</lower>
|
10
10
|
</endpoints>
|
11
|
-
<positions
|
12
|
-
<description
|
11
|
+
<positions/>
|
12
|
+
<description>
|
13
13
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
14
14
|
<call id="a1" endpoint="onoff">
|
15
15
|
<parameters>
|
@@ -73,15 +73,15 @@
|
|
73
73
|
</call>
|
74
74
|
</description>
|
75
75
|
</description>
|
76
|
-
<transformation
|
76
|
+
<transformation>
|
77
77
|
<description type="copy"/>
|
78
78
|
<dataelements type="none"/>
|
79
79
|
<endpoints type="none"/>
|
80
80
|
</transformation>
|
81
|
-
<attributes
|
82
|
-
<info
|
83
|
-
<modeltype
|
84
|
-
<theme
|
81
|
+
<attributes>
|
82
|
+
<info>s</info>
|
83
|
+
<modeltype>CPEE</modeltype>
|
84
|
+
<theme>preset</theme>
|
85
85
|
<bc>operate</bc>
|
86
86
|
</attributes>
|
87
87
|
</testset>
|