cpee 2.0.28 → 2.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cockpit/config.json +1 -1
- data/cockpit/config.json.example +7 -0
- data/cockpit/css/wfadaptor.css +11 -0
- data/cockpit/js/instance.js +101 -26
- 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 +19 -11
- data/cockpit/templates/Coopis 2010.xml.active +1 -0
- data/cockpit/templates/Coopis 2010.xml.active-uuid +1 -0
- data/cockpit/templates/IUPC arXiv:1104.3609 P34 1.xml +13 -12
- data/cockpit/templates/IUPC arXiv:1104.3609 P34 2.xml +13 -12
- data/cockpit/templates/IUPC arXiv:1104.3609 P34 3.xml +13 -12
- data/cockpit/templates/Track Test Local.xml +3 -3
- data/cockpit/templates/Track Test.xml +2 -2
- data/cockpit/templates/UR-VUE 2020 Manual Adjust.xml +2 -2
- data/cockpit/templates/UR-VUE 2020 Solution Baseline.xml +2 -2
- data/cockpit/templates/UR-VUE 2020 Solution NN.xml +2 -2
- data/cockpit/templates/UR-VUE 2020 Solution View.xml +2 -2
- data/cockpit/templates/UR-VUE 2020.xml +4 -2
- data/cockpit/templates/Worklist.xml +19 -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/call.rng +17 -8
- data/cockpit/themes/compact/rngs/callmanipulate.rng +18 -9
- data/cockpit/themes/compact/rngs/parallel.rng +6 -0
- data/cockpit/themes/compact/rngs/start.rng +83 -0
- data/cockpit/themes/compact/symbols/parallel_branch_event.svg +2 -2
- data/cockpit/themes/compact/symbols/parallel_eventbased_exclusive.svg +9 -0
- data/cockpit/themes/compact/symbols/parallel_eventbased_parallel.svg +8 -0
- data/cockpit/themes/compact/symbols/start.svg +1 -1
- data/cockpit/themes/compact/theme.js +46 -3
- data/cockpit/themes/control/rngs/call.rng +17 -8
- data/cockpit/themes/control/rngs/callmanipulate.rng +18 -9
- data/cockpit/themes/control/rngs/parallel.rng +6 -0
- data/cockpit/themes/control/rngs/start.rng +83 -0
- data/cockpit/themes/control/symbols/parallel_branch_event.svg +2 -2
- data/cockpit/themes/control/symbols/parallel_eventbased_exclusive.svg +9 -0
- data/cockpit/themes/control/symbols/parallel_eventbased_parallel.svg +8 -0
- data/cockpit/themes/control/symbols/start.svg +1 -1
- data/cockpit/themes/control/theme.js +45 -2
- data/cockpit/themes/default/rngs/call.rng +17 -8
- data/cockpit/themes/default/rngs/callmanipulate.rng +18 -9
- data/cockpit/themes/default/rngs/parallel.rng +6 -0
- data/cockpit/themes/default/rngs/start.rng +83 -0
- data/cockpit/themes/default/symbols/parallel_branch_event.svg +2 -2
- data/cockpit/themes/default/symbols/parallel_eventbased_exclusive.svg +9 -0
- data/cockpit/themes/default/symbols/parallel_eventbased_parallel.svg +8 -0
- data/cockpit/themes/default/symbols/start.svg +1 -1
- data/cockpit/themes/default/theme.js +46 -3
- data/cockpit/themes/extended/rngs/call.rng +17 -8
- data/cockpit/themes/extended/rngs/callmanipulate.rng +18 -9
- data/cockpit/themes/extended/rngs/parallel.rng +6 -0
- data/cockpit/themes/extended/rngs/start.rng +83 -0
- data/cockpit/themes/extended/symbols/parallel_branch_event.svg +2 -2
- data/cockpit/themes/extended/symbols/parallel_eventbased_exclusive.svg +9 -0
- data/cockpit/themes/extended/symbols/parallel_eventbased_parallel.svg +8 -0
- data/cockpit/themes/extended/symbols/start.svg +1 -1
- data/cockpit/themes/extended/theme.js +46 -3
- data/cockpit/themes/model/symbols/parallel_branch_event.svg +2 -2
- data/cockpit/themes/model/symbols/parallel_eventbased_exclusive.svg +9 -0
- data/cockpit/themes/model/symbols/parallel_eventbased_parallel.svg +8 -0
- data/cockpit/themes/model/symbols/start.svg +1 -1
- data/cockpit/themes/model/theme.js +45 -2
- data/cockpit/themes/packed/rngs/call.rng +17 -8
- data/cockpit/themes/packed/rngs/callmanipulate.rng +18 -9
- data/cockpit/themes/packed/rngs/parallel.rng +6 -0
- data/cockpit/themes/packed/rngs/start.rng +83 -0
- data/cockpit/themes/packed/symbols/parallel_branch_event.svg +2 -2
- data/cockpit/themes/packed/symbols/parallel_eventbased_exclusive.svg +9 -0
- data/cockpit/themes/packed/symbols/parallel_eventbased_parallel.svg +8 -0
- data/cockpit/themes/packed/symbols/start.svg +1 -1
- data/cockpit/themes/packed/theme.js +46 -3
- data/cockpit/themes/preset/rngs/call.rng +17 -8
- data/cockpit/themes/preset/rngs/callmanipulate.rng +18 -9
- data/cockpit/themes/preset/rngs/parallel.rng +6 -0
- data/cockpit/themes/preset/rngs/start.rng +83 -0
- data/cockpit/themes/preset/symbols/parallel_branch_event.svg +2 -2
- data/cockpit/themes/preset/symbols/parallel_eventbased_exclusive.svg +9 -0
- data/cockpit/themes/preset/symbols/parallel_eventbased_parallel.svg +8 -0
- data/cockpit/themes/preset/symbols/start.svg +1 -1
- data/cockpit/themes/preset/theme.js +46 -3
- data/cpee.gemspec +3 -3
- 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 +19 -5
- 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} +3 -3
- 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} +57 -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/end.pid +1 -1
- data/server/routing/forward-events.pid +1 -1
- data/server/routing/forward-votes.pid +1 -1
- data/server/routing/persist.pid +1 -1
- data/server/routing/persist.rb +3 -3
- data/tools/cpee +16 -10
- data/tools/server/cpee +1 -1
- data/tools/server/resources/properties.init +1 -1
- metadata +39 -238
- data/cockpit/js_libs.zip +0 -0
- data/cockpit/templates.legacy/convert_cpee2.rb +0 -15
- data/lib/cpee/controller.rb +0 -199
- data/lib/cpee/transform.rb +0 -95
- data/lib/instantiation.xml +0 -125
- data/server/resources/backend/instance.rb +0 -23
- data/server/resources/backend/run +0 -33
- 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
@@ -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>
|
@@ -1,15 +1,15 @@
|
|
1
|
-
<testset>
|
2
|
-
<
|
3
|
-
<
|
4
|
-
<endpoints
|
5
|
-
<timeout
|
6
|
-
<klaueauf
|
7
|
-
<klauezu
|
8
|
-
<plate
|
9
|
-
<goexit
|
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
|
+
<klaueauf>http://ejector.wst.univie.ac.at:9200/klaue/auf</klaueauf>
|
7
|
+
<klauezu>http://ejector.wst.univie.ac.at:9200/klaue/zu</klauezu>
|
8
|
+
<plate>http://ejector.wst.univie.ac.at:9200/goto/plate</plate>
|
9
|
+
<goexit>http://ejector.wst.univie.ac.at:9200/goto/exit</goexit>
|
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="plate">
|
15
15
|
<parameters>
|
@@ -41,15 +41,15 @@
|
|
41
41
|
</call>
|
42
42
|
</description>
|
43
43
|
</description>
|
44
|
-
<transformation
|
44
|
+
<transformation>
|
45
45
|
<description type="copy"/>
|
46
46
|
<dataelements type="none"/>
|
47
47
|
<endpoints type="none"/>
|
48
48
|
</transformation>
|
49
|
-
<attributes
|
50
|
-
<info
|
51
|
-
<modeltype
|
52
|
-
<theme
|
49
|
+
<attributes>
|
50
|
+
<info>asda</info>
|
51
|
+
<modeltype>CPEE</modeltype>
|
52
|
+
<theme>preset</theme>
|
53
53
|
<bc>operate</bc>
|
54
54
|
</attributes>
|
55
55
|
</testset>
|
@@ -1,12 +1,12 @@
|
|
1
|
-
<testset>
|
2
|
-
<
|
1
|
+
<testset xmlns="http://cpee.org/ns/properties/2.0">
|
2
|
+
<executionhandler>ruby</executionhandler>
|
3
|
+
<dataelements>
|
3
4
|
</dataelements>
|
4
|
-
<
|
5
|
-
|
6
|
-
<
|
7
|
-
<deploy xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://coruscant.wst.univie.ac.at:9296/url</deploy>
|
5
|
+
<endpoints>
|
6
|
+
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
7
|
+
<deploy>http://coruscant.wst.univie.ac.at:9296/url</deploy>
|
8
8
|
</endpoints>
|
9
|
-
<description
|
9
|
+
<description>
|
10
10
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
11
11
|
<loop mode="pre_test" condition="true">
|
12
12
|
<parallel wait="-1">
|
@@ -129,14 +129,14 @@
|
|
129
129
|
</loop>
|
130
130
|
</description>
|
131
131
|
</description>
|
132
|
-
<transformation
|
132
|
+
<transformation>
|
133
133
|
<description type="copy"/>
|
134
134
|
<dataelements type="none"/>
|
135
135
|
<endpoints type="none"/>
|
136
136
|
</transformation>
|
137
|
-
<attributes
|
138
|
-
<info
|
139
|
-
<modeltype
|
140
|
-
<theme
|
137
|
+
<attributes>
|
138
|
+
<info>Super_Lego</info>
|
139
|
+
<modeltype>CPEE</modeltype>
|
140
|
+
<theme>preset</theme>
|
141
141
|
</attributes>
|
142
142
|
</testset>
|
@@ -1,11 +1,11 @@
|
|
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://liddy.wst.univie.ac.at:9200/press</dispense>
|
7
7
|
</endpoints>
|
8
|
-
<description
|
8
|
+
<description>
|
9
9
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
10
10
|
<call id="a1" endpoint="dispense">
|
11
11
|
<parameters>
|
@@ -26,15 +26,15 @@
|
|
26
26
|
</call>
|
27
27
|
</description>
|
28
28
|
</description>
|
29
|
-
<transformation
|
29
|
+
<transformation>
|
30
30
|
<description type="copy"/>
|
31
31
|
<dataelements type="none"/>
|
32
32
|
<endpoints type="none"/>
|
33
33
|
</transformation>
|
34
|
-
<attributes
|
35
|
-
<info
|
36
|
-
<modeltype
|
37
|
-
<theme
|
38
|
-
<bc
|
34
|
+
<attributes>
|
35
|
+
<info>Liddy</info>
|
36
|
+
<modeltype>CPEE</modeltype>
|
37
|
+
<theme>preset</theme>
|
38
|
+
<bc>operate</bc>
|
39
39
|
</attributes>
|
40
40
|
</testset>
|
@@ -1,12 +1,12 @@
|
|
1
|
-
<testset>
|
2
|
-
<
|
3
|
-
<
|
4
|
-
<endpoints
|
5
|
-
<timeout
|
6
|
-
<gonext
|
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
|
+
<gonext>http://plate.wst.univie.ac.at:9200/gonext</gonext>
|
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="gonext">
|
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>ss</info>
|
27
|
+
<modeltype>CPEE</modeltype>
|
28
|
+
<theme>preset</theme>
|
29
29
|
<bc>operate</bc>
|
30
30
|
</attributes>
|
31
31
|
</testset>
|
@@ -1,13 +1,13 @@
|
|
1
|
-
<testset>
|
2
|
-
<
|
3
|
-
<
|
4
|
-
<endpoints
|
5
|
-
<timeout
|
6
|
-
<dispense
|
7
|
-
<stein
|
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://transporter.wst.univie.ac.at:9200/dispense</dispense>
|
7
|
+
<stein>http://transporter.wst.univie.ac.at:9200/stein</stein>
|
8
8
|
</endpoints>
|
9
|
-
<positions
|
10
|
-
<description
|
9
|
+
<positions/>
|
10
|
+
<description>
|
11
11
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
12
12
|
<call id="a1" endpoint="stein">
|
13
13
|
<parameters>
|
@@ -29,15 +29,15 @@
|
|
29
29
|
</call>
|
30
30
|
</description>
|
31
31
|
</description>
|
32
|
-
<transformation
|
32
|
+
<transformation>
|
33
33
|
<description type="copy"/>
|
34
34
|
<dataelements type="none"/>
|
35
35
|
<endpoints type="none"/>
|
36
36
|
</transformation>
|
37
|
-
<attributes
|
38
|
-
<info
|
39
|
-
<modeltype
|
40
|
-
<theme
|
37
|
+
<attributes>
|
38
|
+
<info>s</info>
|
39
|
+
<modeltype>CPEE</modeltype>
|
40
|
+
<theme>preset</theme>
|
41
41
|
<bc>start</bc>
|
42
42
|
</attributes>
|
43
43
|
</testset>
|