ontomde-demos 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (313) hide show
  1. data/History.txt +2 -0
  2. data/Manifest.txt +312 -0
  3. data/README.txt +48 -0
  4. data/Rakefile +22 -0
  5. data/bin/ontomde-demos-install +10 -0
  6. data/demo/adobe-flex/1-unpack.bat +6 -0
  7. data/demo/adobe-flex/1-unpack.sh +5 -0
  8. data/demo/adobe-flex/2-generate.bat +4 -0
  9. data/demo/adobe-flex/2-generate.sh +5 -0
  10. data/demo/adobe-flex/3-flex.bat +4 -0
  11. data/demo/adobe-flex/3-flex.sh +4 -0
  12. data/demo/adobe-flex/4-start-webapp.bat +7 -0
  13. data/demo/adobe-flex/4-start-webapp.sh +4 -0
  14. data/demo/adobe-flex/9-eclipse.bat +5 -0
  15. data/demo/adobe-flex/9-eclipse.sh +6 -0
  16. data/demo/adobe-flex/README.txt +79 -0
  17. data/demo/adobe-flex/domain/pom.xml +61 -0
  18. data/demo/adobe-flex/ear/pom.xml +160 -0
  19. data/demo/adobe-flex/flex2_sdk/README.txt +7 -0
  20. data/demo/adobe-flex/flex2_sdk/flex2_sdk_hf1_download.URL +2 -0
  21. data/demo/adobe-flex/mda/.ontomde-java +75 -0
  22. data/demo/adobe-flex/mda/clean-generated.sh +24 -0
  23. data/demo/adobe-flex/mda/pom.xml +110 -0
  24. data/demo/adobe-flex/mda/src/main/mda/customDataTypes.rb +5 -0
  25. data/demo/adobe-flex/mda/src/main/mda/dbDiscriminatorCache.rb +74 -0
  26. data/demo/adobe-flex/mda/src/main/mda/javaMapping.rb-notused +302 -0
  27. data/demo/adobe-flex/mda/src/main/mda/mda.rb +0 -0
  28. data/demo/adobe-flex/mda/src/main/model/.project +11 -0
  29. data/demo/adobe-flex/mda/src/main/model/model.emx +1779 -0
  30. data/demo/adobe-flex/mda/src/main/model/model.emx.nt +3575 -0
  31. data/demo/adobe-flex/mda/src/main/model/model.emx.nt_kb.pprj +1496 -0
  32. data/demo/adobe-flex/mda/src/main/model/model.emx.nt_kb.rdf +25 -0
  33. data/demo/adobe-flex/mda/src/main/model/model.emx.nt_kb.rdfs +2242 -0
  34. data/demo/adobe-flex/mda/src/main/resources/formatter.properties +260 -0
  35. data/demo/adobe-flex/pom.xml +97 -0
  36. data/demo/adobe-flex/projectbase/pom.xml +132 -0
  37. data/demo/adobe-flex/webapp/pom.xml +126 -0
  38. data/demo/apache-struts-mesContacts/1-base.bat +6 -0
  39. data/demo/apache-struts-mesContacts/1-base.sh +6 -0
  40. data/demo/apache-struts-mesContacts/2-unpack.bat +6 -0
  41. data/demo/apache-struts-mesContacts/2-unpack.sh +6 -0
  42. data/demo/apache-struts-mesContacts/3-generate.bat +4 -0
  43. data/demo/apache-struts-mesContacts/3-generate.sh +7 -0
  44. data/demo/apache-struts-mesContacts/4-start-webapp-nosecurity.bat +4 -0
  45. data/demo/apache-struts-mesContacts/4-start-webapp-nosecurity.sh +6 -0
  46. data/demo/apache-struts-mesContacts/5-start-webapp.bat +7 -0
  47. data/demo/apache-struts-mesContacts/5-start-webapp.sh +6 -0
  48. data/demo/apache-struts-mesContacts/9-eclipse.bat +5 -0
  49. data/demo/apache-struts-mesContacts/9-eclipse.sh +8 -0
  50. data/demo/apache-struts-mesContacts/domain/pom.xml +77 -0
  51. data/demo/apache-struts-mesContacts/domain/src/main/java/gUI/ContactList.java +400 -0
  52. data/demo/apache-struts-mesContacts/domain/src/main/java/service/ContactManager.java +162 -0
  53. data/demo/apache-struts-mesContacts/domain/src/main/java/service/ContactManagerImpl.java +68 -0
  54. data/demo/apache-struts-mesContacts/domain/src/main/java/xmda/security/GlobalComputedAccessControlCriteria.java +29 -0
  55. data/demo/apache-struts-mesContacts/domain/src/main/java/xmda/security/GlobalComputedAccessControlCriteria.java.mda +37 -0
  56. data/demo/apache-struts-mesContacts/domain/src/main/java/xmda/security/ProviderImpl.java +303 -0
  57. data/demo/apache-struts-mesContacts/mda/.ontomde-java +71 -0
  58. data/demo/apache-struts-mesContacts/mda/clean-generated.sh +24 -0
  59. data/demo/apache-struts-mesContacts/mda/pom.xml +75 -0
  60. data/demo/apache-struts-mesContacts/mda/src/main/mda/customDataTypes.rb +6 -0
  61. data/demo/apache-struts-mesContacts/mda/src/main/mda/dbDiscriminatorCache.rb +88 -0
  62. data/demo/apache-struts-mesContacts/mda/src/main/mda/mda.rb +0 -0
  63. data/demo/apache-struts-mesContacts/mda/src/main/model/.project +12 -0
  64. data/demo/apache-struts-mesContacts/mda/src/main/model/model.emx +2106 -0
  65. data/demo/apache-struts-mesContacts/mda/src/main/model/model.emx.nt +4449 -0
  66. data/demo/apache-struts-mesContacts/mda/src/main/model/model.emx.nt.pprj +1509 -0
  67. data/demo/apache-struts-mesContacts/mda/src/main/model/model.emx.nt.rdf +173 -0
  68. data/demo/apache-struts-mesContacts/mda/src/main/model/model.emx.nt.rdfs +2501 -0
  69. data/demo/apache-struts-mesContacts/mda/src/main/resources/formatter.properties +260 -0
  70. data/demo/apache-struts-mesContacts/pom.xml +20 -0
  71. data/demo/apache-struts-mesContacts/projectbase/pom.xml +123 -0
  72. data/demo/apache-struts-mesContacts/webapp/pom.xml +304 -0
  73. data/demo/apache-struts-mesContacts/webapp/src/main/java/gUI/methods/struts/ContactListnewContactMPCStrutsAction.java +392 -0
  74. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/all.jsp +1 -0
  75. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/index.jsp +15 -0
  76. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/index.jsp.mda +930 -0
  77. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/domain/form/Contactall.jsp +211 -0
  78. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/domain/form/Contactall.jsp.mda +1247 -0
  79. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/gUI/form/ContactListall.jsp +235 -0
  80. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/gUI/form/ContactListall.jsp.mda +1086 -0
  81. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/gUI/methods/form/ContactListnewContactMPCall.jsp +143 -0
  82. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/gUI/methods/form/ContactListnewContactMPCall.jsp.mda +1041 -0
  83. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/menu.inc +229 -0
  84. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/add_photo.gif +0 -0
  85. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/attention.gif +0 -0
  86. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/back.gif +0 -0
  87. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bck_table.gif +0 -0
  88. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bkg_maligne_gauche_new.gif +0 -0
  89. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bkg_maligne_new.gif +0 -0
  90. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bottom.gif +0 -0
  91. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bt_center.gif +0 -0
  92. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bt_center_off.gif +0 -0
  93. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bt_left.gif +0 -0
  94. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bt_left_off.gif +0 -0
  95. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bt_right.gif +0 -0
  96. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bt_right_off.gif +0 -0
  97. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/contact.css +609 -0
  98. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/corner_bottom_left.gif +0 -0
  99. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/corner_bottom_right.gif +0 -0
  100. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/corner_left.gif +0 -0
  101. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/dispo_off.gif +0 -0
  102. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/dispo_on.gif +0 -0
  103. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/export1.gif +0 -0
  104. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/export2.gif +0 -0
  105. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/extraire.gif +0 -0
  106. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/favicon.ico +0 -0
  107. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/fleche.gif +0 -0
  108. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/flecheon.gif +0 -0
  109. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/import1.gif +0 -0
  110. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/import2.gif +0 -0
  111. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/import3.gif +0 -0
  112. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/imprimer.gif +0 -0
  113. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/index.css +611 -0
  114. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/index.dat +7 -0
  115. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/index.html +587 -0
  116. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/left_table.gif +0 -0
  117. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/line.gif +0 -0
  118. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/lineverti.gif +0 -0
  119. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/menu.css +88 -0
  120. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/modifier.gif +0 -0
  121. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/nav.gif +0 -0
  122. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/new.css +470 -0
  123. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/on_mobile.gif +0 -0
  124. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/on_sim_card.gif +0 -0
  125. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/onglet_1_2_on.gif +0 -0
  126. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/onglet_1_3_off.gif +0 -0
  127. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/onglet_2_1_on.gif +0 -0
  128. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/order_up.gif +0 -0
  129. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_ecarte.gif +0 -0
  130. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_email.gif +0 -0
  131. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_fax.gif +0 -0
  132. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_fax2.gif +0 -0
  133. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_home.gif +0 -0
  134. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_home2.gif +0 -0
  135. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_messagerie.gif +0 -0
  136. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_mobile.gif +0 -0
  137. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_mobile2.gif +0 -0
  138. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_secondaire.gif +0 -0
  139. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_sms.gif +0 -0
  140. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_supprimer.gif +0 -0
  141. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_visio.gif +0 -0
  142. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_work.gif +0 -0
  143. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_work2.gif +0 -0
  144. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/point.gif +0 -0
  145. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/print.gif +0 -0
  146. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/profile_homme.gif +0 -0
  147. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/right_table.gif +0 -0
  148. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/right_table_fiche.gif +0 -0
  149. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/tt_encart_infos1.gif +0 -0
  150. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/tt_encart_infos2.gif +0 -0
  151. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/unlimited.gif +0 -0
  152. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/verifier.gif +0 -0
  153. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/vide.gif +0 -0
  154. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/voir.gif +0 -0
  155. data/demo/core/README.txt +43 -0
  156. data/demo/core/demo-dsl/bpm.pprj +1745 -0
  157. data/demo/core/demo-dsl/bpm.rdf +140 -0
  158. data/demo/core/demo-dsl/bpm.rdfs +231 -0
  159. data/demo/core/demo-dsl/main_demo_dsl_structured.rb +60 -0
  160. data/demo/core/demo-dumpUMLMetaModel/demo_dump_uml2.rb +144 -0
  161. data/demo/core/demo-generateXML/README.txt +30 -0
  162. data/demo/core/demo-generateXML/main_demo_flatcode.rb +51 -0
  163. data/demo/core/demo-generateXML/main_demo_structured.rb +65 -0
  164. data/demo/core/demo-generateXML/main_demo_template.rb +62 -0
  165. data/demo/core/demo-uml-browsing/main_demo_uml_browsing.rb +49 -0
  166. data/demo/core/demo-umlStateMachine/demo_umlStateMachine.rb +169 -0
  167. data/demo/core/demo-umlStateMachine/model/.project +11 -0
  168. data/demo/core/demo-umlStateMachine/model/StateMachine.PNG +0 -0
  169. data/demo/core/demo-umlStateMachine/model/stateMachine.emx +594 -0
  170. data/demo/core/demo-umlStateMachine/model/stateMachine.emx.nt +2527 -0
  171. data/demo/core/model/README.txt +1 -0
  172. data/demo/core/model/model.emx +1779 -0
  173. data/demo/core/model/model.emx.nt +3575 -0
  174. data/demo/core/model/model.emx.nt_kb.pprj +1438 -0
  175. data/demo/core/model/model.emx.nt_kb.rdf +25 -0
  176. data/demo/java5/EnterpriseArchitect7.1/.classpath +6 -0
  177. data/demo/java5/EnterpriseArchitect7.1/.ontomde-java +17 -0
  178. data/demo/java5/EnterpriseArchitect7.1/.project +17 -0
  179. data/demo/java5/EnterpriseArchitect7.1/.xmda +2 -0
  180. data/demo/java5/EnterpriseArchitect7.1/1-generate.bat +3 -0
  181. data/demo/java5/EnterpriseArchitect7.1/1-generate.sh +3 -0
  182. data/demo/java5/EnterpriseArchitect7.1/2-generateJavadoc.bat +3 -0
  183. data/demo/java5/EnterpriseArchitect7.1/2-generateJavadoc.sh +3 -0
  184. data/demo/java5/EnterpriseArchitect7.1/pom.xml +160 -0
  185. data/demo/java5/EnterpriseArchitect7.1/src/main/mda/customDatatypes.rb +9 -0
  186. data/demo/java5/EnterpriseArchitect7.1/src/main/model/java5_demo.ea71.ea.xmi +4115 -0
  187. data/demo/java5/EnterpriseArchitect7.1/src/main/model/java5_demo.eap +0 -0
  188. data/demo/java5/README.txt +74 -0
  189. data/demo/java5/copyShared.sh +35 -0
  190. data/demo/java5/objecteering6/.classpath +6 -0
  191. data/demo/java5/objecteering6/.ontomde-java +17 -0
  192. data/demo/java5/objecteering6/.project +17 -0
  193. data/demo/java5/objecteering6/.xmda +2 -0
  194. data/demo/java5/objecteering6/1-generate.bat +3 -0
  195. data/demo/java5/objecteering6/1-generate.sh +3 -0
  196. data/demo/java5/objecteering6/2-generateJavadoc.bat +3 -0
  197. data/demo/java5/objecteering6/2-generateJavadoc.sh +3 -0
  198. data/demo/java5/objecteering6/pom.xml +160 -0
  199. data/demo/java5/objecteering6/src/main/mda/customDatatypes.rb +9 -0
  200. data/demo/java5/objecteering6/src/main/model/README.txt +4 -0
  201. data/demo/java5/objecteering6/src/main/model/README_OE.txt +5 -0
  202. data/demo/java5/objecteering6/src/main/model/java5_demo.oe600.nt +18 -0
  203. data/demo/java5/objecteering6/src/main/model/java5_demo.oe600.ofp +0 -0
  204. data/demo/java5/rationalSoftwareModeler6/.classpath +6 -0
  205. data/demo/java5/rationalSoftwareModeler6/.ontomde-java +17 -0
  206. data/demo/java5/rationalSoftwareModeler6/.project +17 -0
  207. data/demo/java5/rationalSoftwareModeler6/.xmda +2 -0
  208. data/demo/java5/rationalSoftwareModeler6/1-generate.bat +3 -0
  209. data/demo/java5/rationalSoftwareModeler6/1-generate.sh +3 -0
  210. data/demo/java5/rationalSoftwareModeler6/2-generateJavadoc.bat +3 -0
  211. data/demo/java5/rationalSoftwareModeler6/2-generateJavadoc.sh +3 -0
  212. data/demo/java5/rationalSoftwareModeler6/model.pdf +0 -0
  213. data/demo/java5/rationalSoftwareModeler6/pom.xml +167 -0
  214. data/demo/java5/rationalSoftwareModeler6/src/main/mda/customDatatypes.rb +9 -0
  215. data/demo/java5/rationalSoftwareModeler6/src/main/model/.project +11 -0
  216. data/demo/java5/rationalSoftwareModeler6/src/main/model/java5_demo.emx +3412 -0
  217. data/demo/java5/rationalSoftwareModeler6/src/main/model/java5_demo.emx.nt +4489 -0
  218. data/demo/java5/rationalSoftwareModeler6/src/main/model/rsm-shortcuts.emx +57 -0
  219. data/demo/jboss-jbpm/1-unpack.sh +5 -0
  220. data/demo/jboss-jbpm/2-generate.sh +5 -0
  221. data/demo/jboss-jbpm/3-start-app.sh +10 -0
  222. data/demo/jboss-jbpm/4-stop-app.sh +7 -0
  223. data/demo/jboss-jbpm/5-debug.sh +18 -0
  224. data/demo/jboss-jbpm/6-nodebug.sh +2 -0
  225. data/demo/jboss-jbpm/9-eclipse.bat +5 -0
  226. data/demo/jboss-jbpm/9-eclipse.sh +6 -0
  227. data/demo/jboss-jbpm/debug.sh +18 -0
  228. data/demo/jboss-jbpm/domain/pom.xml +110 -0
  229. data/demo/jboss-jbpm/domain/src/main/java/cas1/Magasinier.java +233 -0
  230. data/demo/jboss-jbpm/domain/src/main/java/cas2/Banquier.java +172 -0
  231. data/demo/jboss-jbpm/domain/src/main/java/cas2/Client.java +140 -0
  232. data/demo/jboss-jbpm/domain/src/main/java/cas2/Personne.java +225 -0
  233. data/demo/jboss-jbpm/domain/src/main/java/cas3/Commande.java +221 -0
  234. data/demo/jboss-jbpm/domain/src/main/java/cas3/ProcessusPreparation.java +382 -0
  235. data/demo/jboss-jbpm/domain/src/main/java/cas4/CommandeLivraison.java +325 -0
  236. data/demo/jboss-jbpm/domain/src/main/java/cas4/ProcessusLivraison.java +366 -0
  237. data/demo/jboss-jbpm/domain/src/main/java/cas4/TacheHumaine.java +225 -0
  238. data/demo/jboss-jbpm/domain/src/main/java/cas4/TacheSuiteErreurLivraison.java +201 -0
  239. data/demo/jboss-jbpm/domain/src/main/resources/META-INF/persistence.xml +25 -0
  240. data/demo/jboss-jbpm/ear/pom.xml +175 -0
  241. data/demo/jboss-jbpm/mda/clean-generated.sh +24 -0
  242. data/demo/jboss-jbpm/mda/pom.xml +227 -0
  243. data/demo/jboss-jbpm/mda/src/main/mda/customDataTypes.rb +1 -0
  244. data/demo/jboss-jbpm/mda/src/main/mda/dbDiscriminatorCache.rb +72 -0
  245. data/demo/jboss-jbpm/mda/src/main/model/.project +12 -0
  246. data/demo/jboss-jbpm/mda/src/main/model/model.emx +606 -0
  247. data/demo/jboss-jbpm/mda/src/main/model/model.emx.nt +2904 -0
  248. data/demo/jboss-jbpm/mda/src/main/model/model.emx.nt_kb.pprj +1432 -0
  249. data/demo/jboss-jbpm/mda/src/main/model/model.emx.nt_kb.rdf +73 -0
  250. data/demo/jboss-jbpm/mda/src/main/model/model.emx.nt_kb.rdfs +709 -0
  251. data/demo/jboss-jbpm/mda/src/main/process/.classpath +10 -0
  252. data/demo/jboss-jbpm/mda/src/main/process/.project +17 -0
  253. data/demo/jboss-jbpm/mda/src/main/process/processList.txt +2 -0
  254. data/demo/jboss-jbpm/mda/src/main/process/src/cas3.ProcessusPreparation/gpd.xml +43 -0
  255. data/demo/jboss-jbpm/mda/src/main/process/src/cas3.ProcessusPreparation/processdefinition.xml +40 -0
  256. data/demo/jboss-jbpm/mda/src/main/process/src/cas3.ProcessusPreparation/processimage.jpg +0 -0
  257. data/demo/jboss-jbpm/mda/src/main/process/src/cas4.ProcessusLivraison/gpd.xml +30 -0
  258. data/demo/jboss-jbpm/mda/src/main/process/src/cas4.ProcessusLivraison/processdefinition.xml +28 -0
  259. data/demo/jboss-jbpm/mda/src/main/process/src/cas4.ProcessusLivraison/processimage.jpg +0 -0
  260. data/demo/jboss-jbpm/mda/src/main/resources/formatter.properties +260 -0
  261. data/demo/jboss-jbpm/ontomde-bpm-ear-copy/pom.xml +128 -0
  262. data/demo/jboss-jbpm/pom.xml +127 -0
  263. data/demo/jboss-jbpm/projectbase/pom.xml +116 -0
  264. data/demo/jboss-jbpm/readme.txt +15 -0
  265. data/demo/jboss-jbpm/runMyApp.sh +22 -0
  266. data/demo/jboss-jbpm/setenv.sh-sample +7 -0
  267. data/demo/jboss-jbpm/stopMyApp.sh +15 -0
  268. data/demo/jboss-jbpm/stopdebug.sh +2 -0
  269. data/demo/jboss-jbpm/webapp/pom.xml +102 -0
  270. data/demo/spring-acegi/1-base.bat +6 -0
  271. data/demo/spring-acegi/1-base.sh +6 -0
  272. data/demo/spring-acegi/2-unpack.bat +6 -0
  273. data/demo/spring-acegi/2-unpack.sh +6 -0
  274. data/demo/spring-acegi/3-generate.bat +4 -0
  275. data/demo/spring-acegi/3-generate.sh +7 -0
  276. data/demo/spring-acegi/4-start-webapp-nosecurity.bat +4 -0
  277. data/demo/spring-acegi/4-start-webapp-nosecurity.sh +6 -0
  278. data/demo/spring-acegi/5-start-webapp.bat +7 -0
  279. data/demo/spring-acegi/5-start-webapp.sh +6 -0
  280. data/demo/spring-acegi/9-eclipse.bat +5 -0
  281. data/demo/spring-acegi/9-eclipse.sh +8 -0
  282. data/demo/spring-acegi/README.txt +79 -0
  283. data/demo/spring-acegi/doc/images/_Ea8UYu6FEdyp6cGW4pi6rw.GIF +0 -0
  284. data/demo/spring-acegi/doc/images/_XH8XYjuOEdyltIorAFYEcg.GIF +0 -0
  285. data/demo/spring-acegi/doc/images/_o7gEAsg1Edy3YZbvY96G9w.GIF +0 -0
  286. data/demo/spring-acegi/doc/images/_s1Mq8O6sEdyp6cGW4pi6rw.GIF +0 -0
  287. data/demo/spring-acegi/doc/ontomde-demo-acegi-run.wnk +0 -0
  288. data/demo/spring-acegi/domain/pom.xml +68 -0
  289. data/demo/spring-acegi/domain/src/main/java/administration/ApplicationUser.java +503 -0
  290. data/demo/spring-acegi/domain/src/main/java/administration/SecurityPanel.java +1177 -0
  291. data/demo/spring-acegi/domain/src/main/java/demo1GSMNetwork/BaseTransceiverStation.java +434 -0
  292. data/demo/spring-acegi/domain/src/main/java/demo2testModel/Client.java +839 -0
  293. data/demo/spring-acegi/domain/src/main/java/xmda/security/ProviderImpl.java +320 -0
  294. data/demo/spring-acegi/mda/.ontomde-java +71 -0
  295. data/demo/spring-acegi/mda/clean-generated.sh +24 -0
  296. data/demo/spring-acegi/mda/pom.xml +75 -0
  297. data/demo/spring-acegi/mda/src/main/mda/customDataTypes.rb +5 -0
  298. data/demo/spring-acegi/mda/src/main/mda/dbDiscriminatorCache.rb +94 -0
  299. data/demo/spring-acegi/mda/src/main/mda/mda.rb +0 -0
  300. data/demo/spring-acegi/mda/src/main/model/.project +12 -0
  301. data/demo/spring-acegi/mda/src/main/model/model.emx +3137 -0
  302. data/demo/spring-acegi/mda/src/main/model/model.emx.nt +5301 -0
  303. data/demo/spring-acegi/mda/src/main/model/model.emx.nt.pprj +1848 -0
  304. data/demo/spring-acegi/mda/src/main/model/model.emx.nt.rdf +271 -0
  305. data/demo/spring-acegi/mda/src/main/resources/formatter.properties +260 -0
  306. data/demo/spring-acegi/pom.xml +20 -0
  307. data/demo/spring-acegi/projectbase/pom.xml +117 -0
  308. data/demo/spring-acegi/webapp/pom.xml +167 -0
  309. data/demo/uml-profil-for-ibm-rsm6/.project +12 -0
  310. data/demo/uml-profil-for-ibm-rsm6/OntoMDE-profil.epx +1748 -0
  311. data/demo/uml-profil-for-ibm-rsm6/README.txt +4 -0
  312. data/lib/ontomde-demos.rb +3 -0
  313. metadata +379 -0
