cpee 1.3.102
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.
- data/AUTHORS +3 -0
- data/COPYING +165 -0
- data/FEATURES +28 -0
- data/INSTALL +23 -0
- data/README +7 -0
- data/Rakefile +28 -0
- data/cockpit/contrib/symbols.svg +224 -0
- data/cockpit/contrib/transformation1.xsl +264 -0
- data/cockpit/contrib/transformation2.xsl +10 -0
- data/cockpit/css/ui.css +155 -0
- data/cockpit/index.html +241 -0
- data/cockpit/js/details.js +146 -0
- data/cockpit/js/instance.js +927 -0
- data/cockpit/js/parameters.js +66 -0
- data/cockpit/js/ui.js +48 -0
- data/cockpit/js/wfadaptor.cpee.js +1082 -0
- data/cockpit/lib/contextmenu.css +72 -0
- data/cockpit/lib/contextmenu.js +63 -0
- data/cockpit/lib/jquery-ui.custom.min.js +259 -0
- data/cockpit/lib/jquery-ui.custom.min.txt +16 -0
- data/cockpit/lib/jquery.caret.min.js +10 -0
- data/cockpit/lib/jquery.min.js +4 -0
- data/cockpit/lib/jquery.svgdom.js +281 -0
- data/cockpit/lib/parsequery.js +19 -0
- data/cockpit/lib/printf.js +368 -0
- data/cockpit/lib/strftime.min.js +1 -0
- data/cockpit/lib/ui.css +270 -0
- data/cockpit/lib/ui.js +60 -0
- data/cockpit/lib/underscore.min.js +27 -0
- data/cockpit/lib/util.js +53 -0
- data/cockpit/lib/wfadaptor-doc/demo1.html +517 -0
- data/cockpit/lib/wfadaptor-doc/demo2.html +84 -0
- data/cockpit/lib/wfadaptor-doc/index.html +54 -0
- data/cockpit/lib/wfadaptor.css +217 -0
- data/cockpit/lib/wfadaptor.js +410 -0
- data/cockpit/testsets/ADVENTURE Dynamic Order.xml +353 -0
- data/cockpit/testsets/ADVENTURE Main Loop.xml +327 -0
- data/cockpit/testsets/ADVENTURE Order.xml +424 -0
- data/cockpit/testsets/ADVENTURE Performance Test 1.xml +311 -0
- data/cockpit/testsets/ADVENTURE Performance Test 2.xml +297 -0
- data/cockpit/testsets/Concurrent.xml +315 -0
- data/cockpit/testsets/Coopis Testset.xml +346 -0
- data/cockpit/testsets/Endpoints and Data Manipulation.xml +359 -0
- data/cockpit/testsets/ICSOC Testset.xml +354 -0
- data/cockpit/testsets/Linear.xml +328 -0
- data/cockpit/testsets/Mangler 1.xml +352 -0
- data/cockpit/testsets/Mangler 2.xml +372 -0
- data/cockpit/testsets/RESCUE - Book Movie - Local.xml +385 -0
- data/cockpit/testsets/RESCUE - Book Movie.xml +385 -0
- data/cockpit/testsets/RESCUE - Loop-Parallel Injection.xml +393 -0
- data/cockpit/testsets/SOPROMO Test Sonification.xml +356 -0
- data/cockpit/testsets/Syncing P34 1.xml +329 -0
- data/cockpit/testsets/Syncing P34 2.xml +329 -0
- data/cockpit/testsets/Syncing P34 3.xml +329 -0
- data/cockpit/testsets/Syncing P34.xml +329 -0
- data/cockpit/testsets/TEST - Bad Loop.xml +428 -0
- data/cockpit/testsets/TEST - Wrong Positions.xml +470 -0
- data/cockpit/testsets/index.xml +24 -0
- data/contrib/Screenshot at 2011-09-28 02:38:11.png +0 -0
- data/contrib/logo2-small.png +0 -0
- data/contrib/logo2.png +0 -0
- data/contrib/logo2.svg +7610 -0
- data/contrib/logo2a.png +0 -0
- data/contrib/logo2a.svg +367 -0
- data/cpee.gemspec +24 -0
- data/lib/cpee.xml +39 -0
- data/lib/cpee/callback.rb +40 -0
- data/lib/cpee/controller.rb +440 -0
- data/lib/cpee/empty_workflow.rb +24 -0
- data/lib/cpee/handler_notifications.rb +46 -0
- data/lib/cpee/handler_properties.rb +43 -0
- data/lib/cpee/implementation.rb +174 -0
- data/lib/engine.xml +85 -0
- data/lib/engine/callbacks.rng +41 -0
- data/lib/engine/instance-info.rng +41 -0
- data/lib/engine/instances.rng +38 -0
- data/server/handlerwrappers/default.rb +142 -0
- data/server/handlerwrappers/rescue.rb +216 -0
- data/server/handlerwrappers/soap.rb +152 -0
- data/server/instances/1/notifications/1d41ebf5e52bf039b3c3873fddb8e9bd/consumer-secret +1 -0
- data/server/instances/1/notifications/1d41ebf5e52bf039b3c3873fddb8e9bd/producer-secret +1 -0
- data/server/instances/1/notifications/1d41ebf5e52bf039b3c3873fddb8e9bd/subscription.xml +27 -0
- data/server/instances/1/notifications/66ad546f13c6c7c84f36215c24dd2e6e/consumer-secret +1 -0
- data/server/instances/1/notifications/66ad546f13c6c7c84f36215c24dd2e6e/producer-secret +1 -0
- data/server/instances/1/notifications/66ad546f13c6c7c84f36215c24dd2e6e/subscription.xml +27 -0
- data/server/instances/1/notifications/9f23b768395a19cc1dd6c2d2a243c78e/consumer-secret +1 -0
- data/server/instances/1/notifications/9f23b768395a19cc1dd6c2d2a243c78e/producer-secret +1 -0
- data/server/instances/1/notifications/9f23b768395a19cc1dd6c2d2a243c78e/subscription.xml +27 -0
- data/server/instances/1/notifications/fa690a88cc565dfa53b13ced355cd039/consumer-secret +1 -0
- data/server/instances/1/notifications/fa690a88cc565dfa53b13ced355cd039/producer-secret +1 -0
- data/server/instances/1/notifications/fa690a88cc565dfa53b13ced355cd039/subscription.xml +5 -0
- data/server/instances/1/properties.xml +522 -0
- data/server/instances/10/notifications/0867c4a937f882af259137e36d331261/consumer-secret +1 -0
- data/server/instances/10/notifications/0867c4a937f882af259137e36d331261/producer-secret +1 -0
- data/server/instances/10/notifications/0867c4a937f882af259137e36d331261/subscription.xml +27 -0
- data/server/instances/10/notifications/28acb605c56588ec8e47431c1fcf0b20/consumer-secret +1 -0
- data/server/instances/10/notifications/28acb605c56588ec8e47431c1fcf0b20/producer-secret +1 -0
- data/server/instances/10/notifications/28acb605c56588ec8e47431c1fcf0b20/subscription.xml +27 -0
- data/server/instances/10/notifications/31d3f699def1d1e86dc18ef421f718ad/consumer-secret +1 -0
- data/server/instances/10/notifications/31d3f699def1d1e86dc18ef421f718ad/producer-secret +1 -0
- data/server/instances/10/notifications/31d3f699def1d1e86dc18ef421f718ad/subscription.xml +27 -0
- data/server/instances/10/notifications/380b57220000c45342fc56a1ed8e9e3f/consumer-secret +1 -0
- data/server/instances/10/notifications/380b57220000c45342fc56a1ed8e9e3f/producer-secret +1 -0
- data/server/instances/10/notifications/380b57220000c45342fc56a1ed8e9e3f/subscription.xml +27 -0
- data/server/instances/10/notifications/41eeb5d90b513781fb4b440cb97ca7f1/consumer-secret +1 -0
- data/server/instances/10/notifications/41eeb5d90b513781fb4b440cb97ca7f1/producer-secret +1 -0
- data/server/instances/10/notifications/41eeb5d90b513781fb4b440cb97ca7f1/subscription.xml +27 -0
- data/server/instances/10/notifications/4d8c1b3a8dfdacac98144fad072c46d8/consumer-secret +1 -0
- data/server/instances/10/notifications/4d8c1b3a8dfdacac98144fad072c46d8/producer-secret +1 -0
- data/server/instances/10/notifications/4d8c1b3a8dfdacac98144fad072c46d8/subscription.xml +27 -0
- data/server/instances/10/notifications/4dde696cfb001e00a7efbd8e86ba227d/consumer-secret +1 -0
- data/server/instances/10/notifications/4dde696cfb001e00a7efbd8e86ba227d/producer-secret +1 -0
- data/server/instances/10/notifications/4dde696cfb001e00a7efbd8e86ba227d/subscription.xml +27 -0
- data/server/instances/10/notifications/4e1c0065dd95f7c175bbccb874f0baea/consumer-secret +1 -0
- data/server/instances/10/notifications/4e1c0065dd95f7c175bbccb874f0baea/producer-secret +1 -0
- data/server/instances/10/notifications/4e1c0065dd95f7c175bbccb874f0baea/subscription.xml +27 -0
- data/server/instances/10/notifications/6198fb7d6a8249f7820e3e57eeefa8af/consumer-secret +1 -0
- data/server/instances/10/notifications/6198fb7d6a8249f7820e3e57eeefa8af/producer-secret +1 -0
- data/server/instances/10/notifications/6198fb7d6a8249f7820e3e57eeefa8af/subscription.xml +27 -0
- data/server/instances/10/notifications/6aeb90da52abc150f0f0135d8ba2dbac/consumer-secret +1 -0
- data/server/instances/10/notifications/6aeb90da52abc150f0f0135d8ba2dbac/producer-secret +1 -0
- data/server/instances/10/notifications/6aeb90da52abc150f0f0135d8ba2dbac/subscription.xml +27 -0
- data/server/instances/10/notifications/6d77f5bac1eb9d6165394b6bfc9b492a/consumer-secret +1 -0
- data/server/instances/10/notifications/6d77f5bac1eb9d6165394b6bfc9b492a/producer-secret +1 -0
- data/server/instances/10/notifications/6d77f5bac1eb9d6165394b6bfc9b492a/subscription.xml +27 -0
- data/server/instances/10/notifications/7092411a6bb6822f651798fdcd3c4787/consumer-secret +1 -0
- data/server/instances/10/notifications/7092411a6bb6822f651798fdcd3c4787/producer-secret +1 -0
- data/server/instances/10/notifications/7092411a6bb6822f651798fdcd3c4787/subscription.xml +27 -0
- data/server/instances/10/notifications/7ab29bbad4122295c05f9e33fd1e0fc3/consumer-secret +1 -0
- data/server/instances/10/notifications/7ab29bbad4122295c05f9e33fd1e0fc3/producer-secret +1 -0
- data/server/instances/10/notifications/7ab29bbad4122295c05f9e33fd1e0fc3/subscription.xml +27 -0
- data/server/instances/10/notifications/7fabcecc57fe0bd27ce50bedaef47bd2/consumer-secret +1 -0
- data/server/instances/10/notifications/7fabcecc57fe0bd27ce50bedaef47bd2/producer-secret +1 -0
- data/server/instances/10/notifications/7fabcecc57fe0bd27ce50bedaef47bd2/subscription.xml +27 -0
- data/server/instances/10/notifications/85760dad8f7abbd73ae1dd44140dabf1/consumer-secret +1 -0
- data/server/instances/10/notifications/85760dad8f7abbd73ae1dd44140dabf1/producer-secret +1 -0
- data/server/instances/10/notifications/85760dad8f7abbd73ae1dd44140dabf1/subscription.xml +27 -0
- data/server/instances/10/notifications/8b9a96d109d44a1fc22858006c0f0e16/consumer-secret +1 -0
- data/server/instances/10/notifications/8b9a96d109d44a1fc22858006c0f0e16/producer-secret +1 -0
- data/server/instances/10/notifications/8b9a96d109d44a1fc22858006c0f0e16/subscription.xml +27 -0
- data/server/instances/10/notifications/9120a477e64d7debae2cda964a9948a0/consumer-secret +1 -0
- data/server/instances/10/notifications/9120a477e64d7debae2cda964a9948a0/producer-secret +1 -0
- data/server/instances/10/notifications/9120a477e64d7debae2cda964a9948a0/subscription.xml +27 -0
- data/server/instances/10/notifications/93c5a5ab72a745c0f9fffe2fe58db205/consumer-secret +1 -0
- data/server/instances/10/notifications/93c5a5ab72a745c0f9fffe2fe58db205/producer-secret +1 -0
- data/server/instances/10/notifications/93c5a5ab72a745c0f9fffe2fe58db205/subscription.xml +27 -0
- data/server/instances/10/notifications/a8db1498388588bddf518878263fd898/consumer-secret +1 -0
- data/server/instances/10/notifications/a8db1498388588bddf518878263fd898/producer-secret +1 -0
- data/server/instances/10/notifications/a8db1498388588bddf518878263fd898/subscription.xml +27 -0
- data/server/instances/10/notifications/b534f057c1c97f65e68f59427958e78d/consumer-secret +1 -0
- data/server/instances/10/notifications/b534f057c1c97f65e68f59427958e78d/producer-secret +1 -0
- data/server/instances/10/notifications/b534f057c1c97f65e68f59427958e78d/subscription.xml +27 -0
- data/server/instances/10/notifications/bb3d69ee3df32f3b5cb69a51d1af8ae4/consumer-secret +1 -0
- data/server/instances/10/notifications/bb3d69ee3df32f3b5cb69a51d1af8ae4/producer-secret +1 -0
- data/server/instances/10/notifications/bb3d69ee3df32f3b5cb69a51d1af8ae4/subscription.xml +27 -0
- data/server/instances/10/notifications/bc597391804363834987804436b8b63b/consumer-secret +1 -0
- data/server/instances/10/notifications/bc597391804363834987804436b8b63b/producer-secret +1 -0
- data/server/instances/10/notifications/bc597391804363834987804436b8b63b/subscription.xml +27 -0
- data/server/instances/10/notifications/bf2f6599eebcd9a08e47bdafd4a67660/consumer-secret +1 -0
- data/server/instances/10/notifications/bf2f6599eebcd9a08e47bdafd4a67660/producer-secret +1 -0
- data/server/instances/10/notifications/bf2f6599eebcd9a08e47bdafd4a67660/subscription.xml +27 -0
- data/server/instances/10/notifications/db9cf0ae80bd61e6124c382b992a1550/consumer-secret +1 -0
- data/server/instances/10/notifications/db9cf0ae80bd61e6124c382b992a1550/producer-secret +1 -0
- data/server/instances/10/notifications/db9cf0ae80bd61e6124c382b992a1550/subscription.xml +27 -0
- data/server/instances/10/notifications/e528089610c991500eb2e8b094f6f169/consumer-secret +1 -0
- data/server/instances/10/notifications/e528089610c991500eb2e8b094f6f169/producer-secret +1 -0
- data/server/instances/10/notifications/e528089610c991500eb2e8b094f6f169/subscription.xml +27 -0
- data/server/instances/10/notifications/e7d3ca382d26b5f5eba00c40c29827da/consumer-secret +1 -0
- data/server/instances/10/notifications/e7d3ca382d26b5f5eba00c40c29827da/producer-secret +1 -0
- data/server/instances/10/notifications/e7d3ca382d26b5f5eba00c40c29827da/subscription.xml +27 -0
- data/server/instances/10/notifications/ebdc914fde6fe299143ae4601c142738/consumer-secret +1 -0
- data/server/instances/10/notifications/ebdc914fde6fe299143ae4601c142738/producer-secret +1 -0
- data/server/instances/10/notifications/ebdc914fde6fe299143ae4601c142738/subscription.xml +27 -0
- data/server/instances/10/notifications/f26b2b9efc10b9259647cf1a2b934694/consumer-secret +1 -0
- data/server/instances/10/notifications/f26b2b9efc10b9259647cf1a2b934694/producer-secret +1 -0
- data/server/instances/10/notifications/f26b2b9efc10b9259647cf1a2b934694/subscription.xml +27 -0
- data/server/instances/10/notifications/f4e1d7808171fe7c5fab4a99145ea185/consumer-secret +1 -0
- data/server/instances/10/notifications/f4e1d7808171fe7c5fab4a99145ea185/producer-secret +1 -0
- data/server/instances/10/notifications/f4e1d7808171fe7c5fab4a99145ea185/subscription.xml +27 -0
- data/server/instances/10/notifications/f7e947a1b4b32f3dad5debd44fc3236b/consumer-secret +1 -0
- data/server/instances/10/notifications/f7e947a1b4b32f3dad5debd44fc3236b/producer-secret +1 -0
- data/server/instances/10/notifications/f7e947a1b4b32f3dad5debd44fc3236b/subscription.xml +27 -0
- data/server/instances/10/notifications/fbf5d0ae050a50e8a2fca6bc60f5b8d6/consumer-secret +1 -0
- data/server/instances/10/notifications/fbf5d0ae050a50e8a2fca6bc60f5b8d6/producer-secret +1 -0
- data/server/instances/10/notifications/fbf5d0ae050a50e8a2fca6bc60f5b8d6/subscription.xml +27 -0
- data/server/instances/10/properties.xml +388 -0
- data/server/instances/11/notifications/134c18da209261bc409ccd137b2e46d3/consumer-secret +1 -0
- data/server/instances/11/notifications/134c18da209261bc409ccd137b2e46d3/producer-secret +1 -0
- data/server/instances/11/notifications/134c18da209261bc409ccd137b2e46d3/subscription.xml +27 -0
- data/server/instances/11/notifications/48862f47f66e8229582bc91fbc38a512/consumer-secret +1 -0
- data/server/instances/11/notifications/48862f47f66e8229582bc91fbc38a512/producer-secret +1 -0
- data/server/instances/11/notifications/48862f47f66e8229582bc91fbc38a512/subscription.xml +5 -0
- data/server/instances/11/properties.xml +517 -0
- data/server/instances/2/notifications/0bbfabbebf46b850383b4e1d7bd926e3/consumer-secret +1 -0
- data/server/instances/2/notifications/0bbfabbebf46b850383b4e1d7bd926e3/producer-secret +1 -0
- data/server/instances/2/notifications/0bbfabbebf46b850383b4e1d7bd926e3/subscription.xml +27 -0
- data/server/instances/2/notifications/1d426895d19caa1471c713e80cc3c845/consumer-secret +1 -0
- data/server/instances/2/notifications/1d426895d19caa1471c713e80cc3c845/producer-secret +1 -0
- data/server/instances/2/notifications/1d426895d19caa1471c713e80cc3c845/subscription.xml +27 -0
- data/server/instances/2/notifications/292c8983aa798f0c5ced5ddc4b58abe4/consumer-secret +1 -0
- data/server/instances/2/notifications/292c8983aa798f0c5ced5ddc4b58abe4/producer-secret +1 -0
- data/server/instances/2/notifications/292c8983aa798f0c5ced5ddc4b58abe4/subscription.xml +27 -0
- data/server/instances/2/notifications/332c3026c8ad3075b092bd7e7a2b4f71/consumer-secret +1 -0
- data/server/instances/2/notifications/332c3026c8ad3075b092bd7e7a2b4f71/producer-secret +1 -0
- data/server/instances/2/notifications/332c3026c8ad3075b092bd7e7a2b4f71/subscription.xml +27 -0
- data/server/instances/2/notifications/d377446918808d23d03291fc1140883c/consumer-secret +1 -0
- data/server/instances/2/notifications/d377446918808d23d03291fc1140883c/producer-secret +1 -0
- data/server/instances/2/notifications/d377446918808d23d03291fc1140883c/subscription.xml +27 -0
- data/server/instances/2/notifications/d5b65c7cbff5d259e4ee8405190ec558/consumer-secret +1 -0
- data/server/instances/2/notifications/d5b65c7cbff5d259e4ee8405190ec558/producer-secret +1 -0
- data/server/instances/2/notifications/d5b65c7cbff5d259e4ee8405190ec558/subscription.xml +27 -0
- data/server/instances/2/notifications/d7ee4fedabb402dc43986dfa199e6768/consumer-secret +1 -0
- data/server/instances/2/notifications/d7ee4fedabb402dc43986dfa199e6768/producer-secret +1 -0
- data/server/instances/2/notifications/d7ee4fedabb402dc43986dfa199e6768/subscription.xml +5 -0
- data/server/instances/2/properties.xml +517 -0
- data/server/instances/3/notifications/27195e2503deaf25b3291394fe97985c/consumer-secret +1 -0
- data/server/instances/3/notifications/27195e2503deaf25b3291394fe97985c/producer-secret +1 -0
- data/server/instances/3/notifications/27195e2503deaf25b3291394fe97985c/subscription.xml +5 -0
- data/server/instances/3/notifications/6cec45935d78709a4aa6622491006f4b/consumer-secret +1 -0
- data/server/instances/3/notifications/6cec45935d78709a4aa6622491006f4b/producer-secret +1 -0
- data/server/instances/3/notifications/6cec45935d78709a4aa6622491006f4b/subscription.xml +27 -0
- data/server/instances/3/notifications/755542b2fb8d0c8fb9add29e012ec707/consumer-secret +1 -0
- data/server/instances/3/notifications/755542b2fb8d0c8fb9add29e012ec707/producer-secret +1 -0
- data/server/instances/3/notifications/755542b2fb8d0c8fb9add29e012ec707/subscription.xml +27 -0
- data/server/instances/3/properties.xml +517 -0
- data/server/instances/4/notifications/151e90db818eb5812905257a8eb7cea4/consumer-secret +1 -0
- data/server/instances/4/notifications/151e90db818eb5812905257a8eb7cea4/producer-secret +1 -0
- data/server/instances/4/notifications/151e90db818eb5812905257a8eb7cea4/subscription.xml +5 -0
- data/server/instances/4/notifications/a89df398fcc088c067c39ae3974ec57f/consumer-secret +1 -0
- data/server/instances/4/notifications/a89df398fcc088c067c39ae3974ec57f/producer-secret +1 -0
- data/server/instances/4/notifications/a89df398fcc088c067c39ae3974ec57f/subscription.xml +27 -0
- data/server/instances/4/properties.xml +517 -0
- data/server/instances/5/notifications/02ebbf888bd3efd11924f4c416d784e4/consumer-secret +1 -0
- data/server/instances/5/notifications/02ebbf888bd3efd11924f4c416d784e4/producer-secret +1 -0
- data/server/instances/5/notifications/02ebbf888bd3efd11924f4c416d784e4/subscription.xml +27 -0
- data/server/instances/5/notifications/0b9589d847cccf768013b6082893bce6/consumer-secret +1 -0
- data/server/instances/5/notifications/0b9589d847cccf768013b6082893bce6/producer-secret +1 -0
- data/server/instances/5/notifications/0b9589d847cccf768013b6082893bce6/subscription.xml +5 -0
- data/server/instances/5/properties.xml +517 -0
- data/server/instances/6/notifications/23da9f5c4548f384d625e6d12b3ebe2d/consumer-secret +1 -0
- data/server/instances/6/notifications/23da9f5c4548f384d625e6d12b3ebe2d/producer-secret +1 -0
- data/server/instances/6/notifications/23da9f5c4548f384d625e6d12b3ebe2d/subscription.xml +5 -0
- data/server/instances/6/notifications/282e7077e9c5b9972413cc92a6dcffc3/consumer-secret +1 -0
- data/server/instances/6/notifications/282e7077e9c5b9972413cc92a6dcffc3/producer-secret +1 -0
- data/server/instances/6/notifications/282e7077e9c5b9972413cc92a6dcffc3/subscription.xml +27 -0
- data/server/instances/6/notifications/7e57d7438db8210766eab6873124dc02/consumer-secret +1 -0
- data/server/instances/6/notifications/7e57d7438db8210766eab6873124dc02/producer-secret +1 -0
- data/server/instances/6/notifications/7e57d7438db8210766eab6873124dc02/subscription.xml +27 -0
- data/server/instances/6/properties.xml +517 -0
- data/server/instances/7/notifications/7276b795b5ed2f6638473526d9b1b1e1/consumer-secret +1 -0
- data/server/instances/7/notifications/7276b795b5ed2f6638473526d9b1b1e1/producer-secret +1 -0
- data/server/instances/7/notifications/7276b795b5ed2f6638473526d9b1b1e1/subscription.xml +27 -0
- data/server/instances/7/notifications/f3fbbf27fcbcc02a9f8a614326461a5c/consumer-secret +1 -0
- data/server/instances/7/notifications/f3fbbf27fcbcc02a9f8a614326461a5c/producer-secret +1 -0
- data/server/instances/7/notifications/f3fbbf27fcbcc02a9f8a614326461a5c/subscription.xml +5 -0
- data/server/instances/7/properties.xml +517 -0
- data/server/instances/8/notifications/2854ed5a8f97a33d31f908f67544ec62/consumer-secret +1 -0
- data/server/instances/8/notifications/2854ed5a8f97a33d31f908f67544ec62/producer-secret +1 -0
- data/server/instances/8/notifications/2854ed5a8f97a33d31f908f67544ec62/subscription.xml +27 -0
- data/server/instances/8/notifications/595259518a5cb2ce286bb39840f7a64c/consumer-secret +1 -0
- data/server/instances/8/notifications/595259518a5cb2ce286bb39840f7a64c/producer-secret +1 -0
- data/server/instances/8/notifications/595259518a5cb2ce286bb39840f7a64c/subscription.xml +5 -0
- data/server/instances/8/properties.xml +517 -0
- data/server/instances/9/notifications/54e96913d66f1dd69ec82d2b52268232/consumer-secret +1 -0
- data/server/instances/9/notifications/54e96913d66f1dd69ec82d2b52268232/producer-secret +1 -0
- data/server/instances/9/notifications/54e96913d66f1dd69ec82d2b52268232/subscription.xml +5 -0
- data/server/instances/9/notifications/5debc1fd138fdc80940cd5647003ed45/consumer-secret +1 -0
- data/server/instances/9/notifications/5debc1fd138fdc80940cd5647003ed45/producer-secret +1 -0
- data/server/instances/9/notifications/5debc1fd138fdc80940cd5647003ed45/subscription.xml +27 -0
- data/server/instances/9/properties.xml +517 -0
- data/server/resources/properties.init +351 -0
- data/server/resources/properties.schema.active +79 -0
- data/server/resources/properties.schema.finished +79 -0
- data/server/resources/properties.schema.inactive +79 -0
- data/server/resources/topics.xml +55 -0
- data/server/server.rb +25 -0
- data/server/todo.txt +20 -0
- data/test/delete.rb +27 -0
- data/test/load.rb +55 -0
- data/test/testset.xml +297 -0
- metadata +382 -0
|
@@ -0,0 +1,79 @@
|
|
|
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
|
+
<properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
|
|
18
|
+
<name type="simple" modifiable="false" mutable="false">
|
|
19
|
+
<text/>
|
|
20
|
+
</name>
|
|
21
|
+
<handlerwrapper type="simple" modifiable="true">
|
|
22
|
+
<data type="string">
|
|
23
|
+
<param name="pattern">[A-Z][a-zA-Z]*</param>
|
|
24
|
+
</data>
|
|
25
|
+
</handlerwrapper>
|
|
26
|
+
<dsl type="simple" modifiable="false" mutable="false">
|
|
27
|
+
<text/>
|
|
28
|
+
</dsl>
|
|
29
|
+
<description type="arbitrary" modifiable="true"/>
|
|
30
|
+
<optional>
|
|
31
|
+
<transformation type="arbitrary" modifiable="true"/>
|
|
32
|
+
</optional>
|
|
33
|
+
<state type="state" modifiable="true">
|
|
34
|
+
<ready>
|
|
35
|
+
<running putable="true"/>
|
|
36
|
+
</ready>
|
|
37
|
+
<running>
|
|
38
|
+
<stopping putable="true"/>
|
|
39
|
+
<finished putable="false"/>
|
|
40
|
+
</running>
|
|
41
|
+
<stopping>
|
|
42
|
+
<stopped putable="false"/>
|
|
43
|
+
</stopping>
|
|
44
|
+
<stopped>
|
|
45
|
+
<running putable="true"/>
|
|
46
|
+
</stopped>
|
|
47
|
+
<finished/>
|
|
48
|
+
</state>
|
|
49
|
+
<status type="complex" modifiable="false" mutable="false">
|
|
50
|
+
<optional>
|
|
51
|
+
<element name='id'>
|
|
52
|
+
<data type="integer"/>
|
|
53
|
+
</element>
|
|
54
|
+
<element name='message'>
|
|
55
|
+
<data type="string"/>
|
|
56
|
+
</element>
|
|
57
|
+
</optional>
|
|
58
|
+
</status>
|
|
59
|
+
<positions type="complex" modifiable="true">
|
|
60
|
+
<zeroOrMore>
|
|
61
|
+
<element>
|
|
62
|
+
<anyName/>
|
|
63
|
+
<data type="string">
|
|
64
|
+
<param name="pattern">(at|after)(;[A-Za-z0-9]+)?</param>
|
|
65
|
+
</data>
|
|
66
|
+
</element>
|
|
67
|
+
</zeroOrMore>
|
|
68
|
+
</positions>
|
|
69
|
+
<dataelements type="complex" modifiable="true">
|
|
70
|
+
<zeroOrMore>
|
|
71
|
+
<element><anyName/><text/></element>
|
|
72
|
+
</zeroOrMore>
|
|
73
|
+
</dataelements>
|
|
74
|
+
<endpoints type="complex" modifiable="true">
|
|
75
|
+
<zeroOrMore>
|
|
76
|
+
<element><anyName/><text/></element>
|
|
77
|
+
</zeroOrMore>
|
|
78
|
+
</endpoints>
|
|
79
|
+
</properties>
|
|
@@ -0,0 +1,55 @@
|
|
|
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
|
+
<topics xmlns='http://riddl.org/ns/common-patterns/notifications-producer/1.0'>
|
|
18
|
+
<topic id='running'>
|
|
19
|
+
<event>activity_calling</event>
|
|
20
|
+
<event>activity_failed</event>
|
|
21
|
+
<event>activity_manipulating</event>
|
|
22
|
+
<event>activity_done</event>
|
|
23
|
+
<vote>syncing_before</vote>
|
|
24
|
+
<vote>syncing_after</vote>
|
|
25
|
+
</topic>
|
|
26
|
+
<topic id='properties/position'>
|
|
27
|
+
<event>change</event>
|
|
28
|
+
</topic>
|
|
29
|
+
<topic id='properties/description'>
|
|
30
|
+
<event>change</event>
|
|
31
|
+
<event>error</event>
|
|
32
|
+
</topic>
|
|
33
|
+
<topic id='properties/state'>
|
|
34
|
+
<event>change</event>
|
|
35
|
+
<vote>change</vote>
|
|
36
|
+
</topic>
|
|
37
|
+
<topic id='properties/status'>
|
|
38
|
+
<event>change</event>
|
|
39
|
+
</topic>
|
|
40
|
+
<topic id='properties/dataelements'>
|
|
41
|
+
<event>change</event>
|
|
42
|
+
</topic>
|
|
43
|
+
<topic id='properties/endpoints'>
|
|
44
|
+
<event>change</event>
|
|
45
|
+
</topic>
|
|
46
|
+
<topic id='properties/handlerwrapper'>
|
|
47
|
+
<event>change</event>
|
|
48
|
+
</topic>
|
|
49
|
+
<topic id='properties/handlers'>
|
|
50
|
+
<event>change</event>
|
|
51
|
+
<event>error</event>
|
|
52
|
+
<event>debug</event>
|
|
53
|
+
<event>info</event>
|
|
54
|
+
</topic>
|
|
55
|
+
</topics>
|
data/server/server.rb
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
#!/usr/bin/ruby
|
|
2
|
+
<!--
|
|
3
|
+
This file is part of CPEE.
|
|
4
|
+
|
|
5
|
+
CPEE is free software: you can redistribute it and/or modify it under the terms
|
|
6
|
+
of the GNU General Public License as published by the Free Software Foundation,
|
|
7
|
+
either version 3 of the License, or (at your option) any later version.
|
|
8
|
+
|
|
9
|
+
CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
10
|
+
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
11
|
+
PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
12
|
+
|
|
13
|
+
You should have received a copy of the GNU General Public License along with
|
|
14
|
+
CPEE (file COPYING in the main directory). If not, see
|
|
15
|
+
<http://www.gnu.org/licenses/>.
|
|
16
|
+
-->
|
|
17
|
+
|
|
18
|
+
require File.expand_path(File.dirname(__FILE__) + '/../lib/cpee/implementation')
|
|
19
|
+
|
|
20
|
+
Riddl::Server.new(CPEE::SERVER, :port => 9298) do
|
|
21
|
+
accessible_description true
|
|
22
|
+
cross_site_xhr true
|
|
23
|
+
|
|
24
|
+
use CPEE::implementation(@riddl_opts)
|
|
25
|
+
end.loop!
|
data/server/todo.txt
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
cockpit:
|
|
2
|
+
* replace downloadify
|
|
3
|
+
* restrict to http://caniuse.com/download FF>=20
|
|
4
|
+
|
|
5
|
+
server
|
|
6
|
+
* controller properties_backend (give correct one based on running, stopped, finished)
|
|
7
|
+
* controller notifications_backend
|
|
8
|
+
|
|
9
|
+
* allow to configure instances location
|
|
10
|
+
* allow to configure handlerwrapper location
|
|
11
|
+
* allow
|
|
12
|
+
* schemas and init to new location
|
|
13
|
+
|
|
14
|
+
* handle xmpp://, ws://, http:// for notifications
|
|
15
|
+
|
|
16
|
+
riddl
|
|
17
|
+
* handle xmpp://, ws://, http:// for requests
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
data/test/delete.rb
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
#!/usr/bin/ruby
|
|
2
|
+
require 'rubygems'
|
|
3
|
+
require 'riddl/client'
|
|
4
|
+
require 'xml/smart'
|
|
5
|
+
require 'pp'
|
|
6
|
+
|
|
7
|
+
namepattern = /Performance \d+/
|
|
8
|
+
cpees = [
|
|
9
|
+
"http://localhost:9298/"
|
|
10
|
+
]
|
|
11
|
+
|
|
12
|
+
cpees.each do |cpee|
|
|
13
|
+
srv = Riddl::Client.new(cpee)
|
|
14
|
+
res = srv.resource("/")
|
|
15
|
+
status, response = res.get
|
|
16
|
+
doc = XML::Smart::string(response.first.value.read)
|
|
17
|
+
ins = doc.find("/instances/instance")
|
|
18
|
+
unless ins.empty?
|
|
19
|
+
ins.each do |e|
|
|
20
|
+
next unless e.text =~ namepattern
|
|
21
|
+
p e.text
|
|
22
|
+
res = srv.resource("/#{e.attributes['id']}")
|
|
23
|
+
status, response = res.delete
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
|
data/test/load.rb
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
#!/usr/bin/ruby
|
|
2
|
+
require 'rubygems'
|
|
3
|
+
require 'riddl/client'
|
|
4
|
+
require 'xml/smart'
|
|
5
|
+
require 'pp'
|
|
6
|
+
|
|
7
|
+
numinstances = 4
|
|
8
|
+
cpee = "http://localhost:9298/"
|
|
9
|
+
|
|
10
|
+
def create_instance(srv,name)
|
|
11
|
+
res = srv.resource("/")
|
|
12
|
+
status, response = res.post [
|
|
13
|
+
Riddl::Parameter::Simple.new("name","Performance #{name}")
|
|
14
|
+
]
|
|
15
|
+
ins = -1
|
|
16
|
+
if status == 200
|
|
17
|
+
ins = response.first.value
|
|
18
|
+
params = []
|
|
19
|
+
|
|
20
|
+
XML::Smart.open("testset.xml") do |doc|
|
|
21
|
+
doc.register_namespace 'desc', 'http://cpee.org/ns/description/1.0'
|
|
22
|
+
res = srv.resource("/#{ins}/properties/values")
|
|
23
|
+
#["transformation"].each do |item|
|
|
24
|
+
# status, response = res.post [
|
|
25
|
+
# Riddl::Parameter::Simple.new("property",item)
|
|
26
|
+
# ]
|
|
27
|
+
#end
|
|
28
|
+
["handlerwrapper","positions","dataelements","endpoints","transformation"].each do |item|
|
|
29
|
+
params << Riddl::Parameter::Simple.new("name",item)
|
|
30
|
+
params << Riddl::Parameter::Simple.new("content",doc.find("/testset/#{item}").first.dump)
|
|
31
|
+
end
|
|
32
|
+
["description"].each do |item|
|
|
33
|
+
params << Riddl::Parameter::Simple.new("name",item)
|
|
34
|
+
params << Riddl::Parameter::Simple.new("content","<content>" + doc.find("/testset/desc:#{item}").first.dump + "</content>")
|
|
35
|
+
end
|
|
36
|
+
params << Riddl::Parameter::Simple.new("name",'state')
|
|
37
|
+
params << Riddl::Parameter::Simple.new("value","running")
|
|
38
|
+
|
|
39
|
+
status, response = res.put params
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
ins
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
t = []
|
|
46
|
+
tim = Time.now.to_f
|
|
47
|
+
1.upto(numinstances) do |name|
|
|
48
|
+
# t << Thread.new(name) { |name|
|
|
49
|
+
srv = Riddl::Client.new(cpee)
|
|
50
|
+
puts create_instance(srv,name)
|
|
51
|
+
# }
|
|
52
|
+
end
|
|
53
|
+
|
|
54
|
+
#t.each { |k| k.join }
|
|
55
|
+
puts Time.now.to_f - tim
|
data/test/testset.xml
ADDED
|
@@ -0,0 +1,297 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<testset>
|
|
3
|
+
<positions/>
|
|
4
|
+
<handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
|
|
5
|
+
<dataelements><!--{{{-->
|
|
6
|
+
<input>""</input>
|
|
7
|
+
<return>"%s World"</return>
|
|
8
|
+
</dataelements><!--}}}-->
|
|
9
|
+
<handlers/>
|
|
10
|
+
<endpoints/>
|
|
11
|
+
<description xmlns="http://cpee.org/ns/description/1.0"><!--{{{-->
|
|
12
|
+
<manipulate id="a1">data.return = data.return % data.input</manipulate>
|
|
13
|
+
</description><!--}}}-->
|
|
14
|
+
<transformation>
|
|
15
|
+
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:d="http://cpee.org/ns/description/1.0">
|
|
16
|
+
<xsl:output method="text"/>
|
|
17
|
+
<xsl:strip-space elements="*"/>
|
|
18
|
+
<xsl:variable name="myspacemultiplier">2</xsl:variable>
|
|
19
|
+
|
|
20
|
+
<xsl:template match="/">
|
|
21
|
+
<xsl:apply-templates select="//d:description"/>
|
|
22
|
+
</xsl:template>
|
|
23
|
+
|
|
24
|
+
<xsl:template match="//d:description">
|
|
25
|
+
<xsl:apply-templates>
|
|
26
|
+
<xsl:with-param name="myspace"><xsl:value-of select="-1*$myspacemultiplier"/></xsl:with-param>
|
|
27
|
+
</xsl:apply-templates>
|
|
28
|
+
</xsl:template>
|
|
29
|
+
|
|
30
|
+
<xsl:template match="*">
|
|
31
|
+
<xsl:param name="myspace"/>
|
|
32
|
+
<xsl:call-template name="print-space">
|
|
33
|
+
<xsl:with-param name="i">1</xsl:with-param>
|
|
34
|
+
<xsl:with-param name="count"><xsl:value-of select="$myspace+$myspacemultiplier"/></xsl:with-param>
|
|
35
|
+
</xsl:call-template>
|
|
36
|
+
<xsl:if test="name()='call' or name()='manipulate'">
|
|
37
|
+
<xsl:text>activity :</xsl:text>
|
|
38
|
+
<xsl:value-of select="@id"/>
|
|
39
|
+
</xsl:if>
|
|
40
|
+
<xsl:if test="name()='call'">
|
|
41
|
+
<xsl:text>, :call, :</xsl:text>
|
|
42
|
+
<xsl:value-of select="@endpoint"/>
|
|
43
|
+
<xsl:apply-templates select="d:parameters"/>
|
|
44
|
+
<xsl:apply-templates select="d:manipulate" mode="part-of-call">
|
|
45
|
+
<xsl:with-param name="myspace"><xsl:value-of select="$myspace"/></xsl:with-param>
|
|
46
|
+
</xsl:apply-templates>
|
|
47
|
+
<xsl:call-template name="print-newline"/>
|
|
48
|
+
</xsl:if>
|
|
49
|
+
<xsl:if test="name()='manipulate'">
|
|
50
|
+
<xsl:text>, :manipulate</xsl:text>
|
|
51
|
+
<xsl:call-template name="print-content">
|
|
52
|
+
<xsl:with-param name="myspace"><xsl:value-of select="$myspace"/></xsl:with-param>
|
|
53
|
+
</xsl:call-template>
|
|
54
|
+
<xsl:call-template name="print-newline"/>
|
|
55
|
+
</xsl:if>
|
|
56
|
+
<xsl:if test="name()='parallel'">
|
|
57
|
+
<xsl:text>parallel</xsl:text>
|
|
58
|
+
<xsl:if test="@wait">
|
|
59
|
+
<xsl:text> :wait => </xsl:text>
|
|
60
|
+
<xsl:value-of select="@wait"/>
|
|
61
|
+
</xsl:if>
|
|
62
|
+
<xsl:text> do</xsl:text>
|
|
63
|
+
<xsl:call-template name="print-newline"/>
|
|
64
|
+
<xsl:apply-templates>
|
|
65
|
+
<xsl:with-param name="myspace"><xsl:value-of select="$myspace+$myspacemultiplier"/></xsl:with-param>
|
|
66
|
+
</xsl:apply-templates>
|
|
67
|
+
<xsl:call-template name="print-space">
|
|
68
|
+
<xsl:with-param name="i">1</xsl:with-param>
|
|
69
|
+
<xsl:with-param name="count"><xsl:value-of select="$myspace+$myspacemultiplier"/></xsl:with-param>
|
|
70
|
+
</xsl:call-template>
|
|
71
|
+
<xsl:text>end</xsl:text>
|
|
72
|
+
<xsl:call-template name="print-newline"/>
|
|
73
|
+
</xsl:if>
|
|
74
|
+
<xsl:if test="name()='loop'">
|
|
75
|
+
<xsl:text>loop </xsl:text>
|
|
76
|
+
<xsl:if test="@pre_test">
|
|
77
|
+
<xsl:text>pre_test{</xsl:text>
|
|
78
|
+
<xsl:value-of select="@pre_test"/>
|
|
79
|
+
<xsl:text>} </xsl:text>
|
|
80
|
+
</xsl:if>
|
|
81
|
+
<xsl:if test="@post_test">
|
|
82
|
+
<xsl:text>post_test{</xsl:text>
|
|
83
|
+
<xsl:value-of select="@post_test"/>
|
|
84
|
+
<xsl:text>} </xsl:text>
|
|
85
|
+
</xsl:if>
|
|
86
|
+
<xsl:text>do</xsl:text>
|
|
87
|
+
<xsl:call-template name="print-newline"/>
|
|
88
|
+
<xsl:apply-templates>
|
|
89
|
+
<xsl:with-param name="myspace"><xsl:value-of select="$myspace+$myspacemultiplier"/></xsl:with-param>
|
|
90
|
+
</xsl:apply-templates>
|
|
91
|
+
<xsl:call-template name="print-space">
|
|
92
|
+
<xsl:with-param name="i">1</xsl:with-param>
|
|
93
|
+
<xsl:with-param name="count"><xsl:value-of select="$myspace+$myspacemultiplier"/></xsl:with-param>
|
|
94
|
+
</xsl:call-template>
|
|
95
|
+
<xsl:text>end</xsl:text>
|
|
96
|
+
<xsl:call-template name="print-newline"/>
|
|
97
|
+
</xsl:if>
|
|
98
|
+
<xsl:if test="name()='choose'">
|
|
99
|
+
<xsl:text>choose do</xsl:text>
|
|
100
|
+
<xsl:call-template name="print-newline"/>
|
|
101
|
+
<xsl:apply-templates>
|
|
102
|
+
<xsl:with-param name="myspace"><xsl:value-of select="$myspace+$myspacemultiplier"/></xsl:with-param>
|
|
103
|
+
</xsl:apply-templates>
|
|
104
|
+
<xsl:call-template name="print-space">
|
|
105
|
+
<xsl:with-param name="i">1</xsl:with-param>
|
|
106
|
+
<xsl:with-param name="count"><xsl:value-of select="$myspace+$myspacemultiplier"/></xsl:with-param>
|
|
107
|
+
</xsl:call-template>
|
|
108
|
+
<xsl:text>end</xsl:text>
|
|
109
|
+
<xsl:call-template name="print-newline"/>
|
|
110
|
+
</xsl:if>
|
|
111
|
+
<xsl:if test="name()='group'">
|
|
112
|
+
<xsl:apply-templates>
|
|
113
|
+
<xsl:with-param name="myspace"><xsl:value-of select="$myspace+$myspacemultiplier"/></xsl:with-param>
|
|
114
|
+
</xsl:apply-templates>
|
|
115
|
+
<xsl:call-template name="print-newline"/>
|
|
116
|
+
</xsl:if>
|
|
117
|
+
<xsl:if test="name()='critical'">
|
|
118
|
+
<xsl:text>critical :</xsl:text>
|
|
119
|
+
<xsl:value-of select="@sid"/>
|
|
120
|
+
<xsl:text> do</xsl:text>
|
|
121
|
+
<xsl:call-template name="print-newline"/>
|
|
122
|
+
<xsl:apply-templates>
|
|
123
|
+
<xsl:with-param name="myspace"><xsl:value-of select="$myspace+$myspacemultiplier"/></xsl:with-param>
|
|
124
|
+
</xsl:apply-templates>
|
|
125
|
+
<xsl:call-template name="print-space">
|
|
126
|
+
<xsl:with-param name="i">1</xsl:with-param>
|
|
127
|
+
<xsl:with-param name="count"><xsl:value-of select="$myspace+$myspacemultiplier"/></xsl:with-param>
|
|
128
|
+
</xsl:call-template>
|
|
129
|
+
<xsl:text>end</xsl:text>
|
|
130
|
+
<xsl:call-template name="print-newline"/>
|
|
131
|
+
</xsl:if>
|
|
132
|
+
</xsl:template>
|
|
133
|
+
|
|
134
|
+
<xsl:template match="d:alternative">
|
|
135
|
+
<xsl:param name="myspace"/>
|
|
136
|
+
<xsl:call-template name="print-space">
|
|
137
|
+
<xsl:with-param name="i">1</xsl:with-param>
|
|
138
|
+
<xsl:with-param name="count"><xsl:value-of select="$myspace+$myspacemultiplier"/></xsl:with-param>
|
|
139
|
+
</xsl:call-template>
|
|
140
|
+
<xsl:text>alternative </xsl:text>
|
|
141
|
+
<xsl:value-of select="@condition"/>
|
|
142
|
+
<xsl:text> do</xsl:text>
|
|
143
|
+
<xsl:call-template name="print-newline"/>
|
|
144
|
+
<xsl:apply-templates>
|
|
145
|
+
<xsl:with-param name="myspace"><xsl:value-of select="$myspace+$myspacemultiplier"/></xsl:with-param>
|
|
146
|
+
</xsl:apply-templates>
|
|
147
|
+
<xsl:call-template name="print-space">
|
|
148
|
+
<xsl:with-param name="i">1</xsl:with-param>
|
|
149
|
+
<xsl:with-param name="count"><xsl:value-of select="$myspace+$myspacemultiplier"/></xsl:with-param>
|
|
150
|
+
</xsl:call-template>
|
|
151
|
+
<xsl:text>end</xsl:text>
|
|
152
|
+
<xsl:call-template name="print-newline"/>
|
|
153
|
+
</xsl:template>
|
|
154
|
+
|
|
155
|
+
<xsl:template match="d:otherwise">
|
|
156
|
+
<xsl:param name="myspace"/>
|
|
157
|
+
<xsl:call-template name="print-space">
|
|
158
|
+
<xsl:with-param name="i">1</xsl:with-param>
|
|
159
|
+
<xsl:with-param name="count"><xsl:value-of select="$myspace+$myspacemultiplier"/></xsl:with-param>
|
|
160
|
+
</xsl:call-template>
|
|
161
|
+
<xsl:text>otherwise do</xsl:text>
|
|
162
|
+
<xsl:call-template name="print-newline"/>
|
|
163
|
+
<xsl:apply-templates>
|
|
164
|
+
<xsl:with-param name="myspace"><xsl:value-of select="$myspace+$myspacemultiplier"/></xsl:with-param>
|
|
165
|
+
</xsl:apply-templates>
|
|
166
|
+
<xsl:call-template name="print-space">
|
|
167
|
+
<xsl:with-param name="i">1</xsl:with-param>
|
|
168
|
+
<xsl:with-param name="count"><xsl:value-of select="$myspace+$myspacemultiplier"/></xsl:with-param>
|
|
169
|
+
</xsl:call-template>
|
|
170
|
+
<xsl:text>end</xsl:text>
|
|
171
|
+
<xsl:call-template name="print-newline"/>
|
|
172
|
+
</xsl:template>
|
|
173
|
+
|
|
174
|
+
<xsl:template match="d:parallel_branch">
|
|
175
|
+
<xsl:param name="myspace"/>
|
|
176
|
+
<xsl:call-template name="print-space">
|
|
177
|
+
<xsl:with-param name="i">1</xsl:with-param>
|
|
178
|
+
<xsl:with-param name="count"><xsl:value-of select="$myspace+$myspacemultiplier"/></xsl:with-param>
|
|
179
|
+
</xsl:call-template>
|
|
180
|
+
<xsl:text>parallel_branch</xsl:text>
|
|
181
|
+
<xsl:if test="@pass">
|
|
182
|
+
<xsl:text> </xsl:text>
|
|
183
|
+
<xsl:value-of select="@pass"/>
|
|
184
|
+
</xsl:if>
|
|
185
|
+
<xsl:text> do</xsl:text>
|
|
186
|
+
<xsl:if test="@local">
|
|
187
|
+
<xsl:text> |</xsl:text>
|
|
188
|
+
<xsl:value-of select="@local"/>
|
|
189
|
+
<xsl:text>|</xsl:text>
|
|
190
|
+
</xsl:if>
|
|
191
|
+
<xsl:call-template name="print-newline"/>
|
|
192
|
+
<xsl:apply-templates>
|
|
193
|
+
<xsl:with-param name="myspace"><xsl:value-of select="$myspace+$myspacemultiplier"/></xsl:with-param>
|
|
194
|
+
</xsl:apply-templates>
|
|
195
|
+
<xsl:call-template name="print-space">
|
|
196
|
+
<xsl:with-param name="i">1</xsl:with-param>
|
|
197
|
+
<xsl:with-param name="count"><xsl:value-of select="$myspace+$myspacemultiplier"/></xsl:with-param>
|
|
198
|
+
</xsl:call-template>
|
|
199
|
+
<xsl:text>end</xsl:text>
|
|
200
|
+
<xsl:call-template name="print-newline"/>
|
|
201
|
+
</xsl:template>
|
|
202
|
+
|
|
203
|
+
<xsl:template match="d:parameters">
|
|
204
|
+
<xsl:apply-templates select="d:*" mode="parameter"/>
|
|
205
|
+
</xsl:template>
|
|
206
|
+
|
|
207
|
+
<xsl:template match="d:*" mode="parameter">
|
|
208
|
+
<xsl:text>, :</xsl:text>
|
|
209
|
+
<xsl:value-of select="name()"/>
|
|
210
|
+
<xsl:text> => </xsl:text>
|
|
211
|
+
<xsl:choose>
|
|
212
|
+
<xsl:when test="count(*) > 0">
|
|
213
|
+
<xsl:text>[</xsl:text>
|
|
214
|
+
<xsl:apply-templates select="d:*" mode="sub-parameter"/>
|
|
215
|
+
<xsl:text>]</xsl:text>
|
|
216
|
+
</xsl:when>
|
|
217
|
+
<xsl:otherwise>
|
|
218
|
+
<xsl:choose>
|
|
219
|
+
<xsl:when test="@type = 'symbolic'">
|
|
220
|
+
<xsl:value-of select="text()"/>
|
|
221
|
+
</xsl:when>
|
|
222
|
+
<xsl:otherwise>
|
|
223
|
+
<xsl:text>"</xsl:text>
|
|
224
|
+
<xsl:value-of select="text()"/>
|
|
225
|
+
<xsl:text>"</xsl:text>
|
|
226
|
+
</xsl:otherwise>
|
|
227
|
+
</xsl:choose>
|
|
228
|
+
</xsl:otherwise>
|
|
229
|
+
</xsl:choose>
|
|
230
|
+
</xsl:template>
|
|
231
|
+
|
|
232
|
+
<xsl:template match="d:*" mode="sub-parameter">
|
|
233
|
+
<xsl:text> { :</xsl:text>
|
|
234
|
+
<xsl:value-of select="name()"/>
|
|
235
|
+
<xsl:text> => </xsl:text>
|
|
236
|
+
<xsl:value-of select="text()"/>
|
|
237
|
+
<xsl:text> }</xsl:text>
|
|
238
|
+
<xsl:choose>
|
|
239
|
+
<xsl:when test="generate-id(.) = generate-id(../*[last()])">
|
|
240
|
+
<xsl:text> </xsl:text>
|
|
241
|
+
</xsl:when>
|
|
242
|
+
<xsl:otherwise>
|
|
243
|
+
<xsl:text>,</xsl:text>
|
|
244
|
+
</xsl:otherwise>
|
|
245
|
+
</xsl:choose>
|
|
246
|
+
</xsl:template>
|
|
247
|
+
|
|
248
|
+
<xsl:template match="d:manipulate" mode="part-of-call">
|
|
249
|
+
<xsl:param name="myspace"/>
|
|
250
|
+
<xsl:call-template name="print-content">
|
|
251
|
+
<xsl:with-param name="myspace"><xsl:value-of select="$myspace"/></xsl:with-param>
|
|
252
|
+
</xsl:call-template>
|
|
253
|
+
</xsl:template>
|
|
254
|
+
|
|
255
|
+
<xsl:template name="print-content">
|
|
256
|
+
<xsl:param name="myspace"/>
|
|
257
|
+
<xsl:if test="text()">
|
|
258
|
+
<xsl:text> do </xsl:text>
|
|
259
|
+
<xsl:if test="@output">
|
|
260
|
+
<xsl:text>|</xsl:text>
|
|
261
|
+
<xsl:value-of select="@output"/>
|
|
262
|
+
<xsl:text>|</xsl:text>
|
|
263
|
+
</xsl:if>
|
|
264
|
+
<xsl:call-template name="print-newline"/>
|
|
265
|
+
<xsl:value-of select="text()"/>
|
|
266
|
+
<xsl:call-template name="print-newline"/>
|
|
267
|
+
<xsl:call-template name="print-space">
|
|
268
|
+
<xsl:with-param name="i">1</xsl:with-param>
|
|
269
|
+
<xsl:with-param name="count"><xsl:value-of select="$myspace+$myspacemultiplier"/></xsl:with-param>
|
|
270
|
+
</xsl:call-template>
|
|
271
|
+
<xsl:text>end</xsl:text>
|
|
272
|
+
</xsl:if>
|
|
273
|
+
</xsl:template>
|
|
274
|
+
|
|
275
|
+
<xsl:template name="print-space">
|
|
276
|
+
<xsl:param name="i"/>
|
|
277
|
+
<xsl:param name="count"/>
|
|
278
|
+
<xsl:if test="$i <= $count">
|
|
279
|
+
<xsl:text> </xsl:text>
|
|
280
|
+
<xsl:call-template name="print-space">
|
|
281
|
+
<xsl:with-param name="i">
|
|
282
|
+
<xsl:value-of select="$i + 1"/>
|
|
283
|
+
</xsl:with-param>
|
|
284
|
+
<xsl:with-param name="count">
|
|
285
|
+
<xsl:value-of select="$count"/>
|
|
286
|
+
</xsl:with-param>
|
|
287
|
+
</xsl:call-template>
|
|
288
|
+
</xsl:if>
|
|
289
|
+
</xsl:template>
|
|
290
|
+
<xsl:template name="print-newline">
|
|
291
|
+
<xsl:text>
|
|
292
|
+
</xsl:text>
|
|
293
|
+
</xsl:template>
|
|
294
|
+
|
|
295
|
+
</xsl:stylesheet>
|
|
296
|
+
</transformation>
|
|
297
|
+
</testset>
|