|
34 | 34 | <initialOperation> |
35 | 35 | <firstModelOperations xsi:type="tool_1:ChangeContext" browseExpression="var:container"> |
36 | 36 | <subModelOperations xsi:type="tool_1:CreateInstance" typeName="soa.Component" referenceName="ownedComponents"> |
37 | | - <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'Component ' + self.eContainer(soa::System).ownedComponents->size()"/> |
| 37 | + <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'Component_' + self.eContainer(soa::System).ownedComponents->size()"/> |
38 | 38 | </subModelOperations> |
39 | 39 | </firstModelOperations> |
40 | 40 | </initialOperation> |
|
48 | 48 | <firstModelOperations xsi:type="tool_1:ChangeContext" browseExpression="var:container"> |
49 | 49 | <subModelOperations xsi:type="tool_1:CreateInstance" typeName="soa.Service" referenceName="ownedServices"> |
50 | 50 | <subModelOperations xsi:type="tool_1:SetValue" featureName="kind" valueExpression="service:getProvidedLiteral()"/> |
51 | | - <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'ProvidedService' + container.oclAsType(soa::Component).providedServices->size()"/> |
| 51 | + <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'ProvidedService_' + container.oclAsType(soa::Component).providedServices->size()"/> |
52 | 52 | </subModelOperations> |
53 | 53 | </firstModelOperations> |
54 | 54 | </initialOperation> |
|
60 | 60 | <firstModelOperations xsi:type="tool_1:ChangeContext" browseExpression="var:container"> |
61 | 61 | <subModelOperations xsi:type="tool_1:CreateInstance" typeName="soa.Service" referenceName="ownedServices"> |
62 | 62 | <subModelOperations xsi:type="tool_1:SetValue" featureName="kind" valueExpression="service:getRequiredLiteral()"/> |
63 | | - <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'RequiredService' + container.oclAsType(soa::Component).requiredServices->size()"/> |
| 63 | + <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'RequiredService_' + container.oclAsType(soa::Component).requiredServices->size()"/> |
64 | 64 | </subModelOperations> |
65 | 65 | </firstModelOperations> |
66 | 66 | </initialOperation> |
|
291 | 291 | <firstModelOperations xsi:type="tool_1:ChangeContext" browseExpression="var:container"> |
292 | 292 | <subModelOperations xsi:type="tool_1:CreateInstance" typeName="soa.Service" referenceName="ownedServices"> |
293 | 293 | <subModelOperations xsi:type="tool_1:SetValue" featureName="kind" valueExpression="service:getProvidedLiteral()"/> |
294 | | - <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'ProvidedService'+container.oclAsType(soa::Component).providedServices->size()"/> |
| 294 | + <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'ProvidedService_'+container.oclAsType(soa::Component).providedServices->size()"/> |
295 | 295 | </subModelOperations> |
296 | 296 | </firstModelOperations> |
297 | 297 | </initialOperation> |
|
303 | 303 | <firstModelOperations xsi:type="tool_1:ChangeContext" browseExpression="var:container"> |
304 | 304 | <subModelOperations xsi:type="tool_1:CreateInstance" typeName="soa.Service" referenceName="ownedServices"> |
305 | 305 | <subModelOperations xsi:type="tool_1:SetValue" featureName="kind" valueExpression="service:getRequiredLiteral()"/> |
306 | | - <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'RequiredService' + container.oclAsType(soa::Component).requiredServices->size()"/> |
| 306 | + <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'RequiredService_' + container.oclAsType(soa::Component).requiredServices->size()"/> |
307 | 307 | </subModelOperations> |
308 | 308 | </firstModelOperations> |
309 | 309 | </initialOperation> |
|
366 | 366 | </subModelOperations> |
367 | 367 | <subModelOperations xsi:type="tool_1:ChangeContext" browseExpression="feature:ownedInterface"> |
368 | 368 | <subModelOperations xsi:type="tool_1:CreateInstance" typeName="soa.Operation" referenceName="ownedOperations"> |
369 | | - <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'Operation' + self.eContainer(soa::Interface).ownedOperations->size()"/> |
| 369 | + <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'Operation_' + self.eContainer(soa::Interface).ownedOperations->size()"/> |
370 | 370 | </subModelOperations> |
371 | 371 | </subModelOperations> |
372 | 372 | </firstModelOperations> |
|
380 | 380 | <initialOperation> |
381 | 381 | <firstModelOperations xsi:type="tool_1:ChangeContext" browseExpression="var:container"> |
382 | 382 | <subModelOperations xsi:type="tool_1:CreateInstance" typeName="soa.Parameter" referenceName="input"> |
383 | | - <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'input' + self.eContainer(soa::Operation).input->size()"/> |
| 383 | + <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'input_' + self.eContainer(soa::Operation).input->size()"/> |
384 | 384 | <subModelOperations xsi:type="tool_1:SetValue" featureName="type" valueExpression="service:getStringPrimitiveType()"/> |
385 | 385 | </subModelOperations> |
386 | 386 | </firstModelOperations> |
|
392 | 392 | <initialOperation> |
393 | 393 | <firstModelOperations xsi:type="tool_1:ChangeContext" browseExpression="var:container"> |
394 | 394 | <subModelOperations xsi:type="tool_1:CreateInstance" typeName="soa.Parameter" referenceName="output"> |
395 | | - <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'output' + self.eContainer(soa::Operation).input->size()"/> |
| 395 | + <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'output_' + self.eContainer(soa::Operation).input->size()"/> |
396 | 396 | <subModelOperations xsi:type="tool_1:SetValue" featureName="type" valueExpression="service:getStringPrimitiveType()"/> |
397 | 397 | </subModelOperations> |
398 | 398 | </firstModelOperations> |
|
404 | 404 | <initialOperation> |
405 | 405 | <firstModelOperations xsi:type="tool_1:ChangeContext" browseExpression="var:container"> |
406 | 406 | <subModelOperations xsi:type="tool_1:CreateInstance" typeName="soa.Parameter" referenceName="fault"> |
407 | | - <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'fault' + self.eContainer(soa::Operation).fault->size()"/> |
| 407 | + <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'fault_' + self.eContainer(soa::Operation).fault->size()"/> |
408 | 408 | <subModelOperations xsi:type="tool_1:SetValue" featureName="type" valueExpression="service:getStringPrimitiveType()"/> |
409 | 409 | </subModelOperations> |
410 | 410 | </firstModelOperations> |
|
760 | 760 | <initialOperation> |
761 | 761 | <firstModelOperations xsi:type="tool_1:ChangeContext" browseExpression="var:container"> |
762 | 762 | <subModelOperations xsi:type="tool_1:CreateInstance" typeName="environment.DTO" referenceName="types"> |
763 | | - <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'DTO' + self.eContainer().oclAsType(environment::Namespace).types->size()"/> |
| 763 | + <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'DTO_' + self.eContainer().oclAsType(environment::Namespace).types->size()"/> |
764 | 764 | </subModelOperations> |
765 | 765 | </firstModelOperations> |
766 | 766 | </initialOperation> |
|
778 | 778 | <initialOperation> |
779 | 779 | <firstModelOperations xsi:type="tool_1:ChangeContext" browseExpression="var:container"> |
780 | 780 | <subModelOperations xsi:type="tool_1:CreateInstance" typeName="environment.Attribute" referenceName="ownedAttributes"> |
781 | | - <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'attribute' + self.eContainer(environment::StructuredType).ownedAttributes->size()"/> |
| 781 | + <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'attribute_' + self.eContainer(environment::StructuredType).ownedAttributes->size()"/> |
782 | 782 | <subModelOperations xsi:type="tool_1:SetValue" featureName="type" valueExpression="service:getStringPrimitiveType()"/> |
783 | 783 | </subModelOperations> |
784 | 784 | </firstModelOperations> |
|
792 | 792 | <initialOperation> |
793 | 793 | <firstModelOperations xsi:type="tool_1:ChangeContext" browseExpression="var:container"> |
794 | 794 | <subModelOperations xsi:type="tool_1:CreateInstance" typeName="environment.Enumeration" referenceName="types"> |
795 | | - <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'Enum' + self.eContainer(environment::Namespace).types->size()"/> |
| 795 | + <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'Enum_' + self.eContainer(environment::Namespace).types->size()"/> |
796 | 796 | </subModelOperations> |
797 | 797 | </firstModelOperations> |
798 | 798 | </initialOperation> |
|
803 | 803 | <initialOperation> |
804 | 804 | <firstModelOperations xsi:type="tool_1:ChangeContext" browseExpression="var:container"> |
805 | 805 | <subModelOperations xsi:type="tool_1:CreateInstance" typeName="environment.Literal" referenceName="literals"> |
806 | | - <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'literal' + self.eContainer().literals->size()"/> |
| 806 | + <subModelOperations xsi:type="tool_1:SetValue" featureName="name" valueExpression="aql:'literal_' + self.eContainer().literals->size()"/> |
807 | 807 | </subModelOperations> |
808 | 808 | </firstModelOperations> |
809 | 809 | </initialOperation> |
|
0 commit comments