@@ -0,0 +1,30 @@
1
+ Write a generator that creates a file for every uml package.
2
+ The file name should be <packageName>.xml and contains the following xml:
3
+
4
+ <package name="x.y">
5
+ <class name="AClass">
6
+ <property name="attributeA"/>
7
+ <property name="attributeB"/>
8
+ </class>
9
+ <class name="AClassB">
10
+ <property name="attributeY"/>
11
+ <property name="attributeZ"/>
12
+ </class>
13
+ </package>
14
+
15
+
16
+ b)
17
+ Insert a <comment> section inside <class>
18
+ Make the inside of comment a protected zone.
19
+
20
+ Where the protected zone uri comes from?
21
+ Should this uri be unique inside a file?
22
+
23
+ c)
24
+ Insert a <advice> section inside <class>
25
+ Make the inside of comment a protected zone.
26
+
27
+ User proper mechanism for ensuring protected zone uri will be unique.
28
+
29
+ Hint: use mtk_writeSession mtk_protected
30
+
@@ -0,0 +1,51 @@
1
+ # This file contains sample code for demonstrating ontomde-core usage.
2
+ #
3
+ # This demonstration uses "flat-code" style.
4
+ # Other demonstration using other styles are available in this file directory.
5
+ #
6
+ #
7
+ #==FEATURES
8
+ #* loading of a uml model
9
+ #* model browsing
10
+ #* generation of xml file
11
+ #* inclusion of protected-on-demand zones
12
+ #
13
+
14
+ require 'ontomde-uml2'
15
+ Dir.chdir(File.dirname(__FILE__))
16
+
17
+ repo=Crdf_Repository.new
18
+ repo.loadUml2
19
+ repo.loadModelFromFile('../model/model.emx.nt')
20
+
21
+ puts "repository contains #{repo.length} elements"
22
+
23
+ repo.each { |key,pkg|
24
+ next unless pkg.kind_of?(Muml_Package)
25
+ next if pkg.kind_of?(Muml_Profile)
26
+ puts "found package #{pkg}"
27
+ pkg.mtk_writeSession("output/"+pkg.uml_name_one+"-flat.xml") {
28
+ pkg.write(%{<package name="#{pkg.uml_name}">\n})
29
+ pkg.uml_ownedMember.each {|clazz|
30
+ next unless clazz.kind_of?(Muml_Class)
31
+ pkg.write(" <class name=#{clazz.uml_name}>\n")
32
+ pkg.write(" <comment>\n")
33
+ clazz.mtk_protected(Mrdf_Resource::NOREVERSE,"comment") {
34
+ clazz.write("put your comment here\n")
35
+ }
36
+ clazz.mtk_protected(Mrdf_Resource::NOREVERSE,"see") {
37
+ clazz.write("put see also information here\n")
38
+ }
39
+ clazz.write(" </comment>\n")
40
+ clazz.write(" <%/class>\n")
41
+ }
42
+ pkg.write(%{</package>\n})
43
+ }
44
+ }
45
+
46
+ puts "end of script"
47
+
48
+
49
+
50
+
51
+
@@ -0,0 +1,65 @@
1
+ # This file contains sample code for demonstrating ontomde-core usage.
2
+ #
3
+ # This demonstration uses "structured" style.
4
+ # Other demonstration using other styles are available in this file directory.
5
+ #
6
+ #
7
+ #==FEATURES
8
+ #* loading of a uml model
9
+ #* model browsing
10
+ #* generation of xml file
11
+ #* inclusion of protected-on-demand zones
12
+ #
13
+
14
+
15
+ require 'ontomde-uml2'
16
+
17
+ module Mrdf_Repository
18
+ def demo_main
19
+ self.loadUml2
20
+ self.loadModelFromFile('../model/model.emx.nt')
21
+ puts "repository contains #{self.length} elements"
22
+ each { |key,pkg|
23
+ next unless pkg.kind_of?(Muml_Package)
24
+ next if pkg.kind_of?(Muml_Profile)
25
+ puts "found package #{pkg}"
26
+ pkg.demo_generateXML()
27
+ }
28
+ end
29
+ end
30
+
31
+ module Muml_Package
32
+ def demo_generateXML
33
+ puts "generating for #{self.uml_name_one}"
34
+ mtk_writeSession("output/"+self.uml_name_one+"-struct.xml") {
35
+ encloseWrite(%{<package name="#{self.uml_name}">\n},'</package>\n'){
36
+ self.uml_ownedMember.each {|clazz|
37
+ next unless clazz.kind_of?(Muml_Class)
38
+ clazz.demo_generateXML
39
+ }
40
+ }
41
+ }
42
+ end
43
+ end
44
+ module Muml_Class
45
+ def demo_generateXML
46
+ encloseWrite(" <class name=#{uml_name}>\n"," </class>\n") {
47
+ encloseWrite(" <comment>\n"," </comment>\n") {
48
+ mtk_protected(Mrdf_Resource::NOREVERSE,"comment") {
49
+ write("put your comment here\n")
50
+ }
51
+ encloseWrite(" <see>\n"," </see>\n") {
52
+ mtk_protected(Mrdf_Resource::NOREVERSE,"see") {
53
+ write("put your comment here\n")
54
+ }
55
+ }
56
+ }
57
+ }
58
+ end
59
+ end
60
+
61
+ puts "begin of script"
62
+ Dir.chdir(File.dirname(__FILE__))
63
+ repo=Crdf_Repository.new
64
+ repo.demo_main
65
+ puts "end of script"
@@ -0,0 +1,62 @@
1
+ # This file contains sample code for demonstrating ontomde-core usage.
2
+ #
3
+ # This demonstration uses "template" style.
4
+ # Other demonstration using other styles are available in this file directory.
5
+ #
6
+ #
7
+ #==FEATURES
8
+ #* loading of a uml model
9
+ #* model browsing
10
+ #* generation of xml file
11
+ #* inclusion of protected-on-demand zones
12
+ #
13
+
14
+ require 'ontomde-uml2'
15
+
16
+ module Mrdf_Repository
17
+ def demo_template
18
+ loadUml2
19
+ loadModelFromFile('../model/model.emx.nt')
20
+ puts "repository contains #{length} elements"
21
+
22
+ each_value { |pkg|
23
+ next unless pkg.kind_of?(Muml_Package)
24
+ next if pkg.kind_of?(Muml_Profile)
25
+ puts "found package #{pkg}"
26
+ mtk_writeSession("output/"+pkg.uml_name_one+"-template.xml") {
27
+ pkg.demo_writeTemplate
28
+ }
29
+ }
30
+ end
31
+ end
32
+
33
+ module Muml_Package
34
+ def demo_writeTemplate
35
+ write <<ENDTPL
36
+ <package name="#{self.uml_name}">
37
+ #{self.uml_ownedMember.collect {|clazz| clazz.demo_writeTemplate } }
38
+ </package>
39
+ ENDTPL
40
+ end
41
+ end
42
+
43
+ module Muml_Classifier
44
+ def demo_writeTemplate
45
+ return "" unless kind_of?(Muml_Class)
46
+ return <<ENDTPL2
47
+ <class name=#{uml_name}>
48
+ <comment>#{mtk_sprotected(Mrdf_Resource::NOREVERSE,"comment"){"put your comment here"}}
49
+ </comment>
50
+ <see>#{mtk_sprotected(Mrdf_Resource::NOREVERSE,"see"){ "insert reference here"}}
51
+ </see>
52
+ </class>
53
+ ENDTPL2
54
+ end
55
+ end
56
+
57
+
58
+ puts "begin of script"
59
+ Dir.chdir(File.dirname(__FILE__))
60
+ repo=Crdf_Repository.new
61
+ repo.demo_template
62
+ puts "end of script"
@@ -0,0 +1,49 @@
1
+ # This file contains sample code for demonstrating ontomde-core usage.
2
+ #
3
+ # This demonstration uses "flat-code" style.
4
+ # Other demonstration using other styles are available in this file directory.
5
+ #
6
+ #
7
+ #==FEATURES
8
+ #* loading of a uml model
9
+ #* model browsing
10
+ #* generation of xml file
11
+ #* inclusion of protected-on-demand zones
12
+ #
13
+
14
+ require 'ontomde-uml2'
15
+ Dir.chdir(File.dirname(__FILE__))
16
+
17
+ module Mrdf_Ressource
18
+ def demo_dumpToScreen
19
+ # display nothing
20
+ end
21
+ end
22
+
23
+ module Mrdf_Resource
24
+ def demo_dumpToScreen
25
+ # display nothing
26
+ end
27
+ end
28
+ module Muml_Class
29
+ def demo_dumpToScreen
30
+ puts "uml_name=#{uml_name} (#{self.class.name})"
31
+ puts ""
32
+ end
33
+ end
34
+ module Muml_Stereotype
35
+ def demo_dumpToScreen
36
+ end
37
+ end
38
+
39
+
40
+ repo=Crdf_Repository.new
41
+ repo.loadUml2
42
+ repo.loadModelFromFile('../model/model.emx.nt')
43
+
44
+ puts "repository contains #{repo.length} elements"
45
+
46
+ repo.each_value { |elt|
47
+ elt.demo_dumpToScreen()
48
+ }
49
+
@@ -0,0 +1,169 @@
1
+ #
2
+ # This application reads a uml2 state machine
3
+ # and generates a graphviz graph from it.
4
+ #
5
+ # This is a basic generator for State Machine Generator
6
+ # cf: http://smc.sourceforge.net/SmcManSec2.htm
7
+ #
8
+
9
+
10
+ require 'ontomde-uml2'
11
+
12
+
13
+
14
+
15
+ module Mrdf_Property
16
+ end
17
+ module Mrdf_Resource
18
+ end
19
+ module Mrdfs_Class
20
+ end
21
+ module Muml_Activity
22
+ end
23
+ module Muml_AggregationKind
24
+ end
25
+ module Muml_CallConcurrencyKind
26
+ end
27
+ module Muml_CallTrigger
28
+ end
29
+ module Muml_ConnectorKind
30
+ end
31
+ module Muml_Constraint
32
+ end
33
+ module Muml_Enumeration
34
+ end
35
+ module Muml_EnumerationLiteral
36
+ end
37
+ module Muml_ExpansionKind
38
+ end
39
+ module Muml_Extension
40
+ end
41
+ module Muml_ExtensionEnd
42
+ end
43
+ module Muml_FinalState
44
+ end
45
+ module Muml_Generalization
46
+ end
47
+ module Muml_InstanceValue
48
+ end
49
+ module Muml_InteractionOperator
50
+ end
51
+ module Muml_LiteralInteger
52
+ end
53
+ module Muml_MessageKind
54
+ end
55
+ module Muml_MessageSort
56
+ end
57
+ module Muml_Model
58
+ end
59
+ module Muml_ObjectNodeOrderingKind
60
+ end
61
+ module Muml_OpaqueExpression
62
+ end
63
+ module Muml_Operation
64
+ end
65
+ module Muml_Package
66
+ end
67
+ module Muml_ParameterDirectionKind
68
+ end
69
+ module Muml_ParameterEffectKind
70
+ end
71
+ module Muml_PrimitiveType
72
+ end
73
+ module Muml_Profile
74
+ end
75
+ module Muml_Property
76
+ end
77
+ module Muml_Pseudostate
78
+ def fsm_name
79
+ n=uml_name_one0
80
+ return n.nil? ? rdf_uri : n
81
+ end
82
+ end
83
+ module Muml_PseudostateKind
84
+ end
85
+ module Muml_Region
86
+ end
87
+ module Muml_Signal
88
+ end
89
+ module Muml_SignalTrigger
90
+ end
91
+ module Muml_State
92
+ def fsm_name
93
+ n=uml_name_one0
94
+ return n.nil? ? rdf_uri : n
95
+ end
96
+ end
97
+ module Muml_StateMachine
98
+ def dumpStateMachine
99
+ puts "Processing StateMachine #{self}"
100
+ self.mtk_writeSession("output/sm_#{self}.fsm") {
101
+ write <<END
102
+ %{
103
+ // This file is a State Machine Compiler class
104
+ // http://smc.sourceforge.net
105
+ //
106
+ %}
107
+ // This FSM works for the Task class only and only the Task
108
+ // class may instantiate it.
109
+ %class
110
+ Task
111
+ %package TODOcom.acme.supercron
112
+ %access package
113
+ %start xxxxx
114
+ %map yyyy
115
+ %%
116
+ END
117
+ uml_region.each { |reg|
118
+ reg.uml_subvertex.each { |v|
119
+ write("//state type=#{v.class.name} name=#{v.uml_name} \n")
120
+ write("#{v.fsm_name}\n")
121
+ write("{\n")
122
+ v.uml_outgoing.each { |tr|
123
+ write(" "*2+"#{tr.uml_name}() //Transition\n")
124
+ tr.uml_guard.each {|guard|
125
+ write(" "*4+"[#{guard.uml_specification_one.uml_body}] // Guard condition\n")
126
+ }
127
+ write(" "*4+"#{tr.uml_target_one==tr.uml_source_one ? "nil" : tr.uml_target_one.fsm_name} //End State\n")
128
+ write(" "*4+"{\n")
129
+ write(" "*6+"//Action code goes here\n")
130
+ tr.uml_trigger.each {|trig|
131
+ write(" "*8+"#{trig.uml_name}; // call #{trig.class.name}\n")
132
+ }
133
+ write(" "*4+"}\n")
134
+ }
135
+ write("}\n")
136
+ write("\n")
137
+
138
+ }
139
+ }
140
+ write("}\n")
141
+ }
142
+ end
143
+ end
144
+ module Muml_Stereotype
145
+ end
146
+ module Muml_Transition
147
+ end
148
+ module Muml_TransitionKind
149
+ end
150
+ module Muml_VisibilityKind
151
+ end
152
+ module Mrdf_Repository
153
+ def dumpStateMachines()
154
+ each_value { |sm|
155
+ next unless sm.kind_of?(Muml_StateMachine)
156
+ sm.dumpStateMachine
157
+ }
158
+ end
159
+ end
160
+
161
+ Dir.chdir(File.dirname(__FILE__))
162
+ repo=Crdf_Repository.new
163
+ repo.loadUml2
164
+ repo.loadModelFromFile('./model/stateMachine.emx.nt')
165
+
166
+ puts "repository contains #{repo.length} elements"
167
+ repo.dumpStateMachines()
168
+ puts "done."
169
+
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <projectDescription>
3
+ <name>ontomde-demo-core-stateMachine-model</name>
4
+ <comment></comment>
5
+ <projects>
6
+ </projects>
7
+ <buildSpec>
8
+ </buildSpec>
9
+ <natures>
10
+ </natures>
11
+ </projectDescription>
@@ -0,0 +1,594 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--xtools2_universal_type_manager-->
3
+ <uml:Model xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:notation="http://www.ibm.com/xtools/1.5.0/Notation" xmlns:uml="http://www.eclipse.org/uml2/1.0.0/UML" xmlns:umlnotation="http://www.ibm.com/xtools/1.5.0/Umlnotation" xmi:id="_no2GgAWEEd2pj7qzLnc5AQ" name="stateMachine" appliedProfile="_nqCZUAWEEd2pj7qzLnc5AQ _nqfFQAWEEd2pj7qzLnc5AQ _nqyAMAWEEd2pj7qzLnc5AQ _nrX2EAWEEd2pj7qzLnc5AQ _nskI4AWEEd2pj7qzLnc5AQ">
4
+ <eAnnotations xmi:id="_no2GgQWEEd2pj7qzLnc5AQ" source="uml2.diagrams" references="_no2GggWEEd2pj7qzLnc5AQ">
5
+ <contents xmi:type="notation:Diagram" xmi:id="_no2GggWEEd2pj7qzLnc5AQ" type="Freeform" name="Main">
6
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_no2GgwWEEd2pj7qzLnc5AQ"/>
7
+ </contents>
8
+ </eAnnotations>
9
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_nqCZUAWEEd2pj7qzLnc5AQ">
10
+ <eAnnotations xmi:id="_nqCZUQWEEd2pj7qzLnc5AQ" source="attributes">
11
+ <details xmi:id="_nqCZUgWEEd2pj7qzLnc5AQ" key="version" value="0"/>
12
+ </eAnnotations>
13
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_PROFILES/Basic.profile.uml2#_6mFRgK86Edih9-GG5afQ0g"/>
14
+ <importedProfile href="pathmap://UML2_PROFILES/Basic.profile.uml2#_6mFRgK86Edih9-GG5afQ0g"/>
15
+ </packageImport>
16
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_nqfFQAWEEd2pj7qzLnc5AQ">
17
+ <eAnnotations xmi:id="_nqfFQQWEEd2pj7qzLnc5AQ" source="attributes">
18
+ <details xmi:id="_nqfFQgWEEd2pj7qzLnc5AQ" key="version" value="0"/>
19
+ </eAnnotations>
20
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_PROFILES/Intermediate.profile.uml2#_Cz7csK87Edih9-GG5afQ0g"/>
21
+ <importedProfile href="pathmap://UML2_PROFILES/Intermediate.profile.uml2#_Cz7csK87Edih9-GG5afQ0g"/>
22
+ </packageImport>
23
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_nqyAMAWEEd2pj7qzLnc5AQ">
24
+ <eAnnotations xmi:id="_nqyAMQWEEd2pj7qzLnc5AQ" source="attributes">
25
+ <details xmi:id="_nqyAMgWEEd2pj7qzLnc5AQ" key="version" value="0"/>
26
+ </eAnnotations>
27
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_PROFILES/Complete.profile.uml2#_M7pTkK87Edih9-GG5afQ0g"/>
28
+ <importedProfile href="pathmap://UML2_PROFILES/Complete.profile.uml2#_M7pTkK87Edih9-GG5afQ0g"/>
29
+ </packageImport>
30
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_nrX2EAWEEd2pj7qzLnc5AQ">
31
+ <eAnnotations xmi:id="_nrX2EQWEEd2pj7qzLnc5AQ" source="attributes">
32
+ <details xmi:id="_nrX2EgWEEd2pj7qzLnc5AQ" key="version" value="0"/>
33
+ </eAnnotations>
34
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_MSL_PROFILES/Default.epx#_a_S3wNWLEdiy4IqP8whjFA?Default"/>
35
+ <importedProfile href="pathmap://UML2_MSL_PROFILES/Default.epx#_a_S3wNWLEdiy4IqP8whjFA?Default"/>
36
+ </packageImport>
37
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_nskI4AWEEd2pj7qzLnc5AQ">
38
+ <eAnnotations xmi:id="_nskI4QWEEd2pj7qzLnc5AQ" source="attributes">
39
+ <details xmi:id="_nskI4gWEEd2pj7qzLnc5AQ" key="version" value="0"/>
40
+ </eAnnotations>
41
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_MSL_PROFILES/Deployment.epx#_vjbuwOvHEdiDX5bji0iVSA?Deployment"/>
42
+ <importedProfile href="pathmap://UML2_MSL_PROFILES/Deployment.epx#_vjbuwOvHEdiDX5bji0iVSA?Deployment"/>
43
+ </packageImport>
44
+ <packageImport xmi:id="_nxCZMAWEEd2pj7qzLnc5AQ">
45
+ <importedPackage xmi:type="uml:Model" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_EfRZoK86EdieaYgxtVWN8Q"/>
46
+ </packageImport>
47
+ <ownedMember xmi:type="uml:Package" xmi:id="_qTnDoAWEEd2pj7qzLnc5AQ" name="package1">
48
+ <eAnnotations xmi:id="_qTw0oAWEEd2pj7qzLnc5AQ" source="uml2.diagrams" references="_qTw0oQWEEd2pj7qzLnc5AQ">
49
+ <contents xmi:type="notation:Diagram" xmi:id="_qTw0oQWEEd2pj7qzLnc5AQ" type="Freeform" name="Principal">
50
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_qTw0ogWEEd2pj7qzLnc5AQ"/>
51
+ </contents>
52
+ </eAnnotations>
53
+ <ownedMember xmi:type="uml:StateMachine" xmi:id="_2UNuwAWEEd2pj7qzLnc5AQ" name="StateMachine1">
54
+ <eAnnotations xmi:id="_2WJocAWEEd2pj7qzLnc5AQ" source="uml2.diagrams">
55
+ <contents xmi:type="notation:Diagram" xmi:id="_2WJocQWEEd2pj7qzLnc5AQ" type="Statechart" element="_2UNuwAWEEd2pj7qzLnc5AQ" name="Diagramme1">
56
+ <children xmi:id="_2WJocgWEEd2pj7qzLnc5AQ" type="Statemachine" element="_2UNuwAWEEd2pj7qzLnc5AQ">
57
+ <children xmi:id="_2WJocwWEEd2pj7qzLnc5AQ" type="Region" element="_2UNuwQWEEd2pj7qzLnc5AQ">
58
+ <children xmi:id="_6xH-8AWEEd2pj7qzLnc5AQ" sourceEdges="_L3xW0QWFEd2pj7qzLnc5AQ" targetEdges="_8RrywAWEEd2pj7qzLnc5AQ" element="_6w0c8AWEEd2pj7qzLnc5AQ">
59
+ <children xmi:id="_6xH-8wWEEd2pj7qzLnc5AQ" type="Stereotype" element="_6w0c8AWEEd2pj7qzLnc5AQ"/>
60
+ <children xmi:id="_6xH-9AWEEd2pj7qzLnc5AQ" type="Name" element="_6w0c8AWEEd2pj7qzLnc5AQ"/>
61
+ <children xmi:id="_6xH-9QWEEd2pj7qzLnc5AQ" type="ImageCompartment" element="_6w0c8AWEEd2pj7qzLnc5AQ">
62
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_6xH-9gWEEd2pj7qzLnc5AQ" width="1320" height="1320"/>
63
+ </children>
64
+ <children xmi:id="_6xH-9wWEEd2pj7qzLnc5AQ" type="Activities" element="_6w0c8AWEEd2pj7qzLnc5AQ">
65
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_6xH--AWEEd2pj7qzLnc5AQ" collapsed="true"/>
66
+ </children>
67
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_6xH-8QWEEd2pj7qzLnc5AQ" showStereotype="Label"/>
68
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_6xH-8gWEEd2pj7qzLnc5AQ" x="14618" y="614"/>
69
+ </children>
70
+ <children xmi:id="_CjRFkQWFEd2pj7qzLnc5AQ" sourceEdges="_mCq9cAWFEd2pj7qzLnc5AQ" targetEdges="_htqFAQWFEd2pj7qzLnc5AQ _kLdkMQWFEd2pj7qzLnc5AQ" element="_CjRFkAWFEd2pj7qzLnc5AQ">
71
+ <children xmi:id="_CjRFlAWFEd2pj7qzLnc5AQ" type="NameLabel" element="_CjRFkAWFEd2pj7qzLnc5AQ">
72
+ <children xmi:id="_CjRFlgWFEd2pj7qzLnc5AQ" type="Stereotype" element="_CjRFkAWFEd2pj7qzLnc5AQ"/>
73
+ <children xmi:id="_CjRFlwWFEd2pj7qzLnc5AQ" type="Name" element="_CjRFkAWFEd2pj7qzLnc5AQ"/>
74
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_CjRFlQWFEd2pj7qzLnc5AQ" x="-481" y="-818"/>
75
+ </children>
76
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_CjRFkgWFEd2pj7qzLnc5AQ" showStereotype="Label"/>
77
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_CjRFkwWFEd2pj7qzLnc5AQ" x="6783" y="1318"/>
78
+ </children>
79
+ <children xmi:id="_IoMccAWFEd2pj7qzLnc5AQ" sourceEdges="_htqFAQWFEd2pj7qzLnc5AQ" targetEdges="_Tq9mUQWFEd2pj7qzLnc5AQ" element="_IoCrcAWFEd2pj7qzLnc5AQ">
80
+ <children xmi:id="_IoMccwWFEd2pj7qzLnc5AQ" type="Stereotype" element="_IoCrcAWFEd2pj7qzLnc5AQ"/>
81
+ <children xmi:id="_IoMcdAWFEd2pj7qzLnc5AQ" type="Name" element="_IoCrcAWFEd2pj7qzLnc5AQ"/>
82
+ <children xmi:id="_IoMcdQWFEd2pj7qzLnc5AQ" type="ImageCompartment" element="_IoCrcAWFEd2pj7qzLnc5AQ">
83
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_IoMcdgWFEd2pj7qzLnc5AQ" width="1320" height="1320"/>
84
+ </children>
85
+ <children xmi:id="_IoMcdwWFEd2pj7qzLnc5AQ" type="Activities" element="_IoCrcAWFEd2pj7qzLnc5AQ">
86
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_IoMceAWFEd2pj7qzLnc5AQ"/>
87
+ </children>
88
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_IoMccQWFEd2pj7qzLnc5AQ" showStereotype="Label"/>
89
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_IoMccgWFEd2pj7qzLnc5AQ" x="8045" y="-618"/>
90
+ </children>
91
+ <children xmi:id="_JtoagQWFEd2pj7qzLnc5AQ" sourceEdges="_Tq9mUQWFEd2pj7qzLnc5AQ _WvgVYQWFEd2pj7qzLnc5AQ" targetEdges="_L3xW0QWFEd2pj7qzLnc5AQ" element="_JtoagAWFEd2pj7qzLnc5AQ">
92
+ <children xmi:id="_JtoahAWFEd2pj7qzLnc5AQ" type="NameLabel" element="_JtoagAWFEd2pj7qzLnc5AQ">
93
+ <children xmi:id="_JtoahgWFEd2pj7qzLnc5AQ" type="Stereotype" element="_JtoagAWFEd2pj7qzLnc5AQ"/>
94
+ <children xmi:id="_JtoahwWFEd2pj7qzLnc5AQ" type="Name" element="_JtoagAWFEd2pj7qzLnc5AQ"/>
95
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JtoahQWFEd2pj7qzLnc5AQ" x="-318" y="954"/>
96
+ </children>
97
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_JtoaggWFEd2pj7qzLnc5AQ" showStereotype="Label"/>
98
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JtoagwWFEd2pj7qzLnc5AQ" x="10992" y="1294"/>
99
+ </children>
100
+ <children xmi:id="_S4vfMAWFEd2pj7qzLnc5AQ" sourceEdges="_kLdkMQWFEd2pj7qzLnc5AQ" targetEdges="_WvgVYQWFEd2pj7qzLnc5AQ" element="_S4ckQAWFEd2pj7qzLnc5AQ">
101
+ <children xmi:id="_S4vfMwWFEd2pj7qzLnc5AQ" type="Stereotype" element="_S4ckQAWFEd2pj7qzLnc5AQ"/>
102
+ <children xmi:id="_S4vfNAWFEd2pj7qzLnc5AQ" type="Name" element="_S4ckQAWFEd2pj7qzLnc5AQ"/>
103
+ <children xmi:id="_S4vfNQWFEd2pj7qzLnc5AQ" type="ImageCompartment" element="_S4ckQAWFEd2pj7qzLnc5AQ">
104
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_S4vfNgWFEd2pj7qzLnc5AQ" width="1320" height="1320"/>
105
+ </children>
106
+ <children xmi:id="_S4vfNwWFEd2pj7qzLnc5AQ" type="Activities" element="_S4ckQAWFEd2pj7qzLnc5AQ">
107
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_S4vfOAWFEd2pj7qzLnc5AQ"/>
108
+ </children>
109
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_S4vfMQWFEd2pj7qzLnc5AQ" showStereotype="Label"/>
110
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_S4vfMgWFEd2pj7qzLnc5AQ" x="8894" y="3646"/>
111
+ </children>
112
+ <children xmi:id="_QwKMoQWGEd2pj7qzLnc5AQ" element="_QwKMoAWGEd2pj7qzLnc5AQ">
113
+ <children xmi:id="_QwKMpAWGEd2pj7qzLnc5AQ" type="NameLabel" element="_QwKMoAWGEd2pj7qzLnc5AQ">
114
+ <children xmi:id="_QwKMpgWGEd2pj7qzLnc5AQ" type="Stereotype" element="_QwKMoAWGEd2pj7qzLnc5AQ"/>
115
+ <children xmi:id="_QwKMpwWGEd2pj7qzLnc5AQ" type="Name" element="_QwKMoAWGEd2pj7qzLnc5AQ"/>
116
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_QwKMpQWGEd2pj7qzLnc5AQ" y="-636"/>
117
+ </children>
118
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_QwKMogWGEd2pj7qzLnc5AQ" showStereotype="Label"/>
119
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_QwKMowWGEd2pj7qzLnc5AQ" x="13027" y="4429"/>
120
+ </children>
121
+ <children xmi:id="_e4mjcAWFEd2pj7qzLnc5AQ" sourceEdges="_MYfzYQWHEd2pj7qzLnc5AQ" targetEdges="_mCq9cAWFEd2pj7qzLnc5AQ" element="_e4dZgAWFEd2pj7qzLnc5AQ">
122
+ <children xmi:id="_e4mjcwWFEd2pj7qzLnc5AQ" type="Stereotype" element="_e4dZgAWFEd2pj7qzLnc5AQ"/>
123
+ <children xmi:id="_e4mjdAWFEd2pj7qzLnc5AQ" type="Name" element="_e4dZgAWFEd2pj7qzLnc5AQ"/>
124
+ <children xmi:id="_e4mjdQWFEd2pj7qzLnc5AQ" type="ImageCompartment" element="_e4dZgAWFEd2pj7qzLnc5AQ">
125
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_e4mjdgWFEd2pj7qzLnc5AQ" width="1320" height="1320"/>
126
+ </children>
127
+ <children xmi:id="_e4mjdwWFEd2pj7qzLnc5AQ" type="Activities" element="_e4dZgAWFEd2pj7qzLnc5AQ">
128
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_e4mjeAWFEd2pj7qzLnc5AQ"/>
129
+ </children>
130
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_e4mjcQWFEd2pj7qzLnc5AQ" showStereotype="Label"/>
131
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_e4mjcgWFEd2pj7qzLnc5AQ" x="95" y="-553" width="3493" height="2563"/>
132
+ </children>
133
+ <children xmi:id="_hN-C4QWGEd2pj7qzLnc5AQ" targetEdges="_JgDKIQWIEd2pj7qzLnc5AQ" element="_hN-C4AWGEd2pj7qzLnc5AQ">
134
+ <children xmi:id="_hN-C5AWGEd2pj7qzLnc5AQ" type="NameLabel" element="_hN-C4AWGEd2pj7qzLnc5AQ">
135
+ <children xmi:id="_hN-C5gWGEd2pj7qzLnc5AQ" type="Stereotype" element="_hN-C4AWGEd2pj7qzLnc5AQ"/>
136
+ <children xmi:id="_hN-C5wWGEd2pj7qzLnc5AQ" type="Name" element="_hN-C4AWGEd2pj7qzLnc5AQ"/>
137
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hN-C5QWGEd2pj7qzLnc5AQ" y="-148"/>
138
+ </children>
139
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_hN-C4gWGEd2pj7qzLnc5AQ" showStereotype="Label"/>
140
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hN-C4wWGEd2pj7qzLnc5AQ" x="731" y="6378"/>
141
+ </children>
142
+ <children xmi:id="_iF_3EQWGEd2pj7qzLnc5AQ" sourceEdges="_8RrywAWEEd2pj7qzLnc5AQ" element="_iF_3EAWGEd2pj7qzLnc5AQ">
143
+ <children xmi:id="_iF_3FAWGEd2pj7qzLnc5AQ" type="NameLabel" element="_iF_3EAWGEd2pj7qzLnc5AQ">
144
+ <children xmi:id="_iF_3FgWGEd2pj7qzLnc5AQ" type="Stereotype" element="_iF_3EAWGEd2pj7qzLnc5AQ"/>
145
+ <children xmi:id="_iF_3FwWGEd2pj7qzLnc5AQ" type="Name" element="_iF_3EAWGEd2pj7qzLnc5AQ"/>
146
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_iF_3FQWGEd2pj7qzLnc5AQ" y="-148"/>
147
+ </children>
148
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_iF_3EgWGEd2pj7qzLnc5AQ" showStereotype="Label"/>
149
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_iF_3EwWGEd2pj7qzLnc5AQ" x="17798" y="2204"/>
150
+ </children>
151
+ <children xmi:id="_nu6AUQWGEd2pj7qzLnc5AQ" targetEdges="__k1lkQWEEd2pj7qzLnc5AQ" element="_nu6AUAWGEd2pj7qzLnc5AQ">
152
+ <children xmi:id="_nvDxUAWGEd2pj7qzLnc5AQ" type="NameLabel" element="_nu6AUAWGEd2pj7qzLnc5AQ">
153
+ <children xmi:id="_nvDxUgWGEd2pj7qzLnc5AQ" type="Stereotype" element="_nu6AUAWGEd2pj7qzLnc5AQ"/>
154
+ <children xmi:id="_nvDxUwWGEd2pj7qzLnc5AQ" type="Name" element="_nu6AUAWGEd2pj7qzLnc5AQ"/>
155
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_nvDxUQWGEd2pj7qzLnc5AQ" y="-148"/>
156
+ </children>
157
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_nu6AUgWGEd2pj7qzLnc5AQ" showStereotype="Label"/>
158
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_nu6AUwWGEd2pj7qzLnc5AQ" x="731" y="8539"/>
159
+ </children>
160
+ <children xmi:id="_t3sjgAWGEd2pj7qzLnc5AQ" sourceEdges="_pg9h4QWIEd2pj7qzLnc5AQ" targetEdges="_MYfzYQWHEd2pj7qzLnc5AQ" element="_t3ZokAWGEd2pj7qzLnc5AQ">
161
+ <children xmi:id="_t3sjgwWGEd2pj7qzLnc5AQ" type="Stereotype" element="_t3ZokAWGEd2pj7qzLnc5AQ"/>
162
+ <children xmi:id="_t3sjhAWGEd2pj7qzLnc5AQ" type="Name" element="_t3ZokAWGEd2pj7qzLnc5AQ"/>
163
+ <children xmi:id="_t3sjhQWGEd2pj7qzLnc5AQ" type="ImageCompartment" element="_t3ZokAWGEd2pj7qzLnc5AQ">
164
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_t3sjhgWGEd2pj7qzLnc5AQ" width="1320" height="1320"/>
165
+ </children>
166
+ <children xmi:id="_t3sjhwWGEd2pj7qzLnc5AQ" type="Activities" element="_t3ZokAWGEd2pj7qzLnc5AQ">
167
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_t3sjiAWGEd2pj7qzLnc5AQ"/>
168
+ </children>
169
+ <children xmi:id="_t3sjiQWGEd2pj7qzLnc5AQ" type="Region" element="_t3ZokQWGEd2pj7qzLnc5AQ">
170
+ <children xmi:id="_4H8rUQWGEd2pj7qzLnc5AQ" sourceEdges="_Qq1LQAWHEd2pj7qzLnc5AQ" element="_4H8rUAWGEd2pj7qzLnc5AQ">
171
+ <children xmi:id="_4H8rVAWGEd2pj7qzLnc5AQ" type="NameLabel" element="_4H8rUAWGEd2pj7qzLnc5AQ">
172
+ <children xmi:id="_4H8rVgWGEd2pj7qzLnc5AQ" type="Stereotype" element="_4H8rUAWGEd2pj7qzLnc5AQ"/>
173
+ <children xmi:id="_4H8rVwWGEd2pj7qzLnc5AQ" type="Name" element="_4H8rUAWGEd2pj7qzLnc5AQ"/>
174
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_4H8rVQWGEd2pj7qzLnc5AQ" x="-161" y="700"/>
175
+ </children>
176
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_4H8rUgWGEd2pj7qzLnc5AQ" showStereotype="Label"/>
177
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_4H8rUwWGEd2pj7qzLnc5AQ" x="540" y="-22"/>
178
+ </children>
179
+ <children xmi:id="_OzeBAAWHEd2pj7qzLnc5AQ" sourceEdges="_SbxkcQWHEd2pj7qzLnc5AQ" targetEdges="_Qq1LQAWHEd2pj7qzLnc5AQ" element="_OzUQAAWHEd2pj7qzLnc5AQ">
180
+ <children xmi:id="_OzeBAwWHEd2pj7qzLnc5AQ" type="Stereotype" element="_OzUQAAWHEd2pj7qzLnc5AQ"/>
181
+ <children xmi:id="_OzeBBAWHEd2pj7qzLnc5AQ" type="Name" element="_OzUQAAWHEd2pj7qzLnc5AQ"/>
182
+ <children xmi:id="_OzeBBQWHEd2pj7qzLnc5AQ" type="ImageCompartment" element="_OzUQAAWHEd2pj7qzLnc5AQ">
183
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_OzeBBgWHEd2pj7qzLnc5AQ" width="1320" height="1320"/>
184
+ </children>
185
+ <children xmi:id="_OzeBBwWHEd2pj7qzLnc5AQ" type="Activities" element="_OzUQAAWHEd2pj7qzLnc5AQ">
186
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_OzeBCAWHEd2pj7qzLnc5AQ"/>
187
+ </children>
188
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_OzeBAQWHEd2pj7qzLnc5AQ" showStereotype="Label"/>
189
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_OzeBAgWHEd2pj7qzLnc5AQ" x="2089" y="25"/>
190
+ </children>
191
+ <children xmi:id="_RNGK0AWHEd2pj7qzLnc5AQ" sourceEdges="_Wkkl0QWHEd2pj7qzLnc5AQ" targetEdges="_SbxkcQWHEd2pj7qzLnc5AQ" element="_RMzP4AWHEd2pj7qzLnc5AQ">
192
+ <children xmi:id="_RNGK0wWHEd2pj7qzLnc5AQ" type="Stereotype" element="_RMzP4AWHEd2pj7qzLnc5AQ"/>
193
+ <children xmi:id="_RNGK1AWHEd2pj7qzLnc5AQ" type="Name" element="_RMzP4AWHEd2pj7qzLnc5AQ"/>
194
+ <children xmi:id="_RNGK1QWHEd2pj7qzLnc5AQ" type="ImageCompartment" element="_RMzP4AWHEd2pj7qzLnc5AQ">
195
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_RNGK1gWHEd2pj7qzLnc5AQ" width="1320" height="1320"/>
196
+ </children>
197
+ <children xmi:id="_RNGK1wWHEd2pj7qzLnc5AQ" type="Activities" element="_RMzP4AWHEd2pj7qzLnc5AQ">
198
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_RNGK2AWHEd2pj7qzLnc5AQ"/>
199
+ </children>
200
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_RNGK0QWHEd2pj7qzLnc5AQ" showStereotype="Label"/>
201
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_RNGK0gWHEd2pj7qzLnc5AQ" x="4040" y="-166"/>
202
+ </children>
203
+ <children xmi:id="_UyIX0QWHEd2pj7qzLnc5AQ" targetEdges="_Wkkl0QWHEd2pj7qzLnc5AQ" element="_UyIX0AWHEd2pj7qzLnc5AQ">
204
+ <children xmi:id="_UyIX1AWHEd2pj7qzLnc5AQ" type="NameLabel" element="_UyIX0AWHEd2pj7qzLnc5AQ">
205
+ <children xmi:id="_UyIX1gWHEd2pj7qzLnc5AQ" type="Stereotype" element="_UyIX0AWHEd2pj7qzLnc5AQ"/>
206
+ <children xmi:id="_UyIX1wWHEd2pj7qzLnc5AQ" type="Name" element="_UyIX0AWHEd2pj7qzLnc5AQ"/>
207
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_UyIX1QWHEd2pj7qzLnc5AQ" x="-120" y="724"/>
208
+ </children>
209
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_UyIX0gWHEd2pj7qzLnc5AQ" showStereotype="Label"/>
210
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_UyIX0wWHEd2pj7qzLnc5AQ" x="6859" y="-46"/>
211
+ </children>
212
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_t3sjigWGEd2pj7qzLnc5AQ"/>
213
+ </children>
214
+ <children xmi:id="_7yylYQWGEd2pj7qzLnc5AQ" type="Region" element="_7yylYAWGEd2pj7qzLnc5AQ">
215
+ <children xmi:id="_8xOjkAWGEd2pj7qzLnc5AQ" sourceEdges="_ZEKNsQWHEd2pj7qzLnc5AQ" element="_8w7ooAWGEd2pj7qzLnc5AQ">
216
+ <children xmi:id="_8xOjkQWGEd2pj7qzLnc5AQ" type="NameLabel" element="_8w7ooAWGEd2pj7qzLnc5AQ">
217
+ <children xmi:id="_8xOjkgWGEd2pj7qzLnc5AQ" type="Stereotype" element="_8w7ooAWGEd2pj7qzLnc5AQ"/>
218
+ <children xmi:id="_8xOjkwWGEd2pj7qzLnc5AQ" type="Name" element="_8w7ooAWGEd2pj7qzLnc5AQ"/>
219
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_8xOjlAWGEd2pj7qzLnc5AQ" x="-161" y="811"/>
220
+ </children>
221
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_8xOjlQWGEd2pj7qzLnc5AQ" showStereotype="Label"/>
222
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_8xOjlgWGEd2pj7qzLnc5AQ" x="540" y="233"/>
223
+ </children>
224
+ <children xmi:id="_XorHIAWHEd2pj7qzLnc5AQ" sourceEdges="_bd8IgQWHEd2pj7qzLnc5AQ" targetEdges="_ZEKNsQWHEd2pj7qzLnc5AQ" element="_XohWIAWHEd2pj7qzLnc5AQ">
225
+ <children xmi:id="_XorHIwWHEd2pj7qzLnc5AQ" type="Stereotype" element="_XohWIAWHEd2pj7qzLnc5AQ"/>
226
+ <children xmi:id="_XorHJAWHEd2pj7qzLnc5AQ" type="Name" element="_XohWIAWHEd2pj7qzLnc5AQ"/>
227
+ <children xmi:id="_XorHJQWHEd2pj7qzLnc5AQ" type="ImageCompartment" element="_XohWIAWHEd2pj7qzLnc5AQ">
228
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_XorHJgWHEd2pj7qzLnc5AQ" width="1320" height="1320"/>
229
+ </children>
230
+ <children xmi:id="_XorHJwWHEd2pj7qzLnc5AQ" type="Activities" element="_XohWIAWHEd2pj7qzLnc5AQ">
231
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_XorHKAWHEd2pj7qzLnc5AQ"/>
232
+ </children>
233
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_XorHIQWHEd2pj7qzLnc5AQ" showStereotype="Label"/>
234
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XorHIgWHEd2pj7qzLnc5AQ" x="2429" y="202"/>
235
+ </children>
236
+ <children xmi:id="_aDC30AWHEd2pj7qzLnc5AQ" sourceEdges="_jcmoMQWHEd2pj7qzLnc5AQ" targetEdges="_bd8IgQWHEd2pj7qzLnc5AQ" element="_aC5t4AWHEd2pj7qzLnc5AQ">
237
+ <children xmi:id="_aDC30wWHEd2pj7qzLnc5AQ" type="Stereotype" element="_aC5t4AWHEd2pj7qzLnc5AQ"/>
238
+ <children xmi:id="_aDC31AWHEd2pj7qzLnc5AQ" type="Name" element="_aC5t4AWHEd2pj7qzLnc5AQ"/>
239
+ <children xmi:id="_aDC31QWHEd2pj7qzLnc5AQ" type="ImageCompartment" element="_aC5t4AWHEd2pj7qzLnc5AQ">
240
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_aDC31gWHEd2pj7qzLnc5AQ" width="1320" height="1320"/>
241
+ </children>
242
+ <children xmi:id="_aDC31wWHEd2pj7qzLnc5AQ" type="Activities" element="_aC5t4AWHEd2pj7qzLnc5AQ">
243
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_aDC32AWHEd2pj7qzLnc5AQ"/>
244
+ </children>
245
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_aDC30QWHEd2pj7qzLnc5AQ" showStereotype="Label"/>
246
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_aDC30gWHEd2pj7qzLnc5AQ" x="4461" y="257"/>
247
+ </children>
248
+ <children xmi:id="_d1CiwAWHEd2pj7qzLnc5AQ" targetEdges="_jcmoMQWHEd2pj7qzLnc5AQ" element="_d05Y0AWHEd2pj7qzLnc5AQ">
249
+ <children xmi:id="_d1CiwwWHEd2pj7qzLnc5AQ" type="NameLabel" element="_d05Y0AWHEd2pj7qzLnc5AQ">
250
+ <children xmi:id="_d1CixQWHEd2pj7qzLnc5AQ" type="Stereotype" element="_d05Y0AWHEd2pj7qzLnc5AQ"/>
251
+ <children xmi:id="_d1CixgWHEd2pj7qzLnc5AQ" type="Name" element="_d05Y0AWHEd2pj7qzLnc5AQ"/>
252
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_d1CixAWHEd2pj7qzLnc5AQ" x="-141" y="656"/>
253
+ </children>
254
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_d1CiwQWHEd2pj7qzLnc5AQ" showStereotype="Label"/>
255
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_d1CiwgWHEd2pj7qzLnc5AQ" x="7516" y="388"/>
256
+ </children>
257
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_7yylYgWGEd2pj7qzLnc5AQ"/>
258
+ </children>
259
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_t3sjgQWGEd2pj7qzLnc5AQ" showStereotype="Label"/>
260
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_t3sjggWGEd2pj7qzLnc5AQ" x="9055" y="5953" width="8974" height="5801"/>
261
+ </children>
262
+ <children xmi:id="_zYtVAAWGEd2pj7qzLnc5AQ" sourceEdges="__k1lkQWEEd2pj7qzLnc5AQ _JgDKIQWIEd2pj7qzLnc5AQ" targetEdges="_pg9h4QWIEd2pj7qzLnc5AQ" element="_zYjkAAWGEd2pj7qzLnc5AQ">
263
+ <children xmi:id="_zYtVAwWGEd2pj7qzLnc5AQ" type="NameLabel" element="_zYjkAAWGEd2pj7qzLnc5AQ">
264
+ <children xmi:id="_zYtVBQWGEd2pj7qzLnc5AQ" type="Stereotype" element="_zYjkAAWGEd2pj7qzLnc5AQ"/>
265
+ <children xmi:id="_zYtVBgWGEd2pj7qzLnc5AQ" type="Name" element="_zYjkAAWGEd2pj7qzLnc5AQ"/>
266
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_zYtVBAWGEd2pj7qzLnc5AQ" y="-148"/>
267
+ </children>
268
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_zYtVAQWGEd2pj7qzLnc5AQ" showStereotype="Label"/>
269
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_zYtVAgWGEd2pj7qzLnc5AQ" x="5183" y="7267"/>
270
+ </children>
271
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_2WJodAWEEd2pj7qzLnc5AQ"/>
272
+ </children>
273
+ <children xmi:id="_2WJodQWEEd2pj7qzLnc5AQ" type="Name" element="_2UNuwAWEEd2pj7qzLnc5AQ"/>
274
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_2WJodgWEEd2pj7qzLnc5AQ" showStereotype="Label"/>
275
+ <styles xmi:type="umlnotation:UMLFrameStyle" xmi:id="_2WJodwWEEd2pj7qzLnc5AQ"/>
276
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_2WJoeAWEEd2pj7qzLnc5AQ"/>
277
+ </children>
278
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_2WJoeQWEEd2pj7qzLnc5AQ"/>
279
+ <edges xmi:id="_8RrywAWEEd2pj7qzLnc5AQ" element="_8RiBwAWEEd2pj7qzLnc5AQ" source="_iF_3EQWGEd2pj7qzLnc5AQ" target="_6xH-8AWEEd2pj7qzLnc5AQ">
280
+ <children xmi:id="_8RrywwWEEd2pj7qzLnc5AQ" type="TransitionLabelCompartment" element="_8RiBwAWEEd2pj7qzLnc5AQ">
281
+ <children xmi:id="_8RryxQWEEd2pj7qzLnc5AQ" type="Stereotype" element="_8RiBwAWEEd2pj7qzLnc5AQ"/>
282
+ <children xmi:id="_8RryxgWEEd2pj7qzLnc5AQ" type="TransitionLabel" element="_8RiBwAWEEd2pj7qzLnc5AQ"/>
283
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_8RryxAWEEd2pj7qzLnc5AQ" x="-544" y="-993"/>
284
+ </children>
285
+ <children xmi:id="_8RryxwWEEd2pj7qzLnc5AQ" type="TriggersLabel" element="_8RiBwAWEEd2pj7qzLnc5AQ">
286
+ <children xmi:id="_8RryyQWEEd2pj7qzLnc5AQ" type="Triggers" element="_8RiBwAWEEd2pj7qzLnc5AQ">
287
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_8RryygWEEd2pj7qzLnc5AQ"/>
288
+ </children>
289
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_8RryyAWEEd2pj7qzLnc5AQ" y="423"/>
290
+ </children>
291
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_8RrywQWEEd2pj7qzLnc5AQ" showStereotype="Text"/>
292
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_8RrywgWEEd2pj7qzLnc5AQ" points="[7, 0, -309, 14]$[316, -38, 0, -24]"/>
293
+ </edges>
294
+ <edges xmi:id="__k1lkQWEEd2pj7qzLnc5AQ" element="__k1lkAWEEd2pj7qzLnc5AQ" source="_zYtVAAWGEd2pj7qzLnc5AQ" target="_nu6AUQWGEd2pj7qzLnc5AQ">
295
+ <children xmi:id="__k1llAWEEd2pj7qzLnc5AQ" type="TransitionLabelCompartment" element="__k1lkAWEEd2pj7qzLnc5AQ">
296
+ <children xmi:id="__k1llgWEEd2pj7qzLnc5AQ" type="Stereotype" element="__k1lkAWEEd2pj7qzLnc5AQ"/>
297
+ <children xmi:id="__k1llwWEEd2pj7qzLnc5AQ" type="TransitionLabel" element="__k1lkAWEEd2pj7qzLnc5AQ"/>
298
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="__k1llQWEEd2pj7qzLnc5AQ" x="946" y="648"/>
299
+ </children>
300
+ <children xmi:id="__k1lmAWEEd2pj7qzLnc5AQ" type="TriggersLabel" element="__k1lkAWEEd2pj7qzLnc5AQ">
301
+ <children xmi:id="__k1lmgWEEd2pj7qzLnc5AQ" type="Triggers" element="__k1lkAWEEd2pj7qzLnc5AQ">
302
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="__k1lmwWEEd2pj7qzLnc5AQ"/>
303
+ </children>
304
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="__k1lmQWEEd2pj7qzLnc5AQ" y="423"/>
305
+ </children>
306
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="__k1lkgWEEd2pj7qzLnc5AQ" showStereotype="Text"/>
307
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="__k1lkwWEEd2pj7qzLnc5AQ" points="[-37, 9, 294, -75]$[-334, 76, -3, -8]"/>
308
+ </edges>
309
+ <edges xmi:id="_L3xW0QWFEd2pj7qzLnc5AQ" element="_L3xW0AWFEd2pj7qzLnc5AQ" source="_6xH-8AWEEd2pj7qzLnc5AQ" target="_JtoagQWFEd2pj7qzLnc5AQ">
310
+ <children xmi:id="_L3xW1AWFEd2pj7qzLnc5AQ" type="TransitionLabelCompartment" element="_L3xW0AWFEd2pj7qzLnc5AQ">
311
+ <children xmi:id="_L3xW1gWFEd2pj7qzLnc5AQ" type="Stereotype" element="_L3xW0AWFEd2pj7qzLnc5AQ"/>
312
+ <children xmi:id="_L3xW1wWFEd2pj7qzLnc5AQ" type="TransitionLabel" element="_L3xW0AWFEd2pj7qzLnc5AQ"/>
313
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_L3xW1QWFEd2pj7qzLnc5AQ" x="-121" y="-481"/>
314
+ </children>
315
+ <children xmi:id="_L3xW2AWFEd2pj7qzLnc5AQ" type="TriggersLabel" element="_L3xW0AWFEd2pj7qzLnc5AQ">
316
+ <children xmi:id="_L3xW2gWFEd2pj7qzLnc5AQ" type="Triggers" element="_L3xW0AWFEd2pj7qzLnc5AQ">
317
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_L3xW2wWFEd2pj7qzLnc5AQ"/>
318
+ </children>
319
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_L3xW2QWFEd2pj7qzLnc5AQ" y="423"/>
320
+ </children>
321
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_L3xW0gWFEd2pj7qzLnc5AQ" showStereotype="Text"/>
322
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_L3xW0wWFEd2pj7qzLnc5AQ" points="[-8668, 7895, -6562, 7885]$[-1408, 22, 698, 12]$[-1408, 0, 698, -10]$[-8668, 6625, -6562, 6615]"/>
323
+ </edges>
324
+ <edges xmi:id="_Tq9mUQWFEd2pj7qzLnc5AQ" element="_Tq9mUAWFEd2pj7qzLnc5AQ" source="_JtoagQWFEd2pj7qzLnc5AQ" target="_IoMccAWFEd2pj7qzLnc5AQ">
325
+ <children xmi:id="_Tq9mVAWFEd2pj7qzLnc5AQ" type="TransitionLabelCompartment" element="_Tq9mUAWFEd2pj7qzLnc5AQ">
326
+ <children xmi:id="_Tq9mVgWFEd2pj7qzLnc5AQ" type="Stereotype" element="_Tq9mUAWFEd2pj7qzLnc5AQ"/>
327
+ <children xmi:id="_Tq9mVwWFEd2pj7qzLnc5AQ" type="TransitionLabel" element="_Tq9mUAWFEd2pj7qzLnc5AQ"/>
328
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Tq9mVQWFEd2pj7qzLnc5AQ" y="-148"/>
329
+ </children>
330
+ <children xmi:id="_TrGwQAWFEd2pj7qzLnc5AQ" type="TriggersLabel" element="_Tq9mUAWFEd2pj7qzLnc5AQ">
331
+ <children xmi:id="_TrGwQgWFEd2pj7qzLnc5AQ" type="Triggers" element="_Tq9mUAWFEd2pj7qzLnc5AQ">
332
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_TrGwQwWFEd2pj7qzLnc5AQ"/>
333
+ </children>
334
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_TrGwQQWFEd2pj7qzLnc5AQ" y="423"/>
335
+ </children>
336
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_Tq9mUgWFEd2pj7qzLnc5AQ" showStereotype="Text"/>
337
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_Tq9mUwWFEd2pj7qzLnc5AQ" points="[-6562, 6488, -4466, 7133]$[-699, -306, 1397, 339]$[-699, -328, 1397, 317]$[-7197, 5218, -5101, 5863]"/>
338
+ </edges>
339
+ <edges xmi:id="_WvgVYQWFEd2pj7qzLnc5AQ" element="_WvgVYAWFEd2pj7qzLnc5AQ" source="_JtoagQWFEd2pj7qzLnc5AQ" target="_S4vfMAWFEd2pj7qzLnc5AQ">
340
+ <children xmi:id="_WvgVZAWFEd2pj7qzLnc5AQ" type="TransitionLabelCompartment" element="_WvgVYAWFEd2pj7qzLnc5AQ">
341
+ <children xmi:id="_WvgVZgWFEd2pj7qzLnc5AQ" type="Stereotype" element="_WvgVYAWFEd2pj7qzLnc5AQ"/>
342
+ <children xmi:id="_WvgVZwWFEd2pj7qzLnc5AQ" type="TransitionLabel" element="_WvgVYAWFEd2pj7qzLnc5AQ"/>
343
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_WvgVZQWFEd2pj7qzLnc5AQ" y="-148"/>
344
+ </children>
345
+ <children xmi:id="_WvgVaAWFEd2pj7qzLnc5AQ" type="TriggersLabel" element="_WvgVYAWFEd2pj7qzLnc5AQ">
346
+ <children xmi:id="_WvgVagWFEd2pj7qzLnc5AQ" type="Triggers" element="_WvgVYAWFEd2pj7qzLnc5AQ">
347
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_WvgVawWFEd2pj7qzLnc5AQ"/>
348
+ </children>
349
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_WvgVaQWFEd2pj7qzLnc5AQ" y="423"/>
350
+ </children>
351
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_WvgVYgWFEd2pj7qzLnc5AQ" showStereotype="Text"/>
352
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_WvgVYwWFEd2pj7qzLnc5AQ" points="[-6562, 6488, -4466, 5800]$[-699, 350, 1397, -338]$[-699, 328, 1397, -360]$[-5864, 5218, -3768, 4530]"/>
353
+ </edges>
354
+ <edges xmi:id="_htqFAQWFEd2pj7qzLnc5AQ" element="_htqFAAWFEd2pj7qzLnc5AQ" source="_IoMccAWFEd2pj7qzLnc5AQ" target="_CjRFkQWFEd2pj7qzLnc5AQ">
355
+ <children xmi:id="_htqFBAWFEd2pj7qzLnc5AQ" type="TransitionLabelCompartment" element="_htqFAAWFEd2pj7qzLnc5AQ">
356
+ <children xmi:id="_htqFBgWFEd2pj7qzLnc5AQ" type="Stereotype" element="_htqFAAWFEd2pj7qzLnc5AQ"/>
357
+ <children xmi:id="_htqFBwWFEd2pj7qzLnc5AQ" type="TransitionLabel" element="_htqFAAWFEd2pj7qzLnc5AQ"/>
358
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_htqFBQWFEd2pj7qzLnc5AQ" y="-148"/>
359
+ </children>
360
+ <children xmi:id="_htqFCAWFEd2pj7qzLnc5AQ" type="TriggersLabel" element="_htqFAAWFEd2pj7qzLnc5AQ">
361
+ <children xmi:id="_htqFCgWFEd2pj7qzLnc5AQ" type="Triggers" element="_htqFAAWFEd2pj7qzLnc5AQ">
362
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_htqFCwWFEd2pj7qzLnc5AQ"/>
363
+ </children>
364
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_htqFCQWFEd2pj7qzLnc5AQ" y="423"/>
365
+ </children>
366
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_htqFAgWFEd2pj7qzLnc5AQ" showStereotype="Text"/>
367
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_htqFAwWFEd2pj7qzLnc5AQ" points="[-5101, 4339, -3006, 3673]$[-1397, 360, 698, -306]$[-1397, 338, 698, -328]$[-4445, 3069, -2350, 2403]"/>
368
+ </edges>
369
+ <edges xmi:id="_kLdkMQWFEd2pj7qzLnc5AQ" element="_kLdkMAWFEd2pj7qzLnc5AQ" source="_S4vfMAWFEd2pj7qzLnc5AQ" target="_CjRFkQWFEd2pj7qzLnc5AQ">
370
+ <children xmi:id="_kLdkNAWFEd2pj7qzLnc5AQ" type="TransitionLabelCompartment" element="_kLdkMAWFEd2pj7qzLnc5AQ">
371
+ <children xmi:id="_kLdkNgWFEd2pj7qzLnc5AQ" type="Stereotype" element="_kLdkMAWFEd2pj7qzLnc5AQ"/>
372
+ <children xmi:id="_kLdkNwWFEd2pj7qzLnc5AQ" type="TransitionLabel" element="_kLdkMAWFEd2pj7qzLnc5AQ"/>
373
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_kLdkNQWFEd2pj7qzLnc5AQ" y="-148"/>
374
+ </children>
375
+ <children xmi:id="_kLdkOAWFEd2pj7qzLnc5AQ" type="TriggersLabel" element="_kLdkMAWFEd2pj7qzLnc5AQ">
376
+ <children xmi:id="_kLdkOgWFEd2pj7qzLnc5AQ" type="Triggers" element="_kLdkMAWFEd2pj7qzLnc5AQ">
377
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_kLdkOwWFEd2pj7qzLnc5AQ"/>
378
+ </children>
379
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_kLdkOQWFEd2pj7qzLnc5AQ" y="423"/>
380
+ </children>
381
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_kLdkMgWFEd2pj7qzLnc5AQ" showStereotype="Text"/>
382
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_kLdkMwWFEd2pj7qzLnc5AQ" points="[-3768, 3006, -1673, 3673]$[-1397, -317, 698, 350]$[-1397, -339, 698, 328]$[-4445, 1736, -2350, 2403]"/>
383
+ </edges>
384
+ <edges xmi:id="_mCq9cAWFEd2pj7qzLnc5AQ" element="_mChzgAWFEd2pj7qzLnc5AQ" source="_CjRFkQWFEd2pj7qzLnc5AQ" target="_e4mjcAWFEd2pj7qzLnc5AQ">
385
+ <children xmi:id="_mCq9cwWFEd2pj7qzLnc5AQ" type="TransitionLabelCompartment" element="_mChzgAWFEd2pj7qzLnc5AQ">
386
+ <children xmi:id="_mCq9dQWFEd2pj7qzLnc5AQ" type="Stereotype" element="_mChzgAWFEd2pj7qzLnc5AQ"/>
387
+ <children xmi:id="_mCq9dgWFEd2pj7qzLnc5AQ" type="TransitionLabel" element="_mChzgAWFEd2pj7qzLnc5AQ"/>
388
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_mCq9dAWFEd2pj7qzLnc5AQ" x="859" y="-492"/>
389
+ </children>
390
+ <children xmi:id="_mCq9dwWFEd2pj7qzLnc5AQ" type="TriggersLabel" element="_mChzgAWFEd2pj7qzLnc5AQ">
391
+ <children xmi:id="_mCq9eQWFEd2pj7qzLnc5AQ" type="Triggers" element="_mChzgAWFEd2pj7qzLnc5AQ">
392
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_mCq9egWFEd2pj7qzLnc5AQ"/>
393
+ </children>
394
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_mCq9eAWFEd2pj7qzLnc5AQ" y="423"/>
395
+ </children>
396
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_mCq9cQWFEd2pj7qzLnc5AQ" showStereotype="Text"/>
397
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_mCq9cgWFEd2pj7qzLnc5AQ" points="[-2350, 2276, -254, 2286]$[-699, 12, 1397, 22]$[-699, -10, 1397, 0]$[-2350, 1006, -254, 1016]"/>
398
+ </edges>
399
+ <edges xmi:id="_MYfzYQWHEd2pj7qzLnc5AQ" element="_MYfzYAWHEd2pj7qzLnc5AQ" source="_e4mjcAWFEd2pj7qzLnc5AQ" target="_t3sjgAWGEd2pj7qzLnc5AQ">
400
+ <children xmi:id="_MYfzZAWHEd2pj7qzLnc5AQ" type="TransitionLabelCompartment" element="_MYfzYAWHEd2pj7qzLnc5AQ">
401
+ <children xmi:id="_MYfzZgWHEd2pj7qzLnc5AQ" type="Stereotype" element="_MYfzYAWHEd2pj7qzLnc5AQ"/>
402
+ <children xmi:id="_MYfzZwWHEd2pj7qzLnc5AQ" type="TransitionLabel" element="_MYfzYAWHEd2pj7qzLnc5AQ"/>
403
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_MYfzZQWHEd2pj7qzLnc5AQ" x="-5435" y="2800" width="5102" height="762"/>
404
+ </children>
405
+ <children xmi:id="_MYfzaAWHEd2pj7qzLnc5AQ" type="TriggersLabel" element="_MYfzYAWHEd2pj7qzLnc5AQ">
406
+ <children xmi:id="_MYfzagWHEd2pj7qzLnc5AQ" type="Triggers" element="_MYfzYAWHEd2pj7qzLnc5AQ">
407
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_MYfzawWHEd2pj7qzLnc5AQ"/>
408
+ </children>
409
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_MYfzaQWHEd2pj7qzLnc5AQ" x="-3839" y="2576"/>
410
+ </children>
411
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_MYfzYgWHEd2pj7qzLnc5AQ" showStereotype="Text"/>
412
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_MYfzYwWHEd2pj7qzLnc5AQ" points="[39, 62, -151, -180]$[60, 134, -130, -108]"/>
413
+ </edges>
414
+ <edges xmi:id="_Qq1LQAWHEd2pj7qzLnc5AQ" element="_QqraQAWHEd2pj7qzLnc5AQ" source="_4H8rUQWGEd2pj7qzLnc5AQ" target="_OzeBAAWHEd2pj7qzLnc5AQ">
415
+ <children xmi:id="_Qq1LQwWHEd2pj7qzLnc5AQ" type="TransitionLabelCompartment" element="_QqraQAWHEd2pj7qzLnc5AQ">
416
+ <children xmi:id="_Qq1LRQWHEd2pj7qzLnc5AQ" type="Stereotype" element="_QqraQAWHEd2pj7qzLnc5AQ"/>
417
+ <children xmi:id="_Qq1LRgWHEd2pj7qzLnc5AQ" type="TransitionLabel" element="_QqraQAWHEd2pj7qzLnc5AQ"/>
418
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Qq1LRAWHEd2pj7qzLnc5AQ" y="-148"/>
419
+ </children>
420
+ <children xmi:id="_Qq1LRwWHEd2pj7qzLnc5AQ" type="TriggersLabel" element="_QqraQAWHEd2pj7qzLnc5AQ">
421
+ <children xmi:id="_Qq1LSQWHEd2pj7qzLnc5AQ" type="Triggers" element="_QqraQAWHEd2pj7qzLnc5AQ">
422
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Qq1LSgWHEd2pj7qzLnc5AQ"/>
423
+ </children>
424
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Qq1LSAWHEd2pj7qzLnc5AQ" y="423"/>
425
+ </children>
426
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_Qq1LQQWHEd2pj7qzLnc5AQ" showStereotype="Text"/>
427
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_Qq1LQgWHEd2pj7qzLnc5AQ" points="[12, 1, -115, -10]$[140, -12, 13, -23]"/>
428
+ </edges>
429
+ <edges xmi:id="_SbxkcQWHEd2pj7qzLnc5AQ" element="_SbxkcAWHEd2pj7qzLnc5AQ" source="_OzeBAAWHEd2pj7qzLnc5AQ" target="_RNGK0AWHEd2pj7qzLnc5AQ">
430
+ <children xmi:id="_SbxkdAWHEd2pj7qzLnc5AQ" type="TransitionLabelCompartment" element="_SbxkcAWHEd2pj7qzLnc5AQ">
431
+ <children xmi:id="_SbxkdgWHEd2pj7qzLnc5AQ" type="Stereotype" element="_SbxkcAWHEd2pj7qzLnc5AQ"/>
432
+ <children xmi:id="_SbxkdwWHEd2pj7qzLnc5AQ" type="TransitionLabel" element="_SbxkcAWHEd2pj7qzLnc5AQ"/>
433
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_SbxkdQWHEd2pj7qzLnc5AQ" y="-148"/>
434
+ </children>
435
+ <children xmi:id="_SbxkeAWHEd2pj7qzLnc5AQ" type="TriggersLabel" element="_SbxkcAWHEd2pj7qzLnc5AQ">
436
+ <children xmi:id="_SbxkegWHEd2pj7qzLnc5AQ" type="Triggers" element="_SbxkcAWHEd2pj7qzLnc5AQ">
437
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SbxkewWHEd2pj7qzLnc5AQ"/>
438
+ </children>
439
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_SbxkeQWHEd2pj7qzLnc5AQ" y="423"/>
440
+ </children>
441
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_SbxkcgWHEd2pj7qzLnc5AQ" showStereotype="Text"/>
442
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_SbxkcwWHEd2pj7qzLnc5AQ" points="[41, 11, -95, -11]$[96, 1, -40, -21]"/>
443
+ </edges>
444
+ <edges xmi:id="_Wkkl0QWHEd2pj7qzLnc5AQ" element="_Wkkl0AWHEd2pj7qzLnc5AQ" source="_RNGK0AWHEd2pj7qzLnc5AQ" target="_UyIX0QWHEd2pj7qzLnc5AQ">
445
+ <children xmi:id="_WkuW0AWHEd2pj7qzLnc5AQ" type="TransitionLabelCompartment" element="_Wkkl0AWHEd2pj7qzLnc5AQ">
446
+ <children xmi:id="_WkuW0gWHEd2pj7qzLnc5AQ" type="Stereotype" element="_Wkkl0AWHEd2pj7qzLnc5AQ"/>
447
+ <children xmi:id="_WkuW0wWHEd2pj7qzLnc5AQ" type="TransitionLabel" element="_Wkkl0AWHEd2pj7qzLnc5AQ"/>
448
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_WkuW0QWHEd2pj7qzLnc5AQ" y="-148"/>
449
+ </children>
450
+ <children xmi:id="_WkuW1AWHEd2pj7qzLnc5AQ" type="TriggersLabel" element="_Wkkl0AWHEd2pj7qzLnc5AQ">
451
+ <children xmi:id="_WkuW1gWHEd2pj7qzLnc5AQ" type="Triggers" element="_Wkkl0AWHEd2pj7qzLnc5AQ">
452
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_WkuW1wWHEd2pj7qzLnc5AQ"/>
453
+ </children>
454
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_WkuW1QWHEd2pj7qzLnc5AQ" y="423"/>
455
+ </children>
456
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_Wkkl0gWHEd2pj7qzLnc5AQ" showStereotype="Text"/>
457
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_Wkkl0wWHEd2pj7qzLnc5AQ" points="[41, -8, -67, -4]$[111, -19, 3, -15]"/>
458
+ </edges>
459
+ <edges xmi:id="_ZEKNsQWHEd2pj7qzLnc5AQ" element="_ZEKNsAWHEd2pj7qzLnc5AQ" source="_8xOjkAWGEd2pj7qzLnc5AQ" target="_XorHIAWHEd2pj7qzLnc5AQ">
460
+ <children xmi:id="_ZEKNtAWHEd2pj7qzLnc5AQ" type="TransitionLabelCompartment" element="_ZEKNsAWHEd2pj7qzLnc5AQ">
461
+ <children xmi:id="_ZEKNtgWHEd2pj7qzLnc5AQ" type="Stereotype" element="_ZEKNsAWHEd2pj7qzLnc5AQ"/>
462
+ <children xmi:id="_ZEKNtwWHEd2pj7qzLnc5AQ" type="TransitionLabel" element="_ZEKNsAWHEd2pj7qzLnc5AQ"/>
463
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ZEKNtQWHEd2pj7qzLnc5AQ" y="-148"/>
464
+ </children>
465
+ <children xmi:id="_ZEKNuAWHEd2pj7qzLnc5AQ" type="TriggersLabel" element="_ZEKNsAWHEd2pj7qzLnc5AQ">
466
+ <children xmi:id="_ZEKNugWHEd2pj7qzLnc5AQ" type="Triggers" element="_ZEKNsAWHEd2pj7qzLnc5AQ">
467
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_ZEKNuwWHEd2pj7qzLnc5AQ"/>
468
+ </children>
469
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ZEKNuQWHEd2pj7qzLnc5AQ" y="423"/>
470
+ </children>
471
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_ZEKNsgWHEd2pj7qzLnc5AQ" showStereotype="Text"/>
472
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_ZEKNswWHEd2pj7qzLnc5AQ" points="[12, 1, -172, -19]$[143, 5, -41, -15]"/>
473
+ </edges>
474
+ <edges xmi:id="_bd8IgQWHEd2pj7qzLnc5AQ" element="_bd8IgAWHEd2pj7qzLnc5AQ" source="_XorHIAWHEd2pj7qzLnc5AQ" target="_aDC30AWHEd2pj7qzLnc5AQ">
475
+ <children xmi:id="_bd8IhAWHEd2pj7qzLnc5AQ" type="TransitionLabelCompartment" element="_bd8IgAWHEd2pj7qzLnc5AQ">
476
+ <children xmi:id="_bd8IhgWHEd2pj7qzLnc5AQ" type="Stereotype" element="_bd8IgAWHEd2pj7qzLnc5AQ"/>
477
+ <children xmi:id="_bd8IhwWHEd2pj7qzLnc5AQ" type="TransitionLabel" element="_bd8IgAWHEd2pj7qzLnc5AQ"/>
478
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_bd8IhQWHEd2pj7qzLnc5AQ" y="-148"/>
479
+ </children>
480
+ <children xmi:id="_bd8IiAWHEd2pj7qzLnc5AQ" type="TriggersLabel" element="_bd8IgAWHEd2pj7qzLnc5AQ">
481
+ <children xmi:id="_bd8IigWHEd2pj7qzLnc5AQ" type="Triggers" element="_bd8IgAWHEd2pj7qzLnc5AQ">
482
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_bd8IiwWHEd2pj7qzLnc5AQ"/>
483
+ </children>
484
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_bd8IiQWHEd2pj7qzLnc5AQ" y="423"/>
485
+ </children>
486
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_bd8IggWHEd2pj7qzLnc5AQ" showStereotype="Text"/>
487
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_bd8IgwWHEd2pj7qzLnc5AQ" points="[41, 6, -68, -18]$[69, 6, -40, -18]"/>
488
+ </edges>
489
+ <edges xmi:id="_jcmoMQWHEd2pj7qzLnc5AQ" element="_jcmoMAWHEd2pj7qzLnc5AQ" source="_aDC30AWHEd2pj7qzLnc5AQ" target="_d1CiwAWHEd2pj7qzLnc5AQ">
490
+ <children xmi:id="_jcmoNAWHEd2pj7qzLnc5AQ" type="TransitionLabelCompartment" element="_jcmoMAWHEd2pj7qzLnc5AQ">
491
+ <children xmi:id="_jcmoNgWHEd2pj7qzLnc5AQ" type="Stereotype" element="_jcmoMAWHEd2pj7qzLnc5AQ"/>
492
+ <children xmi:id="_jcmoNwWHEd2pj7qzLnc5AQ" type="TransitionLabel" element="_jcmoMAWHEd2pj7qzLnc5AQ"/>
493
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_jcmoNQWHEd2pj7qzLnc5AQ" y="-148"/>
494
+ </children>
495
+ <children xmi:id="_jcmoOAWHEd2pj7qzLnc5AQ" type="TriggersLabel" element="_jcmoMAWHEd2pj7qzLnc5AQ">
496
+ <children xmi:id="_jcmoOgWHEd2pj7qzLnc5AQ" type="Triggers" element="_jcmoMAWHEd2pj7qzLnc5AQ">
497
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_jcmoOwWHEd2pj7qzLnc5AQ"/>
498
+ </children>
499
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_jcmoOQWHEd2pj7qzLnc5AQ" y="423"/>
500
+ </children>
501
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_jcmoMgWHEd2pj7qzLnc5AQ" showStereotype="Text"/>
502
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_jcmoMwWHEd2pj7qzLnc5AQ" points="[41, -12, -63, -2]$[117, -15, 13, -5]"/>
503
+ </edges>
504
+ <edges xmi:id="_JgDKIQWIEd2pj7qzLnc5AQ" element="_JgDKIAWIEd2pj7qzLnc5AQ" source="_zYtVAAWGEd2pj7qzLnc5AQ" target="_hN-C4QWGEd2pj7qzLnc5AQ">
505
+ <children xmi:id="_JgDKJAWIEd2pj7qzLnc5AQ" type="TransitionLabelCompartment" element="_JgDKIAWIEd2pj7qzLnc5AQ">
506
+ <children xmi:id="_JgDKJgWIEd2pj7qzLnc5AQ" type="Stereotype" element="_JgDKIAWIEd2pj7qzLnc5AQ"/>
507
+ <children xmi:id="_JgDKJwWIEd2pj7qzLnc5AQ" type="TransitionLabel" element="_JgDKIAWIEd2pj7qzLnc5AQ"/>
508
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JgDKJQWIEd2pj7qzLnc5AQ" x="1252" y="674"/>
509
+ </children>
510
+ <children xmi:id="_JgDKKAWIEd2pj7qzLnc5AQ" type="TriggersLabel" element="_JgDKIAWIEd2pj7qzLnc5AQ">
511
+ <children xmi:id="_JgDKKgWIEd2pj7qzLnc5AQ" type="Triggers" element="_JgDKIAWIEd2pj7qzLnc5AQ">
512
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JgDKKwWIEd2pj7qzLnc5AQ"/>
513
+ </children>
514
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JgDKKQWIEd2pj7qzLnc5AQ" y="423"/>
515
+ </children>
516
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_JgDKIgWIEd2pj7qzLnc5AQ" showStereotype="Text"/>
517
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_JgDKIwWIEd2pj7qzLnc5AQ" points="[-213, -29, 133, 16]$[-358, -46, -12, -1]"/>
518
+ </edges>
519
+ <edges xmi:id="_pg9h4QWIEd2pj7qzLnc5AQ" element="_pg9h4AWIEd2pj7qzLnc5AQ" source="_t3sjgAWGEd2pj7qzLnc5AQ" target="_zYtVAAWGEd2pj7qzLnc5AQ">
520
+ <children xmi:id="_pg9h5AWIEd2pj7qzLnc5AQ" type="TransitionLabelCompartment" element="_pg9h4AWIEd2pj7qzLnc5AQ">
521
+ <children xmi:id="_pg9h5gWIEd2pj7qzLnc5AQ" type="Stereotype" element="_pg9h4AWIEd2pj7qzLnc5AQ"/>
522
+ <children xmi:id="_pg9h5wWIEd2pj7qzLnc5AQ" type="TransitionLabel" element="_pg9h4AWIEd2pj7qzLnc5AQ"/>
523
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_pg9h5QWIEd2pj7qzLnc5AQ" y="-148"/>
524
+ </children>
525
+ <children xmi:id="_pg9h6AWIEd2pj7qzLnc5AQ" type="TriggersLabel" element="_pg9h4AWIEd2pj7qzLnc5AQ">
526
+ <children xmi:id="_pg9h6gWIEd2pj7qzLnc5AQ" type="Triggers" element="_pg9h4AWIEd2pj7qzLnc5AQ">
527
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_pg9h6wWIEd2pj7qzLnc5AQ"/>
528
+ </children>
529
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_pg9h6QWIEd2pj7qzLnc5AQ" y="423"/>
530
+ </children>
531
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_pg9h4gWIEd2pj7qzLnc5AQ" showStereotype="Text"/>
532
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_pg9h4wWIEd2pj7qzLnc5AQ" points="[-213, -38, 170, 24]$[-382, -75, 1, -13]"/>
533
+ </edges>
534
+ </contents>
535
+ </eAnnotations>
536
+ <ownedTrigger xmi:type="uml:CallTrigger" xmi:id="_tKIdcAWHEd2pj7qzLnc5AQ" name="Operation1" operation="_tJ_TgAWHEd2pj7qzLnc5AQ"/>
537
+ <ownedTrigger xmi:type="uml:SignalTrigger" xmi:id="_xFEpAAWHEd2pj7qzLnc5AQ" name="SignalTrigger()" signal="_xE64AAWHEd2pj7qzLnc5AQ"/>
538
+ <ownedOperation xmi:id="_tJ_TgAWHEd2pj7qzLnc5AQ" name="Operation1">
539
+ <ownedParameter xmi:id="_sHmRUAWmEd2pj7qzLnc5AQ" name="param1" effect="read"/>
540
+ <ownedParameter xmi:id="_tN7nQAWmEd2pj7qzLnc5AQ" name="param2" effect="read"/>
541
+ </ownedOperation>
542
+ <nestedClassifier xmi:type="uml:Signal" xmi:id="_xE64AAWHEd2pj7qzLnc5AQ" name="Signal1"/>
543
+ <region xmi:id="_2UNuwQWEEd2pj7qzLnc5AQ" name="Region1">
544
+ <subvertex xmi:type="uml:State" xmi:id="_6w0c8AWEEd2pj7qzLnc5AQ" name="State1" outgoing="_L3xW0AWFEd2pj7qzLnc5AQ" incoming="_8RiBwAWEEd2pj7qzLnc5AQ"/>
545
+ <subvertex xmi:type="uml:Pseudostate" xmi:id="_CjRFkAWFEd2pj7qzLnc5AQ" name="Join1" outgoing="_mChzgAWFEd2pj7qzLnc5AQ" incoming="_htqFAAWFEd2pj7qzLnc5AQ _kLdkMAWFEd2pj7qzLnc5AQ" kind="join"/>
546
+ <subvertex xmi:type="uml:State" xmi:id="_IoCrcAWFEd2pj7qzLnc5AQ" name="State2" outgoing="_htqFAAWFEd2pj7qzLnc5AQ" incoming="_Tq9mUAWFEd2pj7qzLnc5AQ"/>
547
+ <subvertex xmi:type="uml:Pseudostate" xmi:id="_JtoagAWFEd2pj7qzLnc5AQ" name="Fork1" outgoing="_Tq9mUAWFEd2pj7qzLnc5AQ _WvgVYAWFEd2pj7qzLnc5AQ" incoming="_L3xW0AWFEd2pj7qzLnc5AQ" kind="join"/>
548
+ <subvertex xmi:type="uml:State" xmi:id="_S4ckQAWFEd2pj7qzLnc5AQ" name="State3" outgoing="_kLdkMAWFEd2pj7qzLnc5AQ" incoming="_WvgVYAWFEd2pj7qzLnc5AQ"/>
549
+ <subvertex xmi:type="uml:Pseudostate" xmi:id="_QwKMoAWGEd2pj7qzLnc5AQ" name="Junction1" kind="junction"/>
550
+ <subvertex xmi:type="uml:State" xmi:id="_e4dZgAWFEd2pj7qzLnc5AQ" name="State4" outgoing="_MYfzYAWHEd2pj7qzLnc5AQ" incoming="_mChzgAWFEd2pj7qzLnc5AQ"/>
551
+ <subvertex xmi:type="uml:Pseudostate" xmi:id="_hN-C4AWGEd2pj7qzLnc5AQ" incoming="_JgDKIAWIEd2pj7qzLnc5AQ" kind="terminate"/>
552
+ <subvertex xmi:type="uml:Pseudostate" xmi:id="_iF_3EAWGEd2pj7qzLnc5AQ" outgoing="_8RiBwAWEEd2pj7qzLnc5AQ"/>
553
+ <subvertex xmi:type="uml:FinalState" xmi:id="_nu6AUAWGEd2pj7qzLnc5AQ" incoming="__k1lkAWEEd2pj7qzLnc5AQ"/>
554
+ <subvertex xmi:type="uml:State" xmi:id="_t3ZokAWGEd2pj7qzLnc5AQ" name="State5" outgoing="_pg9h4AWIEd2pj7qzLnc5AQ" incoming="_MYfzYAWHEd2pj7qzLnc5AQ">
555
+ <region xmi:id="_t3ZokQWGEd2pj7qzLnc5AQ" name="Region1">
556
+ <subvertex xmi:type="uml:Pseudostate" xmi:id="_4H8rUAWGEd2pj7qzLnc5AQ" name="hist500" outgoing="_QqraQAWHEd2pj7qzLnc5AQ" kind="shallowHistory"/>
557
+ <subvertex xmi:type="uml:State" xmi:id="_OzUQAAWHEd2pj7qzLnc5AQ" name="etat501" outgoing="_SbxkcAWHEd2pj7qzLnc5AQ" incoming="_QqraQAWHEd2pj7qzLnc5AQ"/>
558
+ <subvertex xmi:type="uml:State" xmi:id="_RMzP4AWHEd2pj7qzLnc5AQ" name="etat502" outgoing="_Wkkl0AWHEd2pj7qzLnc5AQ" incoming="_SbxkcAWHEd2pj7qzLnc5AQ"/>
559
+ <subvertex xmi:type="uml:FinalState" xmi:id="_UyIX0AWHEd2pj7qzLnc5AQ" name="final500" incoming="_Wkkl0AWHEd2pj7qzLnc5AQ"/>
560
+ <transition xmi:id="_QqraQAWHEd2pj7qzLnc5AQ" kind="local" source="_4H8rUAWGEd2pj7qzLnc5AQ" target="_OzUQAAWHEd2pj7qzLnc5AQ"/>
561
+ <transition xmi:id="_SbxkcAWHEd2pj7qzLnc5AQ" kind="local" source="_OzUQAAWHEd2pj7qzLnc5AQ" target="_RMzP4AWHEd2pj7qzLnc5AQ"/>
562
+ <transition xmi:id="_Wkkl0AWHEd2pj7qzLnc5AQ" kind="local" source="_RMzP4AWHEd2pj7qzLnc5AQ" target="_UyIX0AWHEd2pj7qzLnc5AQ"/>
563
+ </region>
564
+ <region xmi:id="_7yylYAWGEd2pj7qzLnc5AQ" name="Region2">
565
+ <subvertex xmi:type="uml:Pseudostate" xmi:id="_8w7ooAWGEd2pj7qzLnc5AQ" name="hist510" outgoing="_ZEKNsAWHEd2pj7qzLnc5AQ" kind="deepHistory"/>
566
+ <subvertex xmi:type="uml:State" xmi:id="_XohWIAWHEd2pj7qzLnc5AQ" name="etat511" outgoing="_bd8IgAWHEd2pj7qzLnc5AQ" incoming="_ZEKNsAWHEd2pj7qzLnc5AQ"/>
567
+ <subvertex xmi:type="uml:State" xmi:id="_aC5t4AWHEd2pj7qzLnc5AQ" name="etat512" outgoing="_jcmoMAWHEd2pj7qzLnc5AQ" incoming="_bd8IgAWHEd2pj7qzLnc5AQ"/>
568
+ <subvertex xmi:type="uml:FinalState" xmi:id="_d05Y0AWHEd2pj7qzLnc5AQ" name="final510" incoming="_jcmoMAWHEd2pj7qzLnc5AQ"/>
569
+ <transition xmi:id="_ZEKNsAWHEd2pj7qzLnc5AQ" kind="local" source="_8w7ooAWGEd2pj7qzLnc5AQ" target="_XohWIAWHEd2pj7qzLnc5AQ"/>
570
+ <transition xmi:id="_bd8IgAWHEd2pj7qzLnc5AQ" kind="local" source="_XohWIAWHEd2pj7qzLnc5AQ" target="_aC5t4AWHEd2pj7qzLnc5AQ"/>
571
+ <transition xmi:id="_jcmoMAWHEd2pj7qzLnc5AQ" kind="local" source="_aC5t4AWHEd2pj7qzLnc5AQ" target="_d05Y0AWHEd2pj7qzLnc5AQ"/>
572
+ </region>
573
+ <exit xmi:id="_3DjPEAWGEd2pj7qzLnc5AQ" name="Quitter"/>
574
+ </subvertex>
575
+ <subvertex xmi:type="uml:Pseudostate" xmi:id="_zYjkAAWGEd2pj7qzLnc5AQ" name="Test1" outgoing="__k1lkAWEEd2pj7qzLnc5AQ _JgDKIAWIEd2pj7qzLnc5AQ" incoming="_pg9h4AWIEd2pj7qzLnc5AQ" kind="choice"/>
576
+ <transition xmi:id="_8RiBwAWEEd2pj7qzLnc5AQ" name="startToState1" kind="local" source="_iF_3EAWGEd2pj7qzLnc5AQ" target="_6w0c8AWEEd2pj7qzLnc5AQ"/>
577
+ <transition xmi:id="_L3xW0AWFEd2pj7qzLnc5AQ" name="State1ToFork1" kind="local" source="_6w0c8AWEEd2pj7qzLnc5AQ" target="_JtoagAWFEd2pj7qzLnc5AQ"/>
578
+ <transition xmi:id="_Tq9mUAWFEd2pj7qzLnc5AQ" name="Fork1ToState2" kind="local" source="_JtoagAWFEd2pj7qzLnc5AQ" target="_IoCrcAWFEd2pj7qzLnc5AQ"/>
579
+ <transition xmi:id="_WvgVYAWFEd2pj7qzLnc5AQ" name="fork1ToState3" kind="local" source="_JtoagAWFEd2pj7qzLnc5AQ" target="_S4ckQAWFEd2pj7qzLnc5AQ"/>
580
+ <transition xmi:id="_htqFAAWFEd2pj7qzLnc5AQ" name="State2ToJoin1" kind="local" source="_IoCrcAWFEd2pj7qzLnc5AQ" target="_CjRFkAWFEd2pj7qzLnc5AQ"/>
581
+ <transition xmi:id="_kLdkMAWFEd2pj7qzLnc5AQ" name="State3ToJoin1" kind="local" source="_S4ckQAWFEd2pj7qzLnc5AQ" target="_CjRFkAWFEd2pj7qzLnc5AQ"/>
582
+ <transition xmi:id="_mChzgAWFEd2pj7qzLnc5AQ" name="Join1ToState4" kind="local" source="_CjRFkAWFEd2pj7qzLnc5AQ" target="_e4dZgAWFEd2pj7qzLnc5AQ"/>
583
+ <transition xmi:id="__k1lkAWEEd2pj7qzLnc5AQ" name="test1ToExit" kind="local" source="_zYjkAAWGEd2pj7qzLnc5AQ" target="_nu6AUAWGEd2pj7qzLnc5AQ"/>
584
+ <transition xmi:id="_MYfzYAWHEd2pj7qzLnc5AQ" name="state4ToState5" kind="local" source="_e4dZgAWFEd2pj7qzLnc5AQ" target="_t3ZokAWGEd2pj7qzLnc5AQ" trigger="_tKIdcAWHEd2pj7qzLnc5AQ _xFEpAAWHEd2pj7qzLnc5AQ">
585
+ <guard xmi:id="_NhipoAWIEd2pj7qzLnc5AQ">
586
+ <specification xmi:type="uml:OpaqueExpression" xmi:id="_NhipoQWIEd2pj7qzLnc5AQ" body="titi=45"/>
587
+ </guard>
588
+ </transition>
589
+ <transition xmi:id="_JgDKIAWIEd2pj7qzLnc5AQ" name="test1ToTerminate" kind="local" source="_zYjkAAWGEd2pj7qzLnc5AQ" target="_hN-C4AWGEd2pj7qzLnc5AQ"/>
590
+ <transition xmi:id="_pg9h4AWIEd2pj7qzLnc5AQ" name="State5ToTest1" kind="local" source="_t3ZokAWGEd2pj7qzLnc5AQ" target="_zYjkAAWGEd2pj7qzLnc5AQ"/>
591
+ </region>
592
+ </ownedMember>
593
+ </ownedMember>
594
+ </uml:Model>