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
@@ -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>
|
@@ -1,11 +1,11 @@
|
|
1
|
-
<testset>
|
2
|
-
<
|
3
|
-
<
|
4
|
-
<endpoints
|
5
|
-
<timeout
|
6
|
-
<deploy
|
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
|
+
<deploy>http://coruscant.wst.univie.ac.at:9296/url</deploy>
|
7
7
|
</endpoints>
|
8
|
-
<description
|
8
|
+
<description>
|
9
9
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
10
10
|
<call id="a1" endpoint="deploy">
|
11
11
|
<parameters>
|
@@ -72,14 +72,14 @@
|
|
72
72
|
</call>
|
73
73
|
</description>
|
74
74
|
</description>
|
75
|
-
<transformation
|
75
|
+
<transformation>
|
76
76
|
<description type="copy"/>
|
77
77
|
<dataelements type="none"/>
|
78
78
|
<endpoints type="none"/>
|
79
79
|
</transformation>
|
80
|
-
<attributes
|
81
|
-
<info
|
82
|
-
<modeltype
|
83
|
-
<theme
|
80
|
+
<attributes>
|
81
|
+
<info>Lego_Part_1</info>
|
82
|
+
<modeltype>CPEE</modeltype>
|
83
|
+
<theme>preset</theme>
|
84
84
|
</attributes>
|
85
85
|
</testset>
|
@@ -1,19 +1,16 @@
|
|
1
|
-
<testset>
|
2
|
-
<
|
1
|
+
<testset xmlns="http://cpee.org/ns/properties/2.0">
|
2
|
+
<executionhandler>ruby</executionhandler>
|
3
|
+
<positions>
|
3
4
|
<a1>after</a1>
|
4
5
|
</positions>
|
5
|
-
|
6
|
-
<handlerwrapper xmlns="http://cpee.org/ns/properties/2.0">DefaultHandlerWrapper</handlerwrapper>
|
7
|
-
<dataelements xmlns="http://cpee.org/ns/properties/2.0">
|
6
|
+
<dataelements>
|
8
7
|
<x/>
|
9
8
|
</dataelements>
|
10
|
-
<!--}}}-->
|
11
9
|
<handlers/>
|
12
|
-
<endpoints
|
10
|
+
<endpoints>
|
13
11
|
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
14
12
|
</endpoints>
|
15
|
-
|
16
|
-
<description xmlns="http://cpee.org/ns/properties/2.0">
|
13
|
+
<description>
|
17
14
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
18
15
|
<!--{{{-->
|
19
16
|
<call id="a1" endpoint="timeout">
|
@@ -57,7 +54,7 @@
|
|
57
54
|
</call>
|
58
55
|
</description>
|
59
56
|
</description>
|
60
|
-
<transformation
|
57
|
+
<transformation>
|
61
58
|
<description type="copy"/>
|
62
59
|
<dataelements type="rest"/>
|
63
60
|
<endpoints type="rest"/>
|
@@ -1,27 +1,24 @@
|
|
1
|
-
<testset>
|
2
|
-
<
|
1
|
+
<testset xmlns="http://cpee.org/ns/properties/2.0">
|
2
|
+
<executionhandler>ruby</executionhandler>
|
3
|
+
<positions>
|
3
4
|
<!--{{{-->
|
4
5
|
<a1>after</a1>
|
5
6
|
</positions>
|
6
|
-
|
7
|
-
|
8
|
-
<
|
9
|
-
<modeltype xmlns="http://riddl.org/ns/common-patterns/properties/1.0">CPEE</modeltype>
|
7
|
+
<attributes>
|
8
|
+
<info>Linear</info>
|
9
|
+
<modeltype>CPEE</modeltype>
|
10
10
|
<theme>preset</theme>
|
11
11
|
</attributes>
|
12
|
-
<
|
13
|
-
<dataelements xmlns="http://cpee.org/ns/properties/2.0">
|
12
|
+
<dataelements>
|
14
13
|
<!--{{{-->
|
15
14
|
<x/>
|
16
15
|
</dataelements>
|
17
|
-
<!--}}}-->
|
18
16
|
<handlers/>
|
19
|
-
<endpoints
|
17
|
+
<endpoints>
|
20
18
|
<!--{{{-->
|
21
19
|
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
22
20
|
</endpoints>
|
23
|
-
|
24
|
-
<description xmlns="http://cpee.org/ns/properties/2.0">
|
21
|
+
<description>
|
25
22
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
26
23
|
<!--{{{-->
|
27
24
|
<call id="a1" endpoint="timeout">
|
@@ -69,9 +66,9 @@
|
|
69
66
|
</description>
|
70
67
|
<!--}}}-->
|
71
68
|
</description>
|
72
|
-
<transformation
|
69
|
+
<transformation>
|
73
70
|
<description type="copy"/>
|
74
71
|
<dataelements type="rest"/>
|
75
72
|
<endpoints type="rest"/>
|
76
73
|
</transformation>
|
77
|
-
</testset>
|
74
|
+
</testset>
|
@@ -1,17 +1,16 @@
|
|
1
|
-
<testset>
|
1
|
+
<testset xmlns="http://cpee.org/ns/properties/2.0">
|
2
2
|
<handlers>
|
3
3
|
<handler url="http://solo.wst.univie.ac.at:9299/log">
|
4
4
|
<events topic="activity">calling,done</events>
|
5
5
|
</handler>
|
6
6
|
</handlers>
|
7
|
-
<dataelements
|
8
|
-
<
|
9
|
-
|
10
|
-
<
|
11
|
-
<start xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://solo.wst.univie.ac.at/log.php</start>
|
7
|
+
<dataelements/>
|
8
|
+
<endpoints>
|
9
|
+
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
10
|
+
<start>http://solo.wst.univie.ac.at/log.php</start>
|
12
11
|
</endpoints>
|
13
|
-
<positions
|
14
|
-
<description
|
12
|
+
<positions/>
|
13
|
+
<description>
|
15
14
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
16
15
|
<call id="a0" endpoint="start">
|
17
16
|
<parameters>
|
@@ -105,13 +104,13 @@
|
|
105
104
|
</call>
|
106
105
|
</description>
|
107
106
|
</description>
|
108
|
-
<transformation
|
107
|
+
<transformation>
|
109
108
|
<description type="copy"/>
|
110
109
|
<dataelements type="none"/>
|
111
110
|
<endpoints type="none"/>
|
112
111
|
</transformation>
|
113
|
-
<attributes
|
114
|
-
<info
|
115
|
-
<modeltype
|
112
|
+
<attributes>
|
113
|
+
<info>s</info>
|
114
|
+
<modeltype>Signavio</modeltype>
|
116
115
|
</attributes>
|
117
116
|
</testset>
|
@@ -1,14 +1,14 @@
|
|
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
|
<x>_begin</x>
|
6
6
|
<nasty>What a nasty bug</nasty>
|
7
7
|
</dataelements>
|
8
|
-
<endpoints
|
8
|
+
<endpoints>
|
9
9
|
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
10
10
|
</endpoints>
|
11
|
-
<description
|
11
|
+
<description>
|
12
12
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
13
13
|
<call id="a1" endpoint="timeout">
|
14
14
|
<parameters>
|
@@ -79,7 +79,7 @@
|
|
79
79
|
</choose>
|
80
80
|
</description>
|
81
81
|
</description>
|
82
|
-
<transformation
|
82
|
+
<transformation>
|
83
83
|
<description type="copy"/>
|
84
84
|
<dataelements type="rest"/>
|
85
85
|
<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>
|
@@ -95,7 +95,7 @@ data.costs += result.value('costs').to_f</finalize>
|
|
95
95
|
</choose>
|
96
96
|
</description>
|
97
97
|
</description>
|
98
|
-
<transformation
|
98
|
+
<transformation>
|
99
99
|
<description type="copy"/>
|
100
100
|
<dataelements type="rest"/>
|
101
101
|
<endpoints type="rest"/>
|