cpee 1.5.16 → 1.5.21
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cockpit/css/model.css +24 -0
- data/cockpit/css/ui.css +25 -0
- data/cockpit/index.html +6 -6
- data/cockpit/js/details.js +70 -52
- data/cockpit/js/instance.js +62 -18
- data/cockpit/js/model.js +41 -0
- data/cockpit/js/ui.js +3 -0
- data/cockpit/js/wfadaptor.js +1 -1
- data/cockpit/model.html +191 -0
- data/cockpit/testsets/BCO.xml +2 -2
- data/cockpit/testsets/BCS.xml +2 -2
- data/cockpit/testsets/Lego Full.xml +142 -0
- data/cockpit/testsets/Lego Liddy.xml +40 -0
- data/cockpit/testsets/Lego_Part_1.xml +85 -0
- data/cockpit/testsets/Linear.xml +2 -2
- data/cockpit/testsets/Syncing P34 1.xml +2 -2
- data/cockpit/testsets/Syncing P34 2.xml +2 -2
- data/cockpit/testsets/Syncing P34 3.xml +2 -2
- data/cockpit/testsets/Syncing P34.xml +2 -2
- data/cockpit/testsets/testsets.xml +3 -1
- data/cockpit/themes/compact/rngs/alternative.rng +1 -0
- data/cockpit/themes/compact/rngs/call.rng +111 -0
- data/cockpit/themes/compact/rngs/callmanipulate.rng +134 -0
- data/cockpit/themes/compact/rngs/choose.rng +1 -0
- data/cockpit/themes/compact/rngs/critical.rng +1 -0
- data/cockpit/themes/compact/rngs/escape.rng +1 -0
- data/cockpit/themes/compact/rngs/group.rng +1 -0
- data/cockpit/themes/compact/rngs/loop.rng +1 -0
- data/cockpit/themes/compact/rngs/manipulate.rng +1 -0
- data/cockpit/themes/compact/rngs/otherwise.rng +1 -0
- data/cockpit/themes/compact/rngs/parallel.rng +1 -0
- data/cockpit/themes/compact/rngs/parallel_branch.rng +1 -0
- data/cockpit/themes/compact/rngs/scripts.rng +24 -0
- data/cockpit/themes/compact/rngs/stop.rng +1 -0
- data/cockpit/themes/compact/rngs/terminate.rng +1 -0
- data/cockpit/themes/compact/symbols/alternative.svg +5 -0
- data/cockpit/themes/compact/symbols/arrow.svg +3 -0
- data/cockpit/themes/compact/symbols/call.svg +6 -0
- data/cockpit/themes/compact/symbols/callmanipulate.svg +8 -0
- data/cockpit/themes/compact/symbols/choose.svg +5 -0
- data/cockpit/themes/compact/symbols/choose_exclusive.svg +5 -0
- data/cockpit/themes/compact/symbols/choose_inclusive.svg +4 -0
- data/cockpit/themes/compact/symbols/complex.svg +8 -0
- data/cockpit/themes/compact/symbols/critical.svg +4 -0
- data/cockpit/themes/compact/symbols/end.svg +3 -0
- data/cockpit/themes/compact/symbols/escape.svg +5 -0
- data/cockpit/themes/compact/symbols/event_end.svg +3 -0
- data/cockpit/themes/compact/symbols/loop.svg +5 -0
- data/cockpit/themes/compact/symbols/manipulate.svg +4 -0
- data/cockpit/themes/compact/symbols/otherwise.svg +5 -0
- data/cockpit/themes/compact/symbols/parallel.svg +5 -0
- data/cockpit/themes/compact/symbols/parallel_branch.svg +5 -0
- data/cockpit/themes/compact/symbols/parallel_branch_compact.svg +4 -0
- data/cockpit/themes/compact/symbols/parallel_branch_event.svg +14 -0
- data/cockpit/themes/compact/symbols/parallel_branch_normal.svg +5 -0
- data/cockpit/themes/compact/symbols/scripts.svg +4 -0
- data/cockpit/themes/compact/symbols/start.svg +3 -0
- data/cockpit/themes/compact/symbols/stop.svg +5 -0
- data/cockpit/themes/compact/symbols/terminate.svg +4 -0
- data/cockpit/themes/compact/theme.js +101 -61
- data/cockpit/themes/default/rngs/callmanipulate.rng +5 -0
- data/cockpit/themes/default/theme.js +97 -57
- data/cockpit/themes/extended/rngs/alternative.rng +1 -0
- data/cockpit/themes/extended/rngs/call.rng +111 -0
- data/cockpit/themes/extended/rngs/callmanipulate.rng +134 -0
- data/cockpit/themes/extended/rngs/choose.rng +1 -0
- data/cockpit/themes/extended/rngs/critical.rng +1 -0
- data/cockpit/themes/extended/rngs/escape.rng +1 -0
- data/cockpit/themes/extended/rngs/group.rng +1 -0
- data/cockpit/themes/extended/rngs/loop.rng +1 -0
- data/cockpit/themes/extended/rngs/manipulate.rng +1 -0
- data/cockpit/themes/extended/rngs/otherwise.rng +1 -0
- data/cockpit/themes/extended/rngs/parallel.rng +1 -0
- data/cockpit/themes/extended/rngs/parallel_branch.rng +1 -0
- data/cockpit/themes/extended/rngs/scripts.rng +24 -0
- data/cockpit/themes/extended/rngs/stop.rng +1 -0
- data/cockpit/themes/extended/rngs/terminate.rng +1 -0
- data/cockpit/themes/extended/symbols/alternative.svg +5 -0
- data/cockpit/themes/extended/symbols/arrow.svg +3 -0
- data/cockpit/themes/extended/symbols/call.svg +6 -0
- data/cockpit/themes/extended/symbols/callmanipulate.svg +8 -0
- data/cockpit/themes/extended/symbols/choose.svg +5 -0
- data/cockpit/themes/extended/symbols/choose_exclusive.svg +5 -0
- data/cockpit/themes/extended/symbols/choose_inclusive.svg +4 -0
- data/cockpit/themes/extended/symbols/complex.svg +8 -0
- data/cockpit/themes/extended/symbols/critical.svg +4 -0
- data/cockpit/themes/extended/symbols/end.svg +3 -0
- data/cockpit/themes/extended/symbols/escape.svg +5 -0
- data/cockpit/themes/extended/symbols/event_end.svg +3 -0
- data/cockpit/themes/extended/symbols/loop.svg +5 -0
- data/cockpit/themes/extended/symbols/manipulate.svg +4 -0
- data/cockpit/themes/extended/symbols/otherwise.svg +5 -0
- data/cockpit/themes/extended/symbols/parallel.svg +5 -0
- data/cockpit/themes/extended/symbols/parallel_branch.svg +5 -0
- data/cockpit/themes/extended/symbols/parallel_branch_compact.svg +4 -0
- data/cockpit/themes/extended/symbols/parallel_branch_event.svg +14 -0
- data/cockpit/themes/extended/symbols/parallel_branch_normal.svg +5 -0
- data/cockpit/themes/extended/symbols/scripts.svg +4 -0
- data/cockpit/themes/extended/symbols/start.svg +3 -0
- data/cockpit/themes/extended/symbols/stop.svg +5 -0
- data/cockpit/themes/extended/symbols/terminate.svg +4 -0
- data/cockpit/themes/extended/theme.js +101 -61
- data/cockpit/themes/labels/rngs/alternative.rng +25 -0
- data/cockpit/themes/labels/rngs/call.rng +81 -0
- data/cockpit/themes/labels/rngs/callmanipulate.rng +101 -0
- data/cockpit/themes/labels/rngs/choose.rng +12 -0
- data/cockpit/themes/labels/rngs/critical.rng +5 -0
- data/cockpit/themes/labels/rngs/escape.rng +1 -0
- data/cockpit/themes/labels/rngs/finalize.rng +6 -0
- data/cockpit/themes/labels/rngs/group.rng +3 -0
- data/cockpit/themes/labels/rngs/loop.rng +22 -0
- data/cockpit/themes/labels/rngs/manipulate.rng +9 -0
- data/cockpit/themes/labels/rngs/otherwise.rng +22 -0
- data/cockpit/themes/labels/rngs/parallel.rng +13 -0
- data/cockpit/themes/labels/rngs/parallel_branch.rng +8 -0
- data/cockpit/themes/labels/rngs/stop.rng +5 -0
- data/cockpit/themes/labels/rngs/terminate.rng +1 -0
- data/cockpit/themes/labels/rngs/update.rng +6 -0
- data/cockpit/themes/labels/symbols/alternative.svg +5 -0
- data/cockpit/themes/labels/symbols/arrow.svg +3 -0
- data/cockpit/themes/labels/symbols/call.svg +6 -0
- data/cockpit/themes/labels/symbols/callmanipulate.svg +8 -0
- data/cockpit/themes/labels/symbols/choose.svg +5 -0
- data/cockpit/themes/labels/symbols/choose_exclusive.svg +5 -0
- data/cockpit/themes/labels/symbols/choose_inclusive.svg +4 -0
- data/cockpit/themes/labels/symbols/complex.svg +8 -0
- data/cockpit/themes/labels/symbols/critical.svg +4 -0
- data/cockpit/themes/labels/symbols/end.svg +3 -0
- data/cockpit/themes/labels/symbols/escape.svg +5 -0
- data/cockpit/themes/labels/symbols/event_end.svg +3 -0
- data/cockpit/themes/labels/symbols/loop.svg +5 -0
- data/cockpit/themes/labels/symbols/manipulate.svg +4 -0
- data/cockpit/themes/labels/symbols/otherwise.svg +5 -0
- data/cockpit/themes/labels/symbols/parallel.svg +5 -0
- data/cockpit/themes/labels/symbols/parallel_branch.svg +5 -0
- data/cockpit/themes/labels/symbols/parallel_branch_compact.svg +4 -0
- data/cockpit/themes/labels/symbols/parallel_branch_event.svg +14 -0
- data/cockpit/themes/labels/symbols/parallel_branch_normal.svg +5 -0
- data/cockpit/themes/labels/symbols/scripts.svg +4 -0
- data/cockpit/themes/labels/symbols/start.svg +3 -0
- data/cockpit/themes/labels/symbols/stop.svg +5 -0
- data/cockpit/themes/labels/symbols/terminate.svg +4 -0
- data/cockpit/themes/model/rngs/alternative.rng +1 -0
- data/cockpit/themes/model/rngs/call.rng +62 -0
- data/cockpit/themes/model/rngs/callmanipulate.rng +67 -0
- data/cockpit/themes/model/rngs/choose.rng +1 -0
- data/cockpit/themes/model/rngs/critical.rng +1 -0
- data/cockpit/themes/model/rngs/escape.rng +1 -0
- data/cockpit/themes/model/rngs/group.rng +1 -0
- data/cockpit/themes/model/rngs/loop.rng +1 -0
- data/cockpit/themes/model/rngs/manipulate.rng +1 -0
- data/cockpit/themes/model/rngs/otherwise.rng +1 -0
- data/cockpit/themes/model/rngs/parallel.rng +1 -0
- data/cockpit/themes/model/rngs/parallel_branch.rng +1 -0
- data/cockpit/themes/model/rngs/scripts.rng +8 -0
- data/cockpit/themes/model/rngs/stop.rng +1 -0
- data/cockpit/themes/model/rngs/terminate.rng +1 -0
- data/cockpit/themes/model/symbols/alternative.svg +5 -0
- data/cockpit/themes/model/symbols/arrow.svg +3 -0
- data/cockpit/themes/model/symbols/call.svg +6 -0
- data/cockpit/themes/model/symbols/callmanipulate.svg +8 -0
- data/cockpit/themes/model/symbols/choose.svg +5 -0
- data/cockpit/themes/model/symbols/choose_exclusive.svg +5 -0
- data/cockpit/themes/model/symbols/choose_inclusive.svg +4 -0
- data/cockpit/themes/model/symbols/complex.svg +8 -0
- data/cockpit/themes/model/symbols/critical.svg +4 -0
- data/cockpit/themes/model/symbols/end.svg +3 -0
- data/cockpit/themes/model/symbols/escape.svg +5 -0
- data/cockpit/themes/model/symbols/event_end.svg +3 -0
- data/cockpit/themes/model/symbols/loop.svg +5 -0
- data/cockpit/themes/model/symbols/manipulate.svg +4 -0
- data/cockpit/themes/model/symbols/otherwise.svg +5 -0
- data/cockpit/themes/model/symbols/parallel.svg +5 -0
- data/cockpit/themes/model/symbols/parallel_branch.svg +5 -0
- data/cockpit/themes/model/symbols/parallel_branch_compact.svg +4 -0
- data/cockpit/themes/model/symbols/parallel_branch_event.svg +14 -0
- data/cockpit/themes/model/symbols/parallel_branch_normal.svg +5 -0
- data/cockpit/themes/model/symbols/scripts.svg +4 -0
- data/cockpit/themes/model/symbols/start.svg +3 -0
- data/cockpit/themes/model/symbols/stop.svg +5 -0
- data/cockpit/themes/model/symbols/terminate.svg +4 -0
- data/cockpit/themes/model/theme.js +1267 -0
- data/cockpit/themes/packed/rngs/alternative.rng +1 -0
- data/cockpit/themes/packed/rngs/call.rng +111 -0
- data/cockpit/themes/packed/rngs/callmanipulate.rng +134 -0
- data/cockpit/themes/packed/rngs/choose.rng +1 -0
- data/cockpit/themes/packed/rngs/critical.rng +1 -0
- data/cockpit/themes/packed/rngs/escape.rng +1 -0
- data/cockpit/themes/packed/rngs/group.rng +1 -0
- data/cockpit/themes/packed/rngs/loop.rng +1 -0
- data/cockpit/themes/packed/rngs/manipulate.rng +1 -0
- data/cockpit/themes/packed/rngs/otherwise.rng +1 -0
- data/cockpit/themes/packed/rngs/parallel.rng +1 -0
- data/cockpit/themes/packed/rngs/parallel_branch.rng +1 -0
- data/cockpit/themes/packed/rngs/scripts.rng +24 -0
- data/cockpit/themes/packed/rngs/stop.rng +1 -0
- data/cockpit/themes/packed/rngs/terminate.rng +1 -0
- data/cockpit/themes/packed/symbols/alternative.svg +5 -0
- data/cockpit/themes/packed/symbols/arrow.svg +3 -0
- data/cockpit/themes/packed/symbols/call.svg +6 -0
- data/cockpit/themes/packed/symbols/callmanipulate.svg +8 -0
- data/cockpit/themes/packed/symbols/choose.svg +5 -0
- data/cockpit/themes/packed/symbols/choose_exclusive.svg +5 -0
- data/cockpit/themes/packed/symbols/choose_inclusive.svg +4 -0
- data/cockpit/themes/packed/symbols/complex.svg +8 -0
- data/cockpit/themes/packed/symbols/critical.svg +4 -0
- data/cockpit/themes/packed/symbols/end.svg +3 -0
- data/cockpit/themes/packed/symbols/escape.svg +5 -0
- data/cockpit/themes/packed/symbols/event_end.svg +3 -0
- data/cockpit/themes/packed/symbols/loop.svg +5 -0
- data/cockpit/themes/packed/symbols/manipulate.svg +4 -0
- data/cockpit/themes/packed/symbols/otherwise.svg +5 -0
- data/cockpit/themes/packed/symbols/parallel.svg +5 -0
- data/cockpit/themes/packed/symbols/parallel_branch.svg +5 -0
- data/cockpit/themes/packed/symbols/parallel_branch_compact.svg +4 -0
- data/cockpit/themes/packed/symbols/parallel_branch_event.svg +14 -0
- data/cockpit/themes/packed/symbols/parallel_branch_normal.svg +5 -0
- data/cockpit/themes/packed/symbols/scripts.svg +4 -0
- data/cockpit/themes/packed/symbols/start.svg +3 -0
- data/cockpit/themes/packed/symbols/stop.svg +5 -0
- data/cockpit/themes/packed/symbols/terminate.svg +4 -0
- data/cockpit/themes/packed/theme.js +101 -61
- data/cockpit/themes/preset/rngs/call.rng +0 -10
- data/cockpit/themes/preset/rngs/callmanipulate.rng +0 -13
- data/cockpit/themes/preset/symbols/alternative.svg +5 -0
- data/cockpit/themes/preset/symbols/arrow.svg +3 -0
- data/cockpit/themes/preset/symbols/call.svg +6 -0
- data/cockpit/themes/preset/symbols/callmanipulate.svg +8 -0
- data/cockpit/themes/preset/symbols/choose.svg +5 -0
- data/cockpit/themes/preset/symbols/choose_exclusive.svg +5 -0
- data/cockpit/themes/preset/symbols/choose_inclusive.svg +4 -0
- data/cockpit/themes/preset/symbols/complex.svg +8 -0
- data/cockpit/themes/preset/symbols/critical.svg +4 -0
- data/cockpit/themes/preset/symbols/end.svg +3 -0
- data/cockpit/themes/preset/symbols/escape.svg +5 -0
- data/cockpit/themes/preset/symbols/event_end.svg +3 -0
- data/cockpit/themes/preset/symbols/loop.svg +5 -0
- data/cockpit/themes/preset/symbols/manipulate.svg +4 -0
- data/cockpit/themes/preset/symbols/otherwise.svg +5 -0
- data/cockpit/themes/preset/symbols/parallel.svg +5 -0
- data/cockpit/themes/preset/symbols/parallel_branch.svg +5 -0
- data/cockpit/themes/preset/symbols/parallel_branch_compact.svg +4 -0
- data/cockpit/themes/preset/symbols/parallel_branch_event.svg +14 -0
- data/cockpit/themes/preset/symbols/parallel_branch_normal.svg +5 -0
- data/cockpit/themes/preset/symbols/scripts.svg +4 -0
- data/cockpit/themes/preset/symbols/start.svg +3 -0
- data/cockpit/themes/preset/symbols/stop.svg +5 -0
- data/cockpit/themes/preset/symbols/terminate.svg +4 -0
- data/cockpit/themes/preset/theme.js +101 -61
- data/cpee.gemspec +3 -2
- data/lib/cpee/implementation.rb +28 -0
- data/lib/cpee/instantiation.rb +22 -5
- data/lib/engine.xml +4 -0
- data/lib/instantiation.xml +9 -0
- data/log/azure.rb +10 -0
- data/log/azure_logger.rb +136 -0
- data/server/handlerwrappers/default.rb +12 -12
- data/server/resources/transformation_dslx.xsl +29 -5
- data/server/server.pid +1 -0
- metadata +253 -3
@@ -0,0 +1,5 @@
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="cline hfill stand"/>
|
3
|
+
<line x1="10.5" y1="20.5" x2="20.5" y2="10.5" class="stand"/>
|
4
|
+
<line x1="10.5" y1="10.5" x2="20.5" y2="20.5" class="stand"/>
|
5
|
+
</svg>
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<rect x="11" y="6" width="9" height="18" rx="0" class="hline white"/>
|
3
|
+
<path class="cline hfill stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
4
|
+
<line x1="15.6" y1="4" x2="15.6" y2="27" class="ourline"/>
|
5
|
+
</svg>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<rect x="1" y="3" width="24" height="24" rx="4" class="hfill rfill cline stand"/>
|
3
|
+
|
4
|
+
<circle cx="24" cy="15" r="10" class="cline rfill stand" style="stroke-dasharray: 1,3"/>
|
5
|
+
<circle cx="24" cy="15" r="7" class="cline rfill stand" style="stroke-dasharray: 1,3"/>
|
6
|
+
<line x1="24" y1="11" x2="20" y2="18" class="stand"/>
|
7
|
+
<line x1="20" y1="18" x2="28" y2="18" class="stand"/>
|
8
|
+
<line x1="28" y1="18" x2="24" y2="11" class="stand"/>
|
9
|
+
|
10
|
+
<circle cx="55.5" cy="15" r="14" class="cline hfill rfill stand"/>
|
11
|
+
<line x1="55.5" y1="11" x2="51.5" y2="18" class="stand"/>
|
12
|
+
<line x1="51.5" y1="18" x2="59.5" y2="18" class="stand"/>
|
13
|
+
<line x1="59.5" y1="18" x2="55.5" y2="11" class="stand"/>
|
14
|
+
</svg>
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<rect x="11" y="6" width="9" height="18" rx="0" class="hline white"/>
|
3
|
+
<path class="cline hfill stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
4
|
+
<line x1="15.6" y1="4" x2="15.6" y2="27" class="ourline"/>
|
5
|
+
</svg>
|
@@ -132,6 +132,13 @@ function WFAdaptorManifestation(adaptor) {
|
|
132
132
|
menu['Insert into'] = group;
|
133
133
|
copyOrMove(menu['Insert into'],group,xml_node,self.adaptor.description.insert_first_into);
|
134
134
|
}
|
135
|
+
if (self.elements[xml_node.get(0).tagName].permissible_children_expert) {
|
136
|
+
group = self.elements[xml_node.get(0).tagName].permissible_children_expert(xml_node,'into');
|
137
|
+
if(group.length > 0) {
|
138
|
+
menu['Insert into (Experts Only!)'] = group;
|
139
|
+
copyOrMove(menu['Insert into (Experts Only!)'],group,xml_node,self.adaptor.description.insert_first_into);
|
140
|
+
}
|
141
|
+
}
|
135
142
|
}
|
136
143
|
if (sibling) {
|
137
144
|
group = self.elements[xml_node.parent().get(0).tagName].permissible_children(xml_node,'after');
|
@@ -139,6 +146,13 @@ function WFAdaptorManifestation(adaptor) {
|
|
139
146
|
menu['Insert after'] = group;
|
140
147
|
copyOrMove(menu['Insert after'],group,xml_node,self.adaptor.description.insert_after);
|
141
148
|
}
|
149
|
+
if (self.elements[xml_node.parent().get(0).tagName].permissible_children_expert) {
|
150
|
+
group = self.elements[xml_node.parent().get(0).tagName].permissible_children_expert(xml_node,'after');
|
151
|
+
if(group.length > 0) {
|
152
|
+
menu['Insert after (Experts Only!)'] = group;
|
153
|
+
copyOrMove(menu['Insert after (Experts Only!)'],group,xml_node,self.adaptor.description.insert_after);
|
154
|
+
}
|
155
|
+
}
|
142
156
|
}
|
143
157
|
|
144
158
|
if(xml_node.get(0).tagName != 'description' && !self.elements[xml_node.get(0).tagName].neverdelete) {
|
@@ -146,13 +160,13 @@ function WFAdaptorManifestation(adaptor) {
|
|
146
160
|
icon.children('.rfill').addClass('menu');
|
147
161
|
menu['Delete'] = [{
|
148
162
|
'label': 'Remove Element',
|
149
|
-
'function_call': self.adaptor.description.remove,
|
163
|
+
'function_call': function(selector,target,selected){ self.adaptor.description.remove(selector,target); self.adaptor.illustrator.get_label_by_svg_id(selected).addClass('selected'); },
|
150
164
|
'menu_icon': icon,
|
151
165
|
'type': undefined,
|
152
|
-
'params': [null, xml_node]
|
166
|
+
'params': [null, xml_node, self.selected()]
|
153
167
|
}];
|
154
168
|
}
|
155
|
-
if($('>
|
169
|
+
if($('> code', xml_node).length > 0 && xml_node.get(0).tagName == 'call') {
|
156
170
|
var icon = self.elements.callmanipulate.illustrator.svg.clone();
|
157
171
|
icon.children('.rfill:last').addClass('menu');
|
158
172
|
menu['Delete'].push({
|
@@ -160,7 +174,7 @@ function WFAdaptorManifestation(adaptor) {
|
|
160
174
|
'function_call': self.adaptor.description.remove,
|
161
175
|
'menu_icon': icon,
|
162
176
|
'type': undefined,
|
163
|
-
'params': ['>
|
177
|
+
'params': ['> code', xml_node]
|
164
178
|
});
|
165
179
|
}
|
166
180
|
if (xml_node.get(0).tagName == "call" || xml_node.get(0).tagName == "manipulate" || xml_node.get(0).tagName == "stop") {
|
@@ -253,7 +267,7 @@ function WFAdaptorManifestation(adaptor) {
|
|
253
267
|
},
|
254
268
|
'info': function(node){ return { 'element-endpoint': $(node).attr('endpoint') }; },
|
255
269
|
'resolve_symbol': function(node) {
|
256
|
-
if($('
|
270
|
+
if($('code', node).length > 0) {
|
257
271
|
return 'callmanipulate';
|
258
272
|
} else {
|
259
273
|
return 'call';
|
@@ -263,7 +277,7 @@ function WFAdaptorManifestation(adaptor) {
|
|
263
277
|
},//}}}
|
264
278
|
'description': self.adaptor.theme_dir + 'rngs/call.rng',
|
265
279
|
'permissible_children': function(node,mode) { //{{{
|
266
|
-
if(node.children('
|
280
|
+
if(node.children('code').length < 1)
|
267
281
|
return [
|
268
282
|
{'label': 'Scripts',
|
269
283
|
'function_call': self.adaptor.description.insert_last_into,
|
@@ -538,7 +552,7 @@ function WFAdaptorManifestation(adaptor) {
|
|
538
552
|
var childs = null;
|
539
553
|
if (mode == 'into') { func = self.adaptor.description.insert_first_into }
|
540
554
|
else { func = self.adaptor.description.insert_after }
|
541
|
-
|
555
|
+
var childs = [
|
542
556
|
{'label': 'Service Call with Scripts',
|
543
557
|
'function_call': func,
|
544
558
|
'menu_icon': self.elements.callmanipulate.illustrator.svg.clone(),
|
@@ -578,13 +592,18 @@ function WFAdaptorManifestation(adaptor) {
|
|
578
592
|
'function_call': func,
|
579
593
|
'menu_icon': self.elements.stop.illustrator.svg.clone(),
|
580
594
|
'type': 'stop',
|
581
|
-
'params': [self.adaptor.description.elements.stop, node]}
|
582
|
-
{'label': 'Critical',
|
583
|
-
'function_call': func,
|
584
|
-
'menu_icon': self.elements.critical.illustrator.svg.clone(),
|
585
|
-
'type': 'critical',
|
586
|
-
'params': [self.adaptor.description.elements.critical, node]}
|
595
|
+
'params': [self.adaptor.description.elements.stop, node]}
|
587
596
|
];
|
597
|
+
if(node.parent('parallel_branch').length > 0) {
|
598
|
+
childs.push({
|
599
|
+
'label': 'Critical',
|
600
|
+
'function_call': func,
|
601
|
+
'menu_icon': self.elements.critical.illustrator.svg.clone(),
|
602
|
+
'type': 'critical',
|
603
|
+
'params': [self.adaptor.description.elements.critical, node]
|
604
|
+
});
|
605
|
+
}
|
606
|
+
return childs;
|
588
607
|
}, //}}}
|
589
608
|
'adaptor': {//{{{
|
590
609
|
'mousedown': function (node,e) {
|
@@ -625,7 +644,7 @@ function WFAdaptorManifestation(adaptor) {
|
|
625
644
|
'type': 'parallel_branch',
|
626
645
|
'params': [self.adaptor.description.elements.parallel_branch, node]}];
|
627
646
|
}
|
628
|
-
|
647
|
+
var childs = [
|
629
648
|
{'label': 'Service Call with Scripts',
|
630
649
|
'function_call': func,
|
631
650
|
'menu_icon': self.elements.callmanipulate.illustrator.svg.clone(),
|
@@ -665,13 +684,18 @@ function WFAdaptorManifestation(adaptor) {
|
|
665
684
|
'function_call': func,
|
666
685
|
'menu_icon': self.elements.stop.illustrator.svg.clone(),
|
667
686
|
'type': 'stop',
|
668
|
-
'params': [self.adaptor.description.elements.stop, node]}
|
669
|
-
{'label': 'Critical',
|
670
|
-
'function_call': func,
|
671
|
-
'menu_icon': self.elements.critical.illustrator.svg.clone(),
|
672
|
-
'type': 'critical',
|
673
|
-
'params': [self.adaptor.description.elements.critical, node]}
|
687
|
+
'params': [self.adaptor.description.elements.stop, node]}
|
674
688
|
];
|
689
|
+
if(node.parent('parallel_branch').length > 0) {
|
690
|
+
childs.push({
|
691
|
+
'label': 'Critical',
|
692
|
+
'function_call': func,
|
693
|
+
'menu_icon': self.elements.critical.illustrator.svg.clone(),
|
694
|
+
'type': 'critical',
|
695
|
+
'params': [self.adaptor.description.elements.critical, node]
|
696
|
+
});
|
697
|
+
}
|
698
|
+
return childs;
|
675
699
|
}, //}}}
|
676
700
|
'adaptor': {//{{{
|
677
701
|
'mousedown': function (node,e) {
|
@@ -717,7 +741,7 @@ function WFAdaptorManifestation(adaptor) {
|
|
717
741
|
'menu_icon': self.elements.call.illustrator.svg.clone(),
|
718
742
|
'type': 'call',
|
719
743
|
'params': [self.adaptor.description.elements.call, node]},
|
720
|
-
{'label': '
|
744
|
+
{'label': 'Script',
|
721
745
|
'function_call': func,
|
722
746
|
'menu_icon': self.elements.manipulate.illustrator.svg.clone(),
|
723
747
|
'type': 'manipulate',
|
@@ -741,13 +765,17 @@ function WFAdaptorManifestation(adaptor) {
|
|
741
765
|
'function_call': func,
|
742
766
|
'menu_icon': self.elements.stop.illustrator.svg.clone(),
|
743
767
|
'type': 'stop',
|
744
|
-
'params': [self.adaptor.description.elements.stop, node]}
|
745
|
-
{'label': 'Critical',
|
746
|
-
'function_call': func,
|
747
|
-
'menu_icon': self.elements.critical.illustrator.svg.clone(),
|
748
|
-
'type': 'critical',
|
749
|
-
'params': [self.adaptor.description.elements.critical, node]}
|
768
|
+
'params': [self.adaptor.description.elements.stop, node]}
|
750
769
|
];
|
770
|
+
if(node.parent('parallel_branch').length > 0) {
|
771
|
+
childs.push({
|
772
|
+
'label': 'Critical',
|
773
|
+
'function_call': func,
|
774
|
+
'menu_icon': self.elements.critical.illustrator.svg.clone(),
|
775
|
+
'type': 'critical',
|
776
|
+
'params': [self.adaptor.description.elements.critical, node]
|
777
|
+
});
|
778
|
+
}
|
751
779
|
if(node.parent('parallel').length > node.parent('parallel_branch').length) {
|
752
780
|
childs.push({'label': 'Parallel Branch',
|
753
781
|
'function_call': func,
|
@@ -796,6 +824,19 @@ function WFAdaptorManifestation(adaptor) {
|
|
796
824
|
var func = null;
|
797
825
|
if (mode == 'into') { func = self.adaptor.description.insert_first_into }
|
798
826
|
else { func = self.adaptor.description.insert_after }
|
827
|
+
var childs = [
|
828
|
+
{'label': 'Parallel Branch',
|
829
|
+
'function_call': func,
|
830
|
+
'menu_icon': self.elements.parallel_branch.illustrator.svg.clone(),
|
831
|
+
'type': 'parallel_branch',
|
832
|
+
'params': [self.adaptor.description.elements.parallel_branch, node]},
|
833
|
+
];
|
834
|
+
return childs;
|
835
|
+
}, //}}}
|
836
|
+
'permissible_children_expert': function(node,mode) { //{{{
|
837
|
+
var func = null;
|
838
|
+
if (mode.match(/into/)) { func = self.adaptor.description.insert_first_into }
|
839
|
+
else { func = self.adaptor.description.insert_after }
|
799
840
|
var childs = [
|
800
841
|
{'label': 'Service Call with Scripts',
|
801
842
|
'function_call': func,
|
@@ -807,7 +848,7 @@ function WFAdaptorManifestation(adaptor) {
|
|
807
848
|
'menu_icon': self.elements.call.illustrator.svg.clone(),
|
808
849
|
'type': 'call',
|
809
850
|
'params': [self.adaptor.description.elements.call, node]},
|
810
|
-
{'label': '
|
851
|
+
{'label': 'Script',
|
811
852
|
'function_call': func,
|
812
853
|
'menu_icon': self.elements.manipulate.illustrator.svg.clone(),
|
813
854
|
'type': 'manipulate',
|
@@ -822,11 +863,11 @@ function WFAdaptorManifestation(adaptor) {
|
|
822
863
|
'menu_icon': self.elements.loop.illustrator.svg.clone(),
|
823
864
|
'type': 'loop',
|
824
865
|
'params': [self.adaptor.description.elements.loop, node]},
|
825
|
-
{'label': '
|
866
|
+
{'label': 'Stop',
|
826
867
|
'function_call': func,
|
827
|
-
'menu_icon': self.elements.
|
828
|
-
'type': '
|
829
|
-
'params': [self.adaptor.description.elements.
|
868
|
+
'menu_icon': self.elements.stop.illustrator.svg.clone(),
|
869
|
+
'type': 'stop',
|
870
|
+
'params': [self.adaptor.description.elements.stop, node]}
|
830
871
|
];
|
831
872
|
if(node.get(0).tagName != 'parallel')
|
832
873
|
childs.push({'label': 'Parallel',
|
@@ -872,10 +913,9 @@ function WFAdaptorManifestation(adaptor) {
|
|
872
913
|
'description': self.adaptor.theme_dir + 'rngs/parallel_branch.rng',
|
873
914
|
'permissible_children': function(node,mode) { //{{{
|
874
915
|
var func = null;
|
875
|
-
var childs = null;
|
876
916
|
if (mode == 'into') { func = self.adaptor.description.insert_first_into }
|
877
917
|
else { func = self.adaptor.description.insert_after }
|
878
|
-
childs =
|
918
|
+
var childs = [
|
879
919
|
{'label': 'Service Call with Scripts',
|
880
920
|
'function_call': func,
|
881
921
|
'menu_icon': self.elements.callmanipulate.illustrator.svg.clone(),
|
@@ -920,7 +960,7 @@ function WFAdaptorManifestation(adaptor) {
|
|
920
960
|
'function_call': func,
|
921
961
|
'menu_icon': self.elements.critical.illustrator.svg.clone(),
|
922
962
|
'type': 'critical',
|
923
|
-
'params': [self.adaptor.description.elements.critical, node]}
|
963
|
+
'params': [self.adaptor.description.elements.critical, node]}
|
924
964
|
];
|
925
965
|
if(node.parents('choose').length > node.parents('alternative, otherwise').length && node.get(0).tagName == 'parallel_branch') {
|
926
966
|
return [{'label': 'Alternative',
|
@@ -933,12 +973,7 @@ function WFAdaptorManifestation(adaptor) {
|
|
933
973
|
}, //}}}
|
934
974
|
'adaptor': {//{{{
|
935
975
|
'mousedown': function (node,e) {
|
936
|
-
|
937
|
-
if(xml_node.get(0).parentNode.tagName == 'parallel') {
|
938
|
-
self.events.mousedown(node,e,true,false);
|
939
|
-
} else {
|
940
|
-
self.events.mousedown(node,e,true,true);
|
941
|
-
}
|
976
|
+
self.events.mousedown(node,e,true,true);
|
942
977
|
},
|
943
978
|
'click': self.events.click,
|
944
979
|
'dblclick': self.events.dblclick,
|
@@ -965,7 +1000,7 @@ function WFAdaptorManifestation(adaptor) {
|
|
965
1000
|
var func = null;
|
966
1001
|
if (mode == 'into') { func = self.adaptor.description.insert_first_into }
|
967
1002
|
else { func = self.adaptor.description.insert_after }
|
968
|
-
|
1003
|
+
var childs = [
|
969
1004
|
{'label': 'Service Call with Scripts',
|
970
1005
|
'function_call': func,
|
971
1006
|
'menu_icon': self.elements.callmanipulate.illustrator.svg.clone(),
|
@@ -1005,13 +1040,18 @@ function WFAdaptorManifestation(adaptor) {
|
|
1005
1040
|
'function_call': func,
|
1006
1041
|
'menu_icon': self.elements.stop.illustrator.svg.clone(),
|
1007
1042
|
'type': 'stop',
|
1008
|
-
'params': [self.adaptor.description.elements.stop, node]}
|
1009
|
-
{'label': 'Critical',
|
1010
|
-
'function_call': func,
|
1011
|
-
'menu_icon': self.elements.critical.illustrator.svg.clone(),
|
1012
|
-
'type': 'critical',
|
1013
|
-
'params': [self.adaptor.description.elements.critical, node]},
|
1043
|
+
'params': [self.adaptor.description.elements.stop, node]}
|
1014
1044
|
];
|
1045
|
+
if(node.parent('parallel_branch').length > 0) {
|
1046
|
+
childs.push({
|
1047
|
+
'label': 'Critical',
|
1048
|
+
'function_call': func,
|
1049
|
+
'menu_icon': self.elements.critical.illustrator.svg.clone(),
|
1050
|
+
'type': 'critical',
|
1051
|
+
'params': [self.adaptor.description.elements.critical, node]
|
1052
|
+
});
|
1053
|
+
}
|
1054
|
+
return childs;
|
1015
1055
|
}, //}}}
|
1016
1056
|
'adaptor': {//{{{
|
1017
1057
|
'mousedown': function (node,e) {
|
@@ -1075,7 +1115,7 @@ function WFAdaptorManifestation(adaptor) {
|
|
1075
1115
|
var func = null;
|
1076
1116
|
if (mode == 'into') { func = self.adaptor.description.insert_first_into }
|
1077
1117
|
else { func = self.adaptor.description.insert_after }
|
1078
|
-
|
1118
|
+
var childs = [
|
1079
1119
|
{'label': 'Service Call with Scripts',
|
1080
1120
|
'function_call': func,
|
1081
1121
|
'menu_icon': self.elements.callmanipulate.illustrator.svg.clone(),
|
@@ -1086,7 +1126,7 @@ function WFAdaptorManifestation(adaptor) {
|
|
1086
1126
|
'menu_icon': self.elements.call.illustrator.svg.clone(),
|
1087
1127
|
'type': 'call',
|
1088
1128
|
'params': [self.adaptor.description.elements.call, node]},
|
1089
|
-
{'label': 'Script
|
1129
|
+
{'label': 'Script',
|
1090
1130
|
'function_call': func,
|
1091
1131
|
'menu_icon': self.elements.manipulate.illustrator.svg.clone(),
|
1092
1132
|
'type': 'manipulate',
|
@@ -1106,22 +1146,22 @@ function WFAdaptorManifestation(adaptor) {
|
|
1106
1146
|
'menu_icon': self.elements.loop.illustrator.svg.clone(),
|
1107
1147
|
'type': 'loop',
|
1108
1148
|
'params': [self.adaptor.description.elements.loop, node]},
|
1109
|
-
{'label': 'Terminate',
|
1110
|
-
'function_call': func,
|
1111
|
-
'menu_icon': self.elements.terminate.illustrator.svg.clone(),
|
1112
|
-
'type': 'terminate',
|
1113
|
-
'params': [self.adaptor.description.elements.terminate, node]},
|
1114
1149
|
{'label': 'Stop',
|
1115
1150
|
'function_call': func,
|
1116
1151
|
'menu_icon': self.elements.stop.illustrator.svg.clone(),
|
1117
1152
|
'type': 'stop',
|
1118
|
-
'params': [self.adaptor.description.elements.stop, node]}
|
1119
|
-
{'label': 'Critical',
|
1120
|
-
'function_call': func,
|
1121
|
-
'menu_icon': self.elements.critical.illustrator.svg.clone(),
|
1122
|
-
'type': 'critical',
|
1123
|
-
'params': [self.adaptor.description.elements.critical, node]}
|
1153
|
+
'params': [self.adaptor.description.elements.stop, node]}
|
1124
1154
|
];
|
1155
|
+
if(node.parent('parallel_branch').length > 0) {
|
1156
|
+
childs.push({
|
1157
|
+
'label': 'Critical',
|
1158
|
+
'function_call': func,
|
1159
|
+
'menu_icon': self.elements.critical.illustrator.svg.clone(),
|
1160
|
+
'type': 'critical',
|
1161
|
+
'params': [self.adaptor.description.elements.critical, node]
|
1162
|
+
});
|
1163
|
+
}
|
1164
|
+
return childs;
|
1125
1165
|
}, //}}}
|
1126
1166
|
'adaptor': {//{{{
|
1127
1167
|
'mousedown': function (node,e) {
|
data/cpee.gemspec
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "cpee"
|
3
|
-
s.version = "1.5.
|
3
|
+
s.version = "1.5.21"
|
4
4
|
s.platform = Gem::Platform::RUBY
|
5
5
|
s.license = "LGPL-3.0"
|
6
6
|
s.summary = "Preliminary release of cloud process execution engine (cpee). If you just need workflow execution, without a rest/xmpp service exposing it, then use WEEL"
|
7
7
|
|
8
8
|
s.description = "see http://cpee.org"
|
9
9
|
|
10
|
-
s.files = Dir['{example/**/*,server/**/*,tools/**/*,lib/**/*,cockpit/**/*,contrib/logo*,contrib/Screen*,log/**/*}'] - Dir['{server/instances/**/*,cockpit/js_libs/**/*,log/logs/**/*}'] + %w(COPYING FEATURES INSTALL Rakefile cpee.gemspec README AUTHORS)
|
10
|
+
s.files = Dir['{example/**/*,server/**/*,tools/**/*,lib/**/*,cockpit/**/*,cockpit/themes/*/*/*,contrib/logo*,contrib/Screen*,log/**/*}'] - Dir['{server/instances/**/*,cockpit/js_libs/**/*,log/logs/**/*}'] + %w(COPYING FEATURES INSTALL Rakefile cpee.gemspec README AUTHORS)
|
11
11
|
s.require_path = 'lib'
|
12
12
|
s.extra_rdoc_files = ['README']
|
13
13
|
s.bindir = 'tools'
|
@@ -24,6 +24,7 @@ Gem::Specification.new do |s|
|
|
24
24
|
s.add_runtime_dependency 'riddl', '~> 0.99'
|
25
25
|
s.add_runtime_dependency 'weel', '~> 1.99', '>= 1.99.80'
|
26
26
|
s.add_runtime_dependency 'savon', '~> 2'
|
27
|
+
s.add_runtime_dependency 'xml-smart', '>=0.4.3', '~>0'
|
27
28
|
s.add_runtime_dependency 'highline', '~> 1.6'
|
28
29
|
s.add_runtime_dependency 'json', '~>2.1'
|
29
30
|
s.add_runtime_dependency 'rubyzip', '~>1.2'
|