cpee 2.0.25 → 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/css/ui.css +27 -4
- data/cockpit/css/wfadaptor.css +11 -0
- data/cockpit/edit.html +10 -10
- data/cockpit/graph.html +3 -3
- data/cockpit/index.html +9 -6
- data/cockpit/js/details.js +0 -1
- data/cockpit/js/instance.js +26 -19
- data/cockpit/js/model.js +6 -11
- data/cockpit/js/parameters.js +6 -4
- data/cockpit/js/wfadaptor.js +2 -0
- data/cockpit/model.html +4 -3
- data/cockpit/replay.html +3 -2
- 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 +7 -7
- data/cockpit/templates/IUPC arXiv:1104.3609 P34 1.xml +9 -12
- data/cockpit/templates/IUPC arXiv:1104.3609 P34 2.xml +9 -12
- data/cockpit/templates/IUPC arXiv:1104.3609 P34 3.xml +9 -12
- data/cockpit/templates/Track Test Local.xml +8 -4
- data/cockpit/templates/Track Test.xml +6 -2
- data/cockpit/templates/UR-VUE 2020 Manual Adjust.xml +6 -2
- data/cockpit/templates/UR-VUE 2020 Solution Baseline.xml +9 -5
- data/cockpit/templates/UR-VUE 2020 Solution NN.xml +9 -5
- data/cockpit/templates/UR-VUE 2020 Solution View.xml +9 -5
- data/cockpit/templates/UR-VUE 2020.xml +9 -5
- 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/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 +45 -2
- 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/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/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 +45 -2
- 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/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 +45 -2
- 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/cockpit/track.html +3 -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 +28 -7
- data/lib/cpee/implementation_notifications.rb +20 -2
- 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} +7 -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.rb +1 -0
- data/server/routing/forward-votes.rb +6 -5
- data/server/routing/persist.rb +4 -4
- data/tools/cpee +9 -3
- data/tools/server/cpee +1 -1
- data/tools/server/resources/properties.init +1 -1
- metadata +35 -239
- 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
data/tools/test/edit.html
DELETED
@@ -1,258 +0,0 @@
|
|
1
|
-
<!--
|
2
|
-
This file is part of CPEE.
|
3
|
-
|
4
|
-
CPEE is free software: you can redistribute it and/or modify it under the terms
|
5
|
-
of the GNU General Public License as published by the Free Software Foundation,
|
6
|
-
either version 3 of the License, or (at your option) any later version.
|
7
|
-
|
8
|
-
CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
|
9
|
-
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
10
|
-
PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
11
|
-
|
12
|
-
You should have received a copy of the GNU General Public License along with
|
13
|
-
CPEE (file COPYING in the main directory). If not, see
|
14
|
-
<http://www.gnu.org/licenses/>.
|
15
|
-
-->
|
16
|
-
|
17
|
-
<!DOCTYPE html>
|
18
|
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
19
|
-
<head>
|
20
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
21
|
-
<title>CPEE Cockpit</title>
|
22
|
-
|
23
|
-
<!-- libs, do not modify. When local than load local libs. -->
|
24
|
-
<script type="text/javascript" src="/js_libs/jquery.min.js"></script>
|
25
|
-
<script type="text/javascript" src="/js_libs/jquery.browser.js"></script>
|
26
|
-
<script type="text/javascript" src="/js_libs/jquery.svg.min.js"></script>
|
27
|
-
<script type="text/javascript" src="/js_libs/jquery.svgdom.min.js"></script>
|
28
|
-
<script type="text/javascript" src="/js_libs/vkbeautify.js"></script>
|
29
|
-
<script type="text/javascript" src="/js_libs/util.js"></script>
|
30
|
-
<script type="text/javascript" src="/js_libs/printf.js"></script>
|
31
|
-
<script type="text/javascript" src="/js_libs/strftime.min.js"></script>
|
32
|
-
<script type="text/javascript" src="/js_libs/parsequery.js"></script>
|
33
|
-
<script type="text/javascript" src="/js_libs/underscore.min.js"></script>
|
34
|
-
<script type="text/javascript" src="/js_libs/jquery.caret.min.js"></script>
|
35
|
-
<script type="text/javascript" src="/js_libs/jquery.cookie.js"></script>
|
36
|
-
|
37
|
-
<script type="text/javascript" src="/js_libs/relaxngui.js"></script>
|
38
|
-
|
39
|
-
<script type="text/javascript" src="/js_libs/ui.js"></script>
|
40
|
-
<script type="text/javascript" src="/js_libs/custommenu.js"></script>
|
41
|
-
|
42
|
-
<link rel="stylesheet" href="/js_libs/custommenu.css" type="text/css"/>
|
43
|
-
<link rel="stylesheet" href="/js_libs/ui.css" type="text/css"/>
|
44
|
-
|
45
|
-
<link rel="stylesheet" href="/js_libs/relaxngui.css" type="text/css"/>
|
46
|
-
|
47
|
-
<!-- modelling ui -->
|
48
|
-
<script type="text/javascript" src="js/wfadaptor.js"></script>
|
49
|
-
<link rel="stylesheet" href="css/wfadaptor.css" type="text/css"/>
|
50
|
-
|
51
|
-
<!-- custom stuff, play arround -->
|
52
|
-
<script type="text/javascript" src="js/ui.js"></script>
|
53
|
-
<script type="text/javascript" src="js/instance.js"></script>
|
54
|
-
<script type="text/javascript" src="js/details.js"></script>
|
55
|
-
<script type="text/javascript" src="js/parameters.js"></script>
|
56
|
-
<link rel="stylesheet" href="css/ui.css" type="text/css"/>
|
57
|
-
<style>
|
58
|
-
/* has to be fucking inline, because firefox and chrome disagree how to handle filter urls */
|
59
|
-
/* shit balls, no elegance is left in this world */
|
60
|
-
</style>
|
61
|
-
</head>
|
62
|
-
<body data-base-port="8298" data-res-port="9303" data-theme-base="themes" is="x-ui">
|
63
|
-
<div id='disclaimer' class='hidden'> <!--{{{-->
|
64
|
-
<h1>Disclaimer</h1>
|
65
|
-
|
66
|
-
<p>
|
67
|
-
We use reasonable care in creating and presenting the functionality
|
68
|
-
found in this demonstrator. It is provided purely for demonstration purposes
|
69
|
-
and you should seek further guidance and make independent enquiries
|
70
|
-
before relying upon it.
|
71
|
-
</p>
|
72
|
-
|
73
|
-
<p>
|
74
|
-
All functionality included in this demonstrator is subject to change
|
75
|
-
without notice. We make no representation or warranty whatsoever
|
76
|
-
regarding the completeness, accuracy, adequacy, suitability or
|
77
|
-
operation of this demonstrator, or of the results it produces.
|
78
|
-
</p>
|
79
|
-
|
80
|
-
<p>
|
81
|
-
We assume no responsibility for process instances created with this
|
82
|
-
demonstrator and disclaim all liability arising from negligence or
|
83
|
-
otherwise in respect of such process instances. We will not be liable
|
84
|
-
for any damages (including, without limitation, damages for any
|
85
|
-
consequential loss or loss of business opportunities or projects, or
|
86
|
-
loss of profits) howsoever arising from use of or inability to use
|
87
|
-
this demonstrator, or from any action or omission taken as a result of
|
88
|
-
using this demonstrator.
|
89
|
-
</p>
|
90
|
-
|
91
|
-
<p>
|
92
|
-
This demonstrator was created in Austria. All liability is excluded to the extent
|
93
|
-
permitted by law including any implied terms. Any interpretation of its
|
94
|
-
content, claims or disputes (of whatever nature and not limited to contractual
|
95
|
-
issues) shall be subject to the exclusive jurisdiction of the Austrian Courts
|
96
|
-
under Austrian law.
|
97
|
-
</p>
|
98
|
-
|
99
|
-
|
100
|
-
<p>
|
101
|
-
All actions performed while using this demonstrator will be logged, including
|
102
|
-
the IP address of the user.
|
103
|
-
</p>
|
104
|
-
|
105
|
-
<p>
|
106
|
-
<input id='iagree' type='checkbox'/><label for='iagree'><strong>OK, I Agree with this terms. I will be a happy person, and do no evil.</strong></label>
|
107
|
-
</p>
|
108
|
-
<p>
|
109
|
-
<button id='icontinue' disabled='disabled'>Continue</button>
|
110
|
-
</p>
|
111
|
-
</div> <!--}}}-->
|
112
|
-
|
113
|
-
<div class='hidden' id='relaxngworker'></div>
|
114
|
-
|
115
|
-
<div class='menu' id='templates'></div>
|
116
|
-
<div class='menu' id='modeltypes'></div>
|
117
|
-
|
118
|
-
<ui-tabbed id="instance">
|
119
|
-
<ui-tabbar>
|
120
|
-
<ui-tab class="switch" ></ui-tab>
|
121
|
-
<ui-tab class="" data-tab="new" id="tabnew" >New</ui-tab>
|
122
|
-
<ui-tab class="inactive hidden" data-tab="instance" id="tabinstance" >Instance</ui-tab>
|
123
|
-
<ui-tab class="inactive hidden" data-tab="execution" id="tabexecution">Execution</ui-tab>
|
124
|
-
<ui-behind ><a style='display:none' target='_blank' id='current-instance'></a><a style='display:none' target='_blank' id='current-instance-properties'>P</a><a style='display:none' target='_blank' id='current-instance-subscriptions'>S</a><a style='display:none' target='_blank' id='current-instance-callbacks'>C</a></ui-behind>
|
125
|
-
</ui-tabbar>
|
126
|
-
<ui-content>
|
127
|
-
<ui-area data-belongs-to-tab="new" id="areanew"> <!--{{{-->
|
128
|
-
<table class='x-ui-layout'>
|
129
|
-
<tr>
|
130
|
-
<td>Resources:</td>
|
131
|
-
<td><input name="res-url" type="text" value=""/></td>
|
132
|
-
<td></td>
|
133
|
-
</tr>
|
134
|
-
<tr>
|
135
|
-
<td>Engine:</td>
|
136
|
-
<td><input name="base-url" type="text" value=""/></td>
|
137
|
-
<td><button name="base">create new instance</button></td>
|
138
|
-
</tr>
|
139
|
-
<tr>
|
140
|
-
<td>Instance:</td>
|
141
|
-
<td><input name="instance-url" type="text" value=""/></td>
|
142
|
-
<td><button name="instance">monitor instance</button></td>
|
143
|
-
</tr>
|
144
|
-
</table>
|
145
|
-
</ui-area> <!--}}}-->
|
146
|
-
<ui-area data-belongs-to-tab="instance" id="areainstance" class="inactive"> <!--{{{-->
|
147
|
-
<div class='section'>
|
148
|
-
<div>
|
149
|
-
<form id='fuckchrome'>
|
150
|
-
<input type='file' name='testsetfile' id='testsetfile'/>
|
151
|
-
</form>
|
152
|
-
<button title='a template includes various settings, subscriptions or a (partial) model' name="loadtestset">load template</button><button title='a testset includes various settings, subscriptions or a model' name="loadtestsetfile">load testset</button>
|
153
|
-
</div>
|
154
|
-
<div>
|
155
|
-
<input type='file' name='modelfile' id='modelfile'/>
|
156
|
-
<button title='a standalone process model is only loadable if the currently loaded testset sucessfully prepared the current instance for the type of model' name="loadmodelfile">load model</button>
|
157
|
-
</div>
|
158
|
-
</div><div class='section'>
|
159
|
-
<a id="savetestsetfile" href="" download=""></a>
|
160
|
-
<a id="savesvgfile" href="" download=""></a>
|
161
|
-
<button title='a testset includes various settings, subscriptions and a model' name="savetestsetfile">save testset</button>
|
162
|
-
<button title='a testset includes various settings, subscriptions and a model' name="savesvgfile">save svg graph</button>
|
163
|
-
</div><div class='section'>
|
164
|
-
<div>
|
165
|
-
Current model: <span id='currentmodel'></span>
|
166
|
-
</div>
|
167
|
-
<div>
|
168
|
-
<button title='a testset includes various settings, subscriptions and a model' name="loadmodeltype">set model type</button>
|
169
|
-
</div>
|
170
|
-
</div>
|
171
|
-
</ui-area> <!--}}}-->
|
172
|
-
<ui-area data-belongs-to-tab="execution" id="areaexecution" class='inactive'> <!--{{{-->
|
173
|
-
<table class='x-ui-compact'>
|
174
|
-
<tbody class='debug'>
|
175
|
-
<tr>
|
176
|
-
<td>Debugging:</td>
|
177
|
-
<td><input type="checkbox" name="votecontinue"/></td>
|
178
|
-
</tr>
|
179
|
-
</tbody>
|
180
|
-
<tbody class='exe'>
|
181
|
-
<tr>
|
182
|
-
<td>State:</td>
|
183
|
-
<td id='state'>
|
184
|
-
<span id="state_text"></span>
|
185
|
-
<span id="state_any" style='display:none'>
|
186
|
-
<span> ⇒ </span>
|
187
|
-
<button name="state_start" title='start' style='display:none'>Start</button>
|
188
|
-
<button name="state_stop" title='stop' style='display:none'>Stop</button>
|
189
|
-
<span id="state_extended" style='display:none'>
|
190
|
-
<span> / </span>
|
191
|
-
<button name="state_replay" title='replay' style='display:none'>Replay</button>
|
192
|
-
<span> / </span>
|
193
|
-
<button name="state_abandon" title='abandon' style='display:none'>Abandon</button>
|
194
|
-
</span>
|
195
|
-
</span>
|
196
|
-
</td>
|
197
|
-
</tr>
|
198
|
-
<tr>
|
199
|
-
<td>Continue:</td>
|
200
|
-
<td id='votes'></td>
|
201
|
-
</tr>
|
202
|
-
</tbody>
|
203
|
-
</table>
|
204
|
-
</ui-area> <!--}}}-->
|
205
|
-
</ui-content>
|
206
|
-
</ui-tabbed>
|
207
|
-
|
208
|
-
<ui-tabbed class="hidden" id='parameters'>
|
209
|
-
<ui-tabbar>
|
210
|
-
<ui-tab class="switch" ></ui-tab>
|
211
|
-
<ui-tab class="" data-tab="dataelements" id="tabdataelements">Data Elements</ui-tab>
|
212
|
-
<ui-tab class="inactive" data-tab="endpoints" id="tabendpoints" >Endpoints</ui-tab>
|
213
|
-
<ui-tab class="inactive" data-tab="attributes" id="tabattributes" >Attributes</ui-tab>
|
214
|
-
<ui-behind ><button title='add entry'>New</button></ui-behind>
|
215
|
-
</ui-tabbar>
|
216
|
-
<ui-content>
|
217
|
-
<ui-area data-belongs-to-tab="dataelements" id="areadataelements"> <!--{{{-->
|
218
|
-
<div id="dat_dataelements"></div>
|
219
|
-
</ui-area> <!--}}}-->
|
220
|
-
<ui-area data-belongs-to-tab="endpoints" id="areaendpoints" class="inactive"> <!--{{{-->
|
221
|
-
<table id="dat_endpoints"></table>
|
222
|
-
</ui-area> <!--}}}-->
|
223
|
-
<ui-area data-belongs-to-tab="attributes" id="areaattributes" class="inactive"> <!--{{{-->
|
224
|
-
<table id="dat_attributes"></table>
|
225
|
-
</ui-area> <!--}}}-->
|
226
|
-
</ui-content>
|
227
|
-
</ui-tabbed>
|
228
|
-
|
229
|
-
<ui-resizehandle class="hidden">drag to resize</ui-resizehandle>
|
230
|
-
|
231
|
-
<ui-rest id="main" class="hidden">
|
232
|
-
<ui-tabbar>
|
233
|
-
<ui-before ></ui-before>
|
234
|
-
<ui-tab class="" data-tab="details" id="tabdetails">Graph</ui-tab>
|
235
|
-
<ui-tab class="inactive" data-tab="dsl" id="tabdsl" >Description</ui-tab>
|
236
|
-
<ui-tab class="inactive" data-tab="log" id="tablog" >Log</ui-tab>
|
237
|
-
<ui-behind ><a style='display:none' target='_blank' id='current-track'>T</a><a style='display:none' target='_blank' id='current-graph'>G</a></ui-behind>
|
238
|
-
</ui-tabbar>
|
239
|
-
<ui-content>
|
240
|
-
<ui-area data-belongs-to-tab="details" id='graphcolumn'>
|
241
|
-
<div id='graphgrid'>
|
242
|
-
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:x="http://www.w3.org/1999/xlink" id='graphcanvas' width='1' height='1'></svg>
|
243
|
-
</div>
|
244
|
-
</ui-area>
|
245
|
-
<ui-resizehandle data-belongs-to-tab="details" data-label="drag to resize"></ui-resizehandle>
|
246
|
-
<ui-area data-belongs-to-tab="details" id="detailcolumn">
|
247
|
-
<div id="dat_details" class='x-ui-layout'></div>
|
248
|
-
</ui-area>
|
249
|
-
<ui-area data-belongs-to-tab="dsl" id="areadsl" class="inactive"></ui-area>
|
250
|
-
<ui-area data-belongs-to-tab="log" id="arealog" class="inactive"> <!--{{{-->
|
251
|
-
<div>Persistent Log: <a style='display:none' target='_blank' id='current-log'></a></div>
|
252
|
-
<table id="dat_log" class="x-ui-layout"></table>
|
253
|
-
</ui-area> <!--}}}-->
|
254
|
-
</ui-content>
|
255
|
-
</ui-rest>
|
256
|
-
|
257
|
-
</body>
|
258
|
-
</html>
|
data/tools/test/graph.html
DELETED
@@ -1,69 +0,0 @@
|
|
1
|
-
<!--
|
2
|
-
This file is part of CPEE.
|
3
|
-
|
4
|
-
CPEE is free software: you can redistribute it and/or modify it under the terms
|
5
|
-
of the GNU General Public License as published by the Free Software Foundation,
|
6
|
-
either version 3 of the License, or (at your option) any later version.
|
7
|
-
|
8
|
-
CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
|
9
|
-
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
10
|
-
PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
11
|
-
|
12
|
-
You should have received a copy of the GNU General Public License along with
|
13
|
-
CPEE (file COPYING in the main directory). If not, see
|
14
|
-
<http://www.gnu.org/licenses/>.
|
15
|
-
-->
|
16
|
-
|
17
|
-
<!DOCTYPE html>
|
18
|
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
19
|
-
<head>
|
20
|
-
<meta charset="utf-8"/>
|
21
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
22
|
-
<title>CPEE Cockpit</title>
|
23
|
-
|
24
|
-
<!-- libs, do not modify. When local than load local libs. -->
|
25
|
-
<script type="text/javascript" src="/js_libs/jquery.min.js"></script>
|
26
|
-
<script type="text/javascript" src="/js_libs/jquery.browser.js"></script>
|
27
|
-
<script type="text/javascript" src="/js_libs/jquery.svg.min.js"></script>
|
28
|
-
<script type="text/javascript" src="/js_libs/jquery.svgdom.min.js"></script>
|
29
|
-
<script type="text/javascript" src="/js_libs/vkbeautify.js"></script>
|
30
|
-
<script type="text/javascript" src="/js_libs/util.js"></script>
|
31
|
-
<script type="text/javascript" src="/js_libs/printf.js"></script>
|
32
|
-
<script type="text/javascript" src="/js_libs/strftime.min.js"></script>
|
33
|
-
<script type="text/javascript" src="/js_libs/parsequery.js"></script>
|
34
|
-
<script type="text/javascript" src="/js_libs/underscore.min.js"></script>
|
35
|
-
<script type="text/javascript" src="/js_libs/jquery.caret.min.js"></script>
|
36
|
-
<script type="text/javascript" src="/js_libs/jquery.cookie.js"></script>
|
37
|
-
|
38
|
-
<script type="text/javascript" src="/js_libs/relaxngui.js"></script>
|
39
|
-
|
40
|
-
<script type="text/javascript" src="/js_libs/ui.js"></script>
|
41
|
-
<script type="text/javascript" src="/js_libs/custommenu.js"></script>
|
42
|
-
|
43
|
-
<link rel="stylesheet" href="/js_libs/custommenu.css" type="text/css"/>
|
44
|
-
<link rel="stylesheet" href="/js_libs/ui.css" type="text/css"/>
|
45
|
-
|
46
|
-
<link rel="stylesheet" href="/js_libs/relaxngui.css" type="text/css"/>
|
47
|
-
|
48
|
-
<!-- modelling ui -->
|
49
|
-
<script type="text/javascript" src="js/wfadaptor.js"></script>
|
50
|
-
<link rel="stylesheet" href="css/wfadaptor.css" type="text/css"/>
|
51
|
-
|
52
|
-
<!-- custom stuff, play arround -->
|
53
|
-
<script type="text/javascript" src="js/ui.js"></script>
|
54
|
-
<script type="text/javascript" src="js/instance.js"></script>
|
55
|
-
<script type="text/javascript" src="js/details.js"></script>
|
56
|
-
<script type="text/javascript" src="js/parameters.js"></script>
|
57
|
-
<link rel="stylesheet" href="css/ui.css" type="text/css"/>
|
58
|
-
</head>
|
59
|
-
<body data-base-port="8298" data-res-port="9303" data-theme-base="themes" is="x-ui">
|
60
|
-
<div class='hidden' id='relaxngworker'></div>
|
61
|
-
<div id="trackfull">
|
62
|
-
<div id='graphcolumn'>
|
63
|
-
<div id='graphgrid'>
|
64
|
-
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:x="http://www.w3.org/1999/xlink" id='graphcanvas' width='1' height='1'></svg>
|
65
|
-
</div>
|
66
|
-
</div>
|
67
|
-
</div>
|
68
|
-
</body>
|
69
|
-
</html>
|
data/tools/test/index.html
DELETED
@@ -1,258 +0,0 @@
|
|
1
|
-
<!--
|
2
|
-
This file is part of CPEE.
|
3
|
-
|
4
|
-
CPEE is free software: you can redistribute it and/or modify it under the terms
|
5
|
-
of the GNU General Public License as published by the Free Software Foundation,
|
6
|
-
either version 3 of the License, or (at your option) any later version.
|
7
|
-
|
8
|
-
CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
|
9
|
-
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
10
|
-
PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
11
|
-
|
12
|
-
You should have received a copy of the GNU General Public License along with
|
13
|
-
CPEE (file COPYING in the main directory). If not, see
|
14
|
-
<http://www.gnu.org/licenses/>.
|
15
|
-
-->
|
16
|
-
|
17
|
-
<!DOCTYPE html>
|
18
|
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
19
|
-
<head>
|
20
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
21
|
-
<title>CPEE Cockpit</title>
|
22
|
-
|
23
|
-
<!-- libs, do not modify. When local than load local libs. -->
|
24
|
-
<script type="text/javascript" src="/js_libs/jquery.min.js"></script>
|
25
|
-
<script type="text/javascript" src="/js_libs/jquery.browser.js"></script>
|
26
|
-
<script type="text/javascript" src="/js_libs/jquery.svg.min.js"></script>
|
27
|
-
<script type="text/javascript" src="/js_libs/jquery.svgdom.min.js"></script>
|
28
|
-
<script type="text/javascript" src="/js_libs/vkbeautify.js"></script>
|
29
|
-
<script type="text/javascript" src="/js_libs/util.js"></script>
|
30
|
-
<script type="text/javascript" src="/js_libs/printf.js"></script>
|
31
|
-
<script type="text/javascript" src="/js_libs/strftime.min.js"></script>
|
32
|
-
<script type="text/javascript" src="/js_libs/parsequery.js"></script>
|
33
|
-
<script type="text/javascript" src="/js_libs/underscore.min.js"></script>
|
34
|
-
<script type="text/javascript" src="/js_libs/jquery.caret.min.js"></script>
|
35
|
-
<script type="text/javascript" src="/js_libs/jquery.cookie.js"></script>
|
36
|
-
|
37
|
-
<script type="text/javascript" src="/js_libs/relaxngui.js"></script>
|
38
|
-
|
39
|
-
<script type="text/javascript" src="/js_libs/ui.js"></script>
|
40
|
-
<script type="text/javascript" src="/js_libs/custommenu.js"></script>
|
41
|
-
|
42
|
-
<link rel="stylesheet" href="/js_libs/custommenu.css" type="text/css"/>
|
43
|
-
<link rel="stylesheet" href="/js_libs/ui.css" type="text/css"/>
|
44
|
-
|
45
|
-
<link rel="stylesheet" href="/js_libs/relaxngui.css" type="text/css"/>
|
46
|
-
|
47
|
-
<!-- modelling ui -->
|
48
|
-
<script type="text/javascript" src="js/wfadaptor.js"></script>
|
49
|
-
<link rel="stylesheet" href="css/wfadaptor.css" type="text/css"/>
|
50
|
-
|
51
|
-
<!-- custom stuff, play arround -->
|
52
|
-
<script type="text/javascript" src="js/ui.js"></script>
|
53
|
-
<script type="text/javascript" src="js/instance.js"></script>
|
54
|
-
<script type="text/javascript" src="js/details.js"></script>
|
55
|
-
<script type="text/javascript" src="js/parameters.js"></script>
|
56
|
-
<link rel="stylesheet" href="css/ui.css" type="text/css"/>
|
57
|
-
<style>
|
58
|
-
/* has to be fucking inline, because firefox and chrome disagree how to handle filter urls */
|
59
|
-
/* shit balls, no elegance is left in this world */
|
60
|
-
</style>
|
61
|
-
</head>
|
62
|
-
<body data-base-port="8298" data-res-port="9303" data-theme-base="themes" is="x-ui">
|
63
|
-
<div id='disclaimer' class='hidden'> <!--{{{-->
|
64
|
-
<h1>Disclaimer</h1>
|
65
|
-
|
66
|
-
<p>
|
67
|
-
We use reasonable care in creating and presenting the functionality
|
68
|
-
found in this demonstrator. It is provided purely for demonstration purposes
|
69
|
-
and you should seek further guidance and make independent enquiries
|
70
|
-
before relying upon it.
|
71
|
-
</p>
|
72
|
-
|
73
|
-
<p>
|
74
|
-
All functionality included in this demonstrator is subject to change
|
75
|
-
without notice. We make no representation or warranty whatsoever
|
76
|
-
regarding the completeness, accuracy, adequacy, suitability or
|
77
|
-
operation of this demonstrator, or of the results it produces.
|
78
|
-
</p>
|
79
|
-
|
80
|
-
<p>
|
81
|
-
We assume no responsibility for process instances created with this
|
82
|
-
demonstrator and disclaim all liability arising from negligence or
|
83
|
-
otherwise in respect of such process instances. We will not be liable
|
84
|
-
for any damages (including, without limitation, damages for any
|
85
|
-
consequential loss or loss of business opportunities or projects, or
|
86
|
-
loss of profits) howsoever arising from use of or inability to use
|
87
|
-
this demonstrator, or from any action or omission taken as a result of
|
88
|
-
using this demonstrator.
|
89
|
-
</p>
|
90
|
-
|
91
|
-
<p>
|
92
|
-
This demonstrator was created in Austria. All liability is excluded to the extent
|
93
|
-
permitted by law including any implied terms. Any interpretation of its
|
94
|
-
content, claims or disputes (of whatever nature and not limited to contractual
|
95
|
-
issues) shall be subject to the exclusive jurisdiction of the Austrian Courts
|
96
|
-
under Austrian law.
|
97
|
-
</p>
|
98
|
-
|
99
|
-
|
100
|
-
<p>
|
101
|
-
All actions performed while using this demonstrator will be logged, including
|
102
|
-
the IP address of the user.
|
103
|
-
</p>
|
104
|
-
|
105
|
-
<p>
|
106
|
-
<input id='iagree' type='checkbox'/><label for='iagree'><strong>OK, I Agree with this terms. I will be a happy person, and do no evil.</strong></label>
|
107
|
-
</p>
|
108
|
-
<p>
|
109
|
-
<button id='icontinue' disabled='disabled'>Continue</button>
|
110
|
-
</p>
|
111
|
-
</div> <!--}}}-->
|
112
|
-
|
113
|
-
<div class='hidden' id='relaxngworker'></div>
|
114
|
-
|
115
|
-
<div class='menu' id='templates'></div>
|
116
|
-
<div class='menu' id='modeltypes'></div>
|
117
|
-
|
118
|
-
<ui-tabbed id="instance">
|
119
|
-
<ui-tabbar>
|
120
|
-
<ui-tab class="switch" ></ui-tab>
|
121
|
-
<ui-tab class="" data-tab="new" id="tabnew" >New</ui-tab>
|
122
|
-
<ui-tab class="inactive hidden" data-tab="instance" id="tabinstance" >Instance</ui-tab>
|
123
|
-
<ui-tab class="inactive hidden" data-tab="execution" id="tabexecution">Execution</ui-tab>
|
124
|
-
<ui-behind ><a style='display:none' target='_blank' id='current-instance'></a><a style='display:none' target='_blank' id='current-instance-properties'>P</a><a style='display:none' target='_blank' id='current-instance-subscriptions'>S</a><a style='display:none' target='_blank' id='current-instance-callbacks'>C</a></ui-behind>
|
125
|
-
</ui-tabbar>
|
126
|
-
<ui-content>
|
127
|
-
<ui-area data-belongs-to-tab="new" id="areanew"> <!--{{{-->
|
128
|
-
<table class='x-ui-layout'>
|
129
|
-
<tr>
|
130
|
-
<td>Resources:</td>
|
131
|
-
<td><input name="res-url" type="text" value=""/></td>
|
132
|
-
<td></td>
|
133
|
-
</tr>
|
134
|
-
<tr>
|
135
|
-
<td>Engine:</td>
|
136
|
-
<td><input name="base-url" type="text" value=""/></td>
|
137
|
-
<td><button name="base">create new instance</button></td>
|
138
|
-
</tr>
|
139
|
-
<tr>
|
140
|
-
<td>Instance:</td>
|
141
|
-
<td><input name="instance-url" type="text" value=""/></td>
|
142
|
-
<td><button name="instance">monitor instance</button></td>
|
143
|
-
</tr>
|
144
|
-
</table>
|
145
|
-
</ui-area> <!--}}}-->
|
146
|
-
<ui-area data-belongs-to-tab="instance" id="areainstance" class="inactive"> <!--{{{-->
|
147
|
-
<div class='section'>
|
148
|
-
<div>
|
149
|
-
<form id='fuckchrome'>
|
150
|
-
<input type='file' name='testsetfile' id='testsetfile'/>
|
151
|
-
</form>
|
152
|
-
<button title='a template includes various settings, subscriptions or a (partial) model' name="loadtestset">load template</button><button title='a testset includes various settings, subscriptions or a model' name="loadtestsetfile">load testset</button>
|
153
|
-
</div>
|
154
|
-
<div>
|
155
|
-
<input type='file' name='modelfile' id='modelfile'/>
|
156
|
-
<button title='a standalone process model is only loadable if the currently loaded testset sucessfully prepared the current instance for the type of model' name="loadmodelfile">load model</button>
|
157
|
-
</div>
|
158
|
-
</div><div class='section'>
|
159
|
-
<a id="savetestsetfile" href="" download=""></a>
|
160
|
-
<a id="savesvgfile" href="" download=""></a>
|
161
|
-
<button title='a testset includes various settings, subscriptions and a model' name="savetestsetfile">save testset</button>
|
162
|
-
<button title='a testset includes various settings, subscriptions and a model' name="savesvgfile">save svg graph</button>
|
163
|
-
</div><div class='section'>
|
164
|
-
<div>
|
165
|
-
Current model: <span id='currentmodel'></span>
|
166
|
-
</div>
|
167
|
-
<div>
|
168
|
-
<button title='a testset includes various settings, subscriptions and a model' name="loadmodeltype">set model type</button>
|
169
|
-
</div>
|
170
|
-
</div>
|
171
|
-
</ui-area> <!--}}}-->
|
172
|
-
<ui-area data-belongs-to-tab="execution" id="areaexecution" class='inactive'> <!--{{{-->
|
173
|
-
<table class='x-ui-compact'>
|
174
|
-
<tbody class='debug'>
|
175
|
-
<tr>
|
176
|
-
<td>Debugging:</td>
|
177
|
-
<td><input type="checkbox" name="votecontinue"/></td>
|
178
|
-
</tr>
|
179
|
-
</tbody>
|
180
|
-
<tbody class='exe'>
|
181
|
-
<tr>
|
182
|
-
<td>State:</td>
|
183
|
-
<td id='state'>
|
184
|
-
<span id="state_text"></span>
|
185
|
-
<span id="state_any" style='display:none'>
|
186
|
-
<span> ⇒ </span>
|
187
|
-
<button name="state_start" title='start' style='display:none'>Start</button>
|
188
|
-
<button name="state_stop" title='stop' style='display:none'>Stop</button>
|
189
|
-
<span id="state_extended" style='display:none'>
|
190
|
-
<span> / </span>
|
191
|
-
<button name="state_replay" title='replay' style='display:none'>Replay</button>
|
192
|
-
<span> / </span>
|
193
|
-
<button name="state_abandon" title='abandon' style='display:none'>Abandon</button>
|
194
|
-
</span>
|
195
|
-
</span>
|
196
|
-
</td>
|
197
|
-
</tr>
|
198
|
-
<tr>
|
199
|
-
<td>Continue:</td>
|
200
|
-
<td id='votes'></td>
|
201
|
-
</tr>
|
202
|
-
</tbody>
|
203
|
-
</table>
|
204
|
-
</ui-area> <!--}}}-->
|
205
|
-
</ui-content>
|
206
|
-
</ui-tabbed>
|
207
|
-
|
208
|
-
<ui-tabbed class="hidden" id='parameters'>
|
209
|
-
<ui-tabbar>
|
210
|
-
<ui-tab class="switch" ></ui-tab>
|
211
|
-
<ui-tab class="" data-tab="dataelements" id="tabdataelements">Data Elements</ui-tab>
|
212
|
-
<ui-tab class="inactive" data-tab="endpoints" id="tabendpoints" >Endpoints</ui-tab>
|
213
|
-
<ui-tab class="inactive" data-tab="attributes" id="tabattributes" >Attributes</ui-tab>
|
214
|
-
<ui-behind ><button title='add entry'>New</button></ui-behind>
|
215
|
-
</ui-tabbar>
|
216
|
-
<ui-content>
|
217
|
-
<ui-area data-belongs-to-tab="dataelements" id="areadataelements"> <!--{{{-->
|
218
|
-
<div id="dat_dataelements"></div>
|
219
|
-
</ui-area> <!--}}}-->
|
220
|
-
<ui-area data-belongs-to-tab="endpoints" id="areaendpoints" class="inactive"> <!--{{{-->
|
221
|
-
<table id="dat_endpoints"></table>
|
222
|
-
</ui-area> <!--}}}-->
|
223
|
-
<ui-area data-belongs-to-tab="attributes" id="areaattributes" class="inactive"> <!--{{{-->
|
224
|
-
<table id="dat_attributes"></table>
|
225
|
-
</ui-area> <!--}}}-->
|
226
|
-
</ui-content>
|
227
|
-
</ui-tabbed>
|
228
|
-
|
229
|
-
<ui-resizehandle class="hidden">drag to resize</ui-resizehandle>
|
230
|
-
|
231
|
-
<ui-rest id="main" class="hidden">
|
232
|
-
<ui-tabbar>
|
233
|
-
<ui-before ></ui-before>
|
234
|
-
<ui-tab class="" data-tab="details" id="tabdetails">Graph</ui-tab>
|
235
|
-
<ui-tab class="inactive" data-tab="dsl" id="tabdsl" >Description</ui-tab>
|
236
|
-
<ui-tab class="inactive" data-tab="log" id="tablog" >Log</ui-tab>
|
237
|
-
<ui-behind ><a style='display:none' target='_blank' id='current-track'>T</a><a style='display:none' target='_blank' id='current-graph'>G</a></ui-behind>
|
238
|
-
</ui-tabbar>
|
239
|
-
<ui-content>
|
240
|
-
<ui-area data-belongs-to-tab="details" id='graphcolumn'>
|
241
|
-
<div id='graphgrid'>
|
242
|
-
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:x="http://www.w3.org/1999/xlink" id='graphcanvas' width='1' height='1'></svg>
|
243
|
-
</div>
|
244
|
-
</ui-area>
|
245
|
-
<ui-resizehandle data-belongs-to-tab="details" data-label="drag to resize"></ui-resizehandle>
|
246
|
-
<ui-area data-belongs-to-tab="details" id="detailcolumn">
|
247
|
-
<div id="dat_details" class='x-ui-layout'></div>
|
248
|
-
</ui-area>
|
249
|
-
<ui-area data-belongs-to-tab="dsl" id="areadsl" class="inactive"></ui-area>
|
250
|
-
<ui-area data-belongs-to-tab="log" id="arealog" class="inactive"> <!--{{{-->
|
251
|
-
<div>Persistent Log: <a style='display:none' target='_blank' id='current-log'></a></div>
|
252
|
-
<table id="dat_log" class="x-ui-layout"></table>
|
253
|
-
</ui-area> <!--}}}-->
|
254
|
-
</ui-content>
|
255
|
-
</ui-rest>
|
256
|
-
|
257
|
-
</body>
|
258
|
-
</html>
|