cpee 2.0.30 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/cockpit/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,28 +0,0 @@
|
|
|
1
|
-
<testset>
|
|
2
|
-
<endpoints xmlns="http://cpee.org/ns/properties/2.0">
|
|
3
|
-
<infinity xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://gruppe.wst.univie.ac.at/~mangler/infinity.php</infinity>
|
|
4
|
-
</endpoints>
|
|
5
|
-
<description xmlns="http://cpee.org/ns/properties/2.0">
|
|
6
|
-
<description xmlns="http://cpee.org/ns/description/1.0">
|
|
7
|
-
<manipulate id="man">data.pid = Digest::MD5.hexdigest(Kernel::rand().to_s)</manipulate>
|
|
8
|
-
<loop mode="pre_test" condition="data.progress != 'END'">
|
|
9
|
-
<call id="a4" endpoint="infinity">
|
|
10
|
-
<parameters>
|
|
11
|
-
<label>"Warten auf Fortschritt"</label>
|
|
12
|
-
<method>:post</method>
|
|
13
|
-
<arguments>
|
|
14
|
-
<pid>data.pid</pid>
|
|
15
|
-
</arguments>
|
|
16
|
-
</parameters>
|
|
17
|
-
<code>
|
|
18
|
-
<finalize>data.progress = result["progress"]</finalize>
|
|
19
|
-
</code>
|
|
20
|
-
</call>
|
|
21
|
-
</loop>
|
|
22
|
-
</description>
|
|
23
|
-
</description>
|
|
24
|
-
<attributes xmlns="http://cpee.org/ns/properties/2.0">
|
|
25
|
-
<info xmlns="http://riddl.org/ns/common-patterns/properties/1.0">Inifinity Example</info>
|
|
26
|
-
<modeltype xmlns="http://riddl.org/ns/common-patterns/properties/1.0">CPEE</modeltype>
|
|
27
|
-
</attributes>
|
|
28
|
-
</testset>
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
<testset>
|
|
2
|
-
<dataelements xmlns="http://cpee.org/ns/properties/2.0"/>
|
|
3
|
-
<handlerwrapper xmlns="http://cpee.org/ns/properties/2.0">DefaultHandlerWrapper</handlerwrapper>
|
|
4
|
-
<endpoints xmlns="http://cpee.org/ns/properties/2.0">
|
|
5
|
-
<timeout xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
|
6
|
-
<dispense xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://boxer.wst.univie.ac.at:9200/dispense</dispense>
|
|
7
|
-
</endpoints>
|
|
8
|
-
<positions xmlns="http://cpee.org/ns/properties/2.0"/>
|
|
9
|
-
<description xmlns="http://cpee.org/ns/properties/2.0">
|
|
10
|
-
<description xmlns="http://cpee.org/ns/description/1.0">
|
|
11
|
-
<call id="a1" endpoint="dispense">
|
|
12
|
-
<parameters>
|
|
13
|
-
<label>Dispense</label>
|
|
14
|
-
<method>:post</method>
|
|
15
|
-
<arguments/>
|
|
16
|
-
</parameters>
|
|
17
|
-
</call>
|
|
18
|
-
</description>
|
|
19
|
-
</description>
|
|
20
|
-
<transformation xmlns="http://cpee.org/ns/properties/2.0">
|
|
21
|
-
<description type="copy"/>
|
|
22
|
-
<dataelements type="none"/>
|
|
23
|
-
<endpoints type="none"/>
|
|
24
|
-
</transformation>
|
|
25
|
-
<attributes xmlns="http://cpee.org/ns/properties/2.0">
|
|
26
|
-
<info xmlns="http://riddl.org/ns/common-patterns/properties/1.0">boxxxxxer</info>
|
|
27
|
-
<modeltype xmlns="http://riddl.org/ns/common-patterns/properties/1.0">CPEE</modeltype>
|
|
28
|
-
<theme xmlns="http://riddl.org/ns/common-patterns/properties/1.0">preset</theme>
|
|
29
|
-
<bc>operate</bc>
|
|
30
|
-
</attributes>
|
|
31
|
-
</testset>
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
<testset>
|
|
2
|
-
<dataelements xmlns="http://cpee.org/ns/properties/2.0"/>
|
|
3
|
-
<handlerwrapper xmlns="http://cpee.org/ns/properties/2.0">DefaultHandlerWrapper</handlerwrapper>
|
|
4
|
-
<endpoints xmlns="http://cpee.org/ns/properties/2.0">
|
|
5
|
-
<timeout xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
|
6
|
-
<conveyor xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://conveyor.wst.univie.ac.at:9200/centering</conveyor>
|
|
7
|
-
</endpoints>
|
|
8
|
-
<positions xmlns="http://cpee.org/ns/properties/2.0"/>
|
|
9
|
-
<description xmlns="http://cpee.org/ns/properties/2.0">
|
|
10
|
-
<description xmlns="http://cpee.org/ns/description/1.0">
|
|
11
|
-
<call id="a1" endpoint="conveyor">
|
|
12
|
-
<parameters>
|
|
13
|
-
<label>Centers the piece</label>
|
|
14
|
-
<method>:post</method>
|
|
15
|
-
<arguments/>
|
|
16
|
-
</parameters>
|
|
17
|
-
</call>
|
|
18
|
-
</description>
|
|
19
|
-
</description>
|
|
20
|
-
<transformation xmlns="http://cpee.org/ns/properties/2.0">
|
|
21
|
-
<description type="copy"/>
|
|
22
|
-
<dataelements type="none"/>
|
|
23
|
-
<endpoints type="none"/>
|
|
24
|
-
</transformation>
|
|
25
|
-
<attributes xmlns="http://cpee.org/ns/properties/2.0">
|
|
26
|
-
<info xmlns="http://riddl.org/ns/common-patterns/properties/1.0">sdas</info>
|
|
27
|
-
<modeltype xmlns="http://riddl.org/ns/common-patterns/properties/1.0">CPEE</modeltype>
|
|
28
|
-
<theme xmlns="http://riddl.org/ns/common-patterns/properties/1.0">preset</theme>
|
|
29
|
-
<bc>operate</bc>
|
|
30
|
-
</attributes>
|
|
31
|
-
</testset>
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
<testset>
|
|
2
|
-
<dataelements xmlns="http://cpee.org/ns/properties/2.0"/>
|
|
3
|
-
<handlerwrapper xmlns="http://cpee.org/ns/properties/2.0">DefaultHandlerWrapper</handlerwrapper>
|
|
4
|
-
<endpoints xmlns="http://cpee.org/ns/properties/2.0">
|
|
5
|
-
<timeout xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
|
6
|
-
<cranepos xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://cranex.wst.univie.ac.at:9200/pos</cranepos>
|
|
7
|
-
<onoff xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://craney.wst.univie.ac.at:9200/onoff</onoff>
|
|
8
|
-
<raise xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://craney.wst.univie.ac.at:9200/raise</raise>
|
|
9
|
-
<lower xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://craney.wst.univie.ac.at:9200/lower</lower>
|
|
10
|
-
</endpoints>
|
|
11
|
-
<positions xmlns="http://cpee.org/ns/properties/2.0"/>
|
|
12
|
-
<description xmlns="http://cpee.org/ns/properties/2.0">
|
|
13
|
-
<description xmlns="http://cpee.org/ns/description/1.0">
|
|
14
|
-
<call id="a1" endpoint="onoff">
|
|
15
|
-
<parameters>
|
|
16
|
-
<label>TurnOn</label>
|
|
17
|
-
<method>:post</method>
|
|
18
|
-
<arguments/>
|
|
19
|
-
</parameters>
|
|
20
|
-
</call>
|
|
21
|
-
<call id="a3" endpoint="raise">
|
|
22
|
-
<parameters>
|
|
23
|
-
<label>Raise</label>
|
|
24
|
-
<method>:post</method>
|
|
25
|
-
<arguments/>
|
|
26
|
-
</parameters>
|
|
27
|
-
</call>
|
|
28
|
-
<call id="a2" endpoint="cranepos">
|
|
29
|
-
<parameters>
|
|
30
|
-
<label>Go To Plate</label>
|
|
31
|
-
<method>:post</method>
|
|
32
|
-
<arguments>
|
|
33
|
-
<data>2</data>
|
|
34
|
-
</arguments>
|
|
35
|
-
</parameters>
|
|
36
|
-
</call>
|
|
37
|
-
<call id="a4" endpoint="lower">
|
|
38
|
-
<parameters>
|
|
39
|
-
<label>Lower</label>
|
|
40
|
-
<method>:post</method>
|
|
41
|
-
<arguments/>
|
|
42
|
-
</parameters>
|
|
43
|
-
</call>
|
|
44
|
-
<call id="a5" endpoint="onoff">
|
|
45
|
-
<parameters>
|
|
46
|
-
<label>TurnOff</label>
|
|
47
|
-
<method>:post</method>
|
|
48
|
-
<arguments/>
|
|
49
|
-
</parameters>
|
|
50
|
-
</call>
|
|
51
|
-
<call id="a6" endpoint="raise">
|
|
52
|
-
<parameters>
|
|
53
|
-
<label>Raise</label>
|
|
54
|
-
<method>:post</method>
|
|
55
|
-
<arguments/>
|
|
56
|
-
</parameters>
|
|
57
|
-
</call>
|
|
58
|
-
<call id="a7" endpoint="cranepos">
|
|
59
|
-
<parameters>
|
|
60
|
-
<label>Go to Conveyor</label>
|
|
61
|
-
<method>:post</method>
|
|
62
|
-
<arguments>
|
|
63
|
-
<data>0</data>
|
|
64
|
-
</arguments>
|
|
65
|
-
</parameters>
|
|
66
|
-
</call>
|
|
67
|
-
<call id="a8" endpoint="lower">
|
|
68
|
-
<parameters>
|
|
69
|
-
<label>Lower</label>
|
|
70
|
-
<method>:post</method>
|
|
71
|
-
<arguments/>
|
|
72
|
-
</parameters>
|
|
73
|
-
</call>
|
|
74
|
-
</description>
|
|
75
|
-
</description>
|
|
76
|
-
<transformation xmlns="http://cpee.org/ns/properties/2.0">
|
|
77
|
-
<description type="copy"/>
|
|
78
|
-
<dataelements type="none"/>
|
|
79
|
-
<endpoints type="none"/>
|
|
80
|
-
</transformation>
|
|
81
|
-
<attributes xmlns="http://cpee.org/ns/properties/2.0">
|
|
82
|
-
<info xmlns="http://riddl.org/ns/common-patterns/properties/1.0">s</info>
|
|
83
|
-
<modeltype xmlns="http://riddl.org/ns/common-patterns/properties/1.0">CPEE</modeltype>
|
|
84
|
-
<theme xmlns="http://riddl.org/ns/common-patterns/properties/1.0">preset</theme>
|
|
85
|
-
<bc>operate</bc>
|
|
86
|
-
</attributes>
|
|
87
|
-
</testset>
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
<testset>
|
|
2
|
-
<dataelements xmlns="http://cpee.org/ns/properties/2.0"/>
|
|
3
|
-
<handlerwrapper xmlns="http://cpee.org/ns/properties/2.0">DefaultHandlerWrapper</handlerwrapper>
|
|
4
|
-
<endpoints xmlns="http://cpee.org/ns/properties/2.0">
|
|
5
|
-
<timeout xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
|
6
|
-
<klaueauf xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://ejector.wst.univie.ac.at:9200/klaue/auf</klaueauf>
|
|
7
|
-
<klauezu xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://ejector.wst.univie.ac.at:9200/klaue/zu</klauezu>
|
|
8
|
-
<plate xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://ejector.wst.univie.ac.at:9200/goto/plate</plate>
|
|
9
|
-
<goexit xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://ejector.wst.univie.ac.at:9200/goto/exit</goexit>
|
|
10
|
-
</endpoints>
|
|
11
|
-
<positions xmlns="http://cpee.org/ns/properties/2.0"/>
|
|
12
|
-
<description xmlns="http://cpee.org/ns/properties/2.0">
|
|
13
|
-
<description xmlns="http://cpee.org/ns/description/1.0">
|
|
14
|
-
<call id="a1" endpoint="plate">
|
|
15
|
-
<parameters>
|
|
16
|
-
<label>Go to plate</label>
|
|
17
|
-
<method>:post</method>
|
|
18
|
-
<arguments/>
|
|
19
|
-
</parameters>
|
|
20
|
-
</call>
|
|
21
|
-
<call id="a2" endpoint="klauezu">
|
|
22
|
-
<parameters>
|
|
23
|
-
<label>Close Claw</label>
|
|
24
|
-
<method>:post</method>
|
|
25
|
-
<arguments/>
|
|
26
|
-
</parameters>
|
|
27
|
-
</call>
|
|
28
|
-
<call id="a3" endpoint="goexit">
|
|
29
|
-
<parameters>
|
|
30
|
-
<label>Go To Exit</label>
|
|
31
|
-
<method>:post</method>
|
|
32
|
-
<arguments/>
|
|
33
|
-
</parameters>
|
|
34
|
-
</call>
|
|
35
|
-
<call id="a4" endpoint="klaueauf">
|
|
36
|
-
<parameters>
|
|
37
|
-
<label>Claw open</label>
|
|
38
|
-
<method>:post</method>
|
|
39
|
-
<arguments/>
|
|
40
|
-
</parameters>
|
|
41
|
-
</call>
|
|
42
|
-
</description>
|
|
43
|
-
</description>
|
|
44
|
-
<transformation xmlns="http://cpee.org/ns/properties/2.0">
|
|
45
|
-
<description type="copy"/>
|
|
46
|
-
<dataelements type="none"/>
|
|
47
|
-
<endpoints type="none"/>
|
|
48
|
-
</transformation>
|
|
49
|
-
<attributes xmlns="http://cpee.org/ns/properties/2.0">
|
|
50
|
-
<info xmlns="http://riddl.org/ns/common-patterns/properties/1.0">asda</info>
|
|
51
|
-
<modeltype xmlns="http://riddl.org/ns/common-patterns/properties/1.0">CPEE</modeltype>
|
|
52
|
-
<theme xmlns="http://riddl.org/ns/common-patterns/properties/1.0">preset</theme>
|
|
53
|
-
<bc>operate</bc>
|
|
54
|
-
</attributes>
|
|
55
|
-
</testset>
|
|
@@ -1,142 +0,0 @@
|
|
|
1
|
-
<testset>
|
|
2
|
-
<dataelements xmlns="http://cpee.org/ns/properties/2.0">
|
|
3
|
-
</dataelements>
|
|
4
|
-
<handlerwrapper xmlns="http://cpee.org/ns/properties/2.0">DefaultHandlerWrapper</handlerwrapper>
|
|
5
|
-
<endpoints xmlns="http://cpee.org/ns/properties/2.0">
|
|
6
|
-
<timeout xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
|
7
|
-
<deploy xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://coruscant.wst.univie.ac.at:9296/url</deploy>
|
|
8
|
-
</endpoints>
|
|
9
|
-
<description xmlns="http://cpee.org/ns/properties/2.0">
|
|
10
|
-
<description xmlns="http://cpee.org/ns/description/1.0">
|
|
11
|
-
<loop mode="pre_test" condition="true">
|
|
12
|
-
<parallel wait="-1">
|
|
13
|
-
<parallel_branch pass="" local="">
|
|
14
|
-
<call id="a2" endpoint="deploy">
|
|
15
|
-
<parameters>
|
|
16
|
-
<label>Dispense</label>
|
|
17
|
-
<method>:post</method>
|
|
18
|
-
<arguments>
|
|
19
|
-
<info>Lego1</info>
|
|
20
|
-
<behavior>wait_running</behavior>
|
|
21
|
-
<url>http://cpee.org/~demo/cpee-cockpit/testsets/Lego_Part_1.xml</url>
|
|
22
|
-
</arguments>
|
|
23
|
-
<sensors/>
|
|
24
|
-
</parameters>
|
|
25
|
-
<_timing>
|
|
26
|
-
<_timing_min/>
|
|
27
|
-
<_timing_max/>
|
|
28
|
-
<_timing_avg/>
|
|
29
|
-
</_timing>
|
|
30
|
-
<_notes>
|
|
31
|
-
<_notes_general/>
|
|
32
|
-
<_attachments/>
|
|
33
|
-
</_notes>
|
|
34
|
-
</call>
|
|
35
|
-
</parallel_branch>
|
|
36
|
-
<parallel_branch pass="" local="">
|
|
37
|
-
<call id="a3" endpoint="deploy">
|
|
38
|
-
<parameters>
|
|
39
|
-
<label>Boxer</label>
|
|
40
|
-
<method>:post</method>
|
|
41
|
-
<arguments>
|
|
42
|
-
<info>Boxer</info>
|
|
43
|
-
<behavior>wait_running</behavior>
|
|
44
|
-
<url>http://cpee.org/~demo/cpee-cockpit/testsets/Lego%20Boxer.xml</url>
|
|
45
|
-
</arguments>
|
|
46
|
-
<sensors/>
|
|
47
|
-
</parameters>
|
|
48
|
-
<_timing>
|
|
49
|
-
<_timing_min/>
|
|
50
|
-
<_timing_max/>
|
|
51
|
-
<_timing_avg/>
|
|
52
|
-
</_timing>
|
|
53
|
-
<_notes>
|
|
54
|
-
<_notes_general/>
|
|
55
|
-
<_attachments/>
|
|
56
|
-
</_notes>
|
|
57
|
-
</call>
|
|
58
|
-
</parallel_branch>
|
|
59
|
-
<parallel_branch pass="" local="">
|
|
60
|
-
<call id="a4" endpoint="deploy">
|
|
61
|
-
<parameters>
|
|
62
|
-
<label>Liddy</label>
|
|
63
|
-
<method>:post</method>
|
|
64
|
-
<arguments>
|
|
65
|
-
<info>Liddy</info>
|
|
66
|
-
<behavior>wait_running</behavior>
|
|
67
|
-
<url>http://cpee.org/~demo/cpee-cockpit/testsets/Lego%20Liddy.xml</url>
|
|
68
|
-
</arguments>
|
|
69
|
-
<sensors/>
|
|
70
|
-
</parameters>
|
|
71
|
-
<_timing>
|
|
72
|
-
<_timing_min/>
|
|
73
|
-
<_timing_max/>
|
|
74
|
-
<_timing_avg/>
|
|
75
|
-
</_timing>
|
|
76
|
-
<_notes>
|
|
77
|
-
<_notes_general/>
|
|
78
|
-
<_attachments/>
|
|
79
|
-
</_notes>
|
|
80
|
-
</call>
|
|
81
|
-
</parallel_branch>
|
|
82
|
-
<parallel_branch pass="" local="">
|
|
83
|
-
<call id="a5" endpoint="deploy">
|
|
84
|
-
<parameters>
|
|
85
|
-
<label>Ejector</label>
|
|
86
|
-
<method>:post</method>
|
|
87
|
-
<arguments>
|
|
88
|
-
<info>Ejector</info>
|
|
89
|
-
<behavior>wait_running</behavior>
|
|
90
|
-
<url>http://cpee.org/~demo/cpee-cockpit/testsets/Lego%20Ejector.xml</url>
|
|
91
|
-
</arguments>
|
|
92
|
-
<sensors/>
|
|
93
|
-
</parameters>
|
|
94
|
-
<_timing>
|
|
95
|
-
<_timing_min/>
|
|
96
|
-
<_timing_max/>
|
|
97
|
-
<_timing_avg/>
|
|
98
|
-
</_timing>
|
|
99
|
-
<_notes>
|
|
100
|
-
<_notes_general/>
|
|
101
|
-
<_attachments/>
|
|
102
|
-
</_notes>
|
|
103
|
-
</call>
|
|
104
|
-
</parallel_branch>
|
|
105
|
-
</parallel>
|
|
106
|
-
<call id="a6" endpoint="deploy">
|
|
107
|
-
<parameters>
|
|
108
|
-
<label>Plate</label>
|
|
109
|
-
<method>:post</method>
|
|
110
|
-
<arguments>
|
|
111
|
-
<info>Plate</info>
|
|
112
|
-
<behavior>wait_running</behavior>
|
|
113
|
-
<url>http://cpee.org/~demo/cpee-cockpit/testsets/Lego%20Plate.xml</url>
|
|
114
|
-
</arguments>
|
|
115
|
-
<sensors/>
|
|
116
|
-
</parameters>
|
|
117
|
-
<_timing>
|
|
118
|
-
<_timing_min/>
|
|
119
|
-
<_timing_max/>
|
|
120
|
-
<_timing_avg/>
|
|
121
|
-
</_timing>
|
|
122
|
-
<_notes>
|
|
123
|
-
<_notes_general/>
|
|
124
|
-
<_notes_output/>
|
|
125
|
-
<_attachments/>
|
|
126
|
-
</_notes>
|
|
127
|
-
</call>
|
|
128
|
-
<stop id="a1"/>
|
|
129
|
-
</loop>
|
|
130
|
-
</description>
|
|
131
|
-
</description>
|
|
132
|
-
<transformation xmlns="http://cpee.org/ns/properties/2.0">
|
|
133
|
-
<description type="copy"/>
|
|
134
|
-
<dataelements type="none"/>
|
|
135
|
-
<endpoints type="none"/>
|
|
136
|
-
</transformation>
|
|
137
|
-
<attributes xmlns="http://cpee.org/ns/properties/2.0">
|
|
138
|
-
<info xmlns="http://riddl.org/ns/common-patterns/properties/1.0">Super_Lego</info>
|
|
139
|
-
<modeltype xmlns="http://riddl.org/ns/common-patterns/properties/1.0">CPEE</modeltype>
|
|
140
|
-
<theme xmlns="http://riddl.org/ns/common-patterns/properties/1.0">preset</theme>
|
|
141
|
-
</attributes>
|
|
142
|
-
</testset>
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
<testset>
|
|
2
|
-
<dataelements xmlns="http://cpee.org/ns/properties/2.0"/>
|
|
3
|
-
<handlerwrapper xmlns="http://cpee.org/ns/properties/2.0">DefaultHandlerWrapper</handlerwrapper>
|
|
4
|
-
<endpoints xmlns="http://cpee.org/ns/properties/2.0">
|
|
5
|
-
<timeout xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
|
6
|
-
<dispense xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://liddy.wst.univie.ac.at:9200/press</dispense>
|
|
7
|
-
</endpoints>
|
|
8
|
-
<description xmlns="http://cpee.org/ns/properties/2.0">
|
|
9
|
-
<description xmlns="http://cpee.org/ns/description/1.0">
|
|
10
|
-
<call id="a1" endpoint="dispense">
|
|
11
|
-
<parameters>
|
|
12
|
-
<label>Press Lid</label>
|
|
13
|
-
<method>:post</method>
|
|
14
|
-
<arguments/>
|
|
15
|
-
<sensors/>
|
|
16
|
-
</parameters>
|
|
17
|
-
<_timing>
|
|
18
|
-
<_timing_min/>
|
|
19
|
-
<_timing_max/>
|
|
20
|
-
<_timing_avg/>
|
|
21
|
-
</_timing>
|
|
22
|
-
<_notes>
|
|
23
|
-
<_notes_general/>
|
|
24
|
-
<_attachments/>
|
|
25
|
-
</_notes>
|
|
26
|
-
</call>
|
|
27
|
-
</description>
|
|
28
|
-
</description>
|
|
29
|
-
<transformation xmlns="http://cpee.org/ns/properties/2.0">
|
|
30
|
-
<description type="copy"/>
|
|
31
|
-
<dataelements type="none"/>
|
|
32
|
-
<endpoints type="none"/>
|
|
33
|
-
</transformation>
|
|
34
|
-
<attributes xmlns="http://cpee.org/ns/properties/2.0">
|
|
35
|
-
<info xmlns="http://riddl.org/ns/common-patterns/properties/1.0">Liddy</info>
|
|
36
|
-
<modeltype xmlns="http://riddl.org/ns/common-patterns/properties/1.0">CPEE</modeltype>
|
|
37
|
-
<theme xmlns="http://riddl.org/ns/common-patterns/properties/1.0">preset</theme>
|
|
38
|
-
<bc xmlns="http://riddl.org/ns/common-patterns/properties/1.0">operate</bc>
|
|
39
|
-
</attributes>
|
|
40
|
-
</testset>
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
<testset>
|
|
2
|
-
<dataelements xmlns="http://cpee.org/ns/properties/2.0"/>
|
|
3
|
-
<handlerwrapper xmlns="http://cpee.org/ns/properties/2.0">DefaultHandlerWrapper</handlerwrapper>
|
|
4
|
-
<endpoints xmlns="http://cpee.org/ns/properties/2.0">
|
|
5
|
-
<timeout xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
|
6
|
-
<gonext xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://plate.wst.univie.ac.at:9200/gonext</gonext>
|
|
7
|
-
</endpoints>
|
|
8
|
-
<positions xmlns="http://cpee.org/ns/properties/2.0"/>
|
|
9
|
-
<description xmlns="http://cpee.org/ns/properties/2.0">
|
|
10
|
-
<description xmlns="http://cpee.org/ns/description/1.0">
|
|
11
|
-
<call id="a1" endpoint="gonext">
|
|
12
|
-
<parameters>
|
|
13
|
-
<label>GoNext</label>
|
|
14
|
-
<method>:post</method>
|
|
15
|
-
<arguments/>
|
|
16
|
-
</parameters>
|
|
17
|
-
</call>
|
|
18
|
-
</description>
|
|
19
|
-
</description>
|
|
20
|
-
<transformation xmlns="http://cpee.org/ns/properties/2.0">
|
|
21
|
-
<description type="copy"/>
|
|
22
|
-
<dataelements type="none"/>
|
|
23
|
-
<endpoints type="none"/>
|
|
24
|
-
</transformation>
|
|
25
|
-
<attributes xmlns="http://cpee.org/ns/properties/2.0">
|
|
26
|
-
<info xmlns="http://riddl.org/ns/common-patterns/properties/1.0">ss</info>
|
|
27
|
-
<modeltype xmlns="http://riddl.org/ns/common-patterns/properties/1.0">CPEE</modeltype>
|
|
28
|
-
<theme xmlns="http://riddl.org/ns/common-patterns/properties/1.0">preset</theme>
|
|
29
|
-
<bc>operate</bc>
|
|
30
|
-
</attributes>
|
|
31
|
-
</testset>
|