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,12 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <projectDescription>
3
+ <name>ontomde-demo-bpm-model</name>
4
+ <comment></comment>
5
+ <projects>
6
+ <project>agis-profil</project>
7
+ </projects>
8
+ <buildSpec>
9
+ </buildSpec>
10
+ <natures>
11
+ </natures>
12
+ </projectDescription>
@@ -0,0 +1,606 @@
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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Profil_12="http:///_X_efEPWYEdyPU9ZV1UgyDQ.profile.uml2" 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" xsi:schemaLocation="http:///_X_efEPWYEdyPU9ZV1UgyDQ.profile.uml2 platform:/resource/agis-profil/Agis%20Profil.epx#_X_efEfWYEdyPU9ZV1UgyDQ?Profil/%3CEPackage%3E" xmi:id="_XH8XYDuOEdyltIorAFYEcg" name="bpm" appliedProfile="_XH8XZDuOEdyltIorAFYEcg _XH8XZzuOEdyltIorAFYEcg _XH8XajuOEdyltIorAFYEcg _XH8XbTuOEdyltIorAFYEcg _XH8XcDuOEdyltIorAFYEcg _PV-9IPT9EdyPU9ZV1UgyDQ">
4
+ <eAnnotations xmi:id="_XH8XYTuOEdyltIorAFYEcg" source="uml2.diagrams"/>
5
+ <eAnnotations xmi:id="_dzwIEDuOEdyltIorAFYEcg" source="http://www.eclipse.org/emf/2002/Ecore"/>
6
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_XH8XZDuOEdyltIorAFYEcg">
7
+ <eAnnotations xmi:id="_XH8XZTuOEdyltIorAFYEcg" source="attributes">
8
+ <details xmi:id="_XH8XZjuOEdyltIorAFYEcg" key="version" value="0"/>
9
+ </eAnnotations>
10
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_PROFILES/Basic.profile.uml2#_6mFRgK86Edih9-GG5afQ0g"/>
11
+ <importedProfile href="pathmap://UML2_PROFILES/Basic.profile.uml2#_6mFRgK86Edih9-GG5afQ0g"/>
12
+ </packageImport>
13
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_XH8XZzuOEdyltIorAFYEcg">
14
+ <eAnnotations xmi:id="_XH8XaDuOEdyltIorAFYEcg" source="attributes">
15
+ <details xmi:id="_XH8XaTuOEdyltIorAFYEcg" key="version" value="0"/>
16
+ </eAnnotations>
17
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_PROFILES/Intermediate.profile.uml2#_Cz7csK87Edih9-GG5afQ0g"/>
18
+ <importedProfile href="pathmap://UML2_PROFILES/Intermediate.profile.uml2#_Cz7csK87Edih9-GG5afQ0g"/>
19
+ </packageImport>
20
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_XH8XajuOEdyltIorAFYEcg">
21
+ <eAnnotations xmi:id="_XH8XazuOEdyltIorAFYEcg" source="attributes">
22
+ <details xmi:id="_XH8XbDuOEdyltIorAFYEcg" key="version" value="0"/>
23
+ </eAnnotations>
24
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_PROFILES/Complete.profile.uml2#_M7pTkK87Edih9-GG5afQ0g"/>
25
+ <importedProfile href="pathmap://UML2_PROFILES/Complete.profile.uml2#_M7pTkK87Edih9-GG5afQ0g"/>
26
+ </packageImport>
27
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_XH8XbTuOEdyltIorAFYEcg">
28
+ <eAnnotations xmi:id="_XH8XbjuOEdyltIorAFYEcg" source="attributes">
29
+ <details xmi:id="_XH8XbzuOEdyltIorAFYEcg" key="version" value="0"/>
30
+ </eAnnotations>
31
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_MSL_PROFILES/Default.epx#_a_S3wNWLEdiy4IqP8whjFA?Default"/>
32
+ <importedProfile href="pathmap://UML2_MSL_PROFILES/Default.epx#_a_S3wNWLEdiy4IqP8whjFA?Default"/>
33
+ </packageImport>
34
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_XH8XcDuOEdyltIorAFYEcg">
35
+ <eAnnotations xmi:id="_XH8XcTuOEdyltIorAFYEcg" source="attributes">
36
+ <details xmi:id="_XH8XcjuOEdyltIorAFYEcg" key="version" value="0"/>
37
+ </eAnnotations>
38
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_MSL_PROFILES/Deployment.epx#_vjbuwOvHEdiDX5bji0iVSA?Deployment"/>
39
+ <importedProfile href="pathmap://UML2_MSL_PROFILES/Deployment.epx#_vjbuwOvHEdiDX5bji0iVSA?Deployment"/>
40
+ </packageImport>
41
+ <packageImport xmi:id="_XH8XczuOEdyltIorAFYEcg">
42
+ <importedPackage xmi:type="uml:Model" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_EfRZoK86EdieaYgxtVWN8Q"/>
43
+ </packageImport>
44
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_PV-9IPT9EdyPU9ZV1UgyDQ">
45
+ <eAnnotations xmi:id="_PV-9IfT9EdyPU9ZV1UgyDQ" source="attributes">
46
+ <details xmi:id="_PV-9IvT9EdyPU9ZV1UgyDQ" key="version" value="12"/>
47
+ </eAnnotations>
48
+ <importedPackage xmi:type="uml:Profile" href="platform:/resource/agis-profil/Agis%20Profil.epx#_-xY2QT6NEdyDqtBcWiARwA?Profil"/>
49
+ <importedProfile href="platform:/resource/agis-profil/Agis%20Profil.epx#_-xY2QT6NEdyDqtBcWiARwA?Profil"/>
50
+ </packageImport>
51
+ <ownedMember xmi:type="uml:Package" xmi:id="_gSJdIDuOEdyltIorAFYEcg" name="cas1">
52
+ <eAnnotations xmi:id="_gSJdITuOEdyltIorAFYEcg" source="uml2.diagrams">
53
+ <contents xmi:type="notation:Diagram" xmi:id="_XH8XYjuOEdyltIorAFYEcg" type="Freeform" name="Diagramme Classe Cas 1">
54
+ <children xmi:id="_Kf8X0PWYEdyPU9ZV1UgyDQ" element="_F9NzgPWYEdyPU9ZV1UgyDQ">
55
+ <children xmi:id="_Kf8X0_WYEdyPU9ZV1UgyDQ" type="ImageCompartment" element="_F9NzgPWYEdyPU9ZV1UgyDQ">
56
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_Kf8X1PWYEdyPU9ZV1UgyDQ" width="1320" height="1320"/>
57
+ </children>
58
+ <children xmi:id="_Kf8X1fWYEdyPU9ZV1UgyDQ" type="Stereotype" element="_F9NzgPWYEdyPU9ZV1UgyDQ"/>
59
+ <children xmi:id="_Kf8X1vWYEdyPU9ZV1UgyDQ" type="Name" element="_F9NzgPWYEdyPU9ZV1UgyDQ"/>
60
+ <children xmi:id="_Kf8X1_WYEdyPU9ZV1UgyDQ" type="AttributeCompartment" element="_F9NzgPWYEdyPU9ZV1UgyDQ">
61
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Kf8X2PWYEdyPU9ZV1UgyDQ"/>
62
+ </children>
63
+ <children xmi:id="_Kf8X2fWYEdyPU9ZV1UgyDQ" type="OperationCompartment" element="_F9NzgPWYEdyPU9ZV1UgyDQ">
64
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Kf8X2vWYEdyPU9ZV1UgyDQ"/>
65
+ </children>
66
+ <children xmi:id="_Kf8X2_WYEdyPU9ZV1UgyDQ" visible="false" type="SignalCompartment" element="_F9NzgPWYEdyPU9ZV1UgyDQ">
67
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Kf8X3PWYEdyPU9ZV1UgyDQ"/>
68
+ </children>
69
+ <children xmi:id="_Kf8X3fWYEdyPU9ZV1UgyDQ" visible="false" type="StructureCompartment" element="_F9NzgPWYEdyPU9ZV1UgyDQ">
70
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_Kf8X3vWYEdyPU9ZV1UgyDQ"/>
71
+ </children>
72
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_Kf8X0fWYEdyPU9ZV1UgyDQ" showStereotype="Label"/>
73
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Kf8X0vWYEdyPU9ZV1UgyDQ" x="6360" y="4452"/>
74
+ </children>
75
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_XH8XYzuOEdyltIorAFYEcg"/>
76
+ </contents>
77
+ </eAnnotations>
78
+ <ownedMember xmi:type="uml:UseCase" xmi:id="_hHJAgHNqEdyVaat3AaTYxQ" name="initCas1"/>
79
+ <ownedMember xmi:type="uml:Class" xmi:id="_F9NzgPWYEdyPU9ZV1UgyDQ" name="Magasinier">
80
+ <ownedAttribute xmi:id="_MmWDoPWYEdyPU9ZV1UgyDQ" name="nom" visibility="private">
81
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
82
+ </ownedAttribute>
83
+ <ownedOperation xmi:id="_PL5woPWYEdyPU9ZV1UgyDQ" name="rangerMagasin"/>
84
+ <ownedOperation xmi:id="_TSUMYPWYEdyPU9ZV1UgyDQ" name="faireInventaire">
85
+ <eAnnotations xmi:id="_hf5FYPWYEdyPU9ZV1UgyDQ" source="appliedStereotypes">
86
+ <contents xmi:type="Profil_12:Profil__Async" xmi:id="_hf5FYfWYEdyPU9ZV1UgyDQ"/>
87
+ </eAnnotations>
88
+ </ownedOperation>
89
+ </ownedMember>
90
+ </ownedMember>
91
+ <ownedMember xmi:type="uml:Package" xmi:id="_bKlvEJzWEdyj8_NDjoX0xA" name="cas2">
92
+ <eAnnotations xmi:id="_bKlvEZzWEdyj8_NDjoX0xA" source="uml2.diagrams">
93
+ <contents xmi:type="notation:Diagram" xmi:id="_ktr3EPWYEdyPU9ZV1UgyDQ" type="Freeform" name="Diagramme Classe Cas 2">
94
+ <children xmi:id="_-mtqkfWYEdyPU9ZV1UgyDQ" targetEdges="_EbP1APWZEdyPU9ZV1UgyDQ _FHWtEfWZEdyPU9ZV1UgyDQ" element="_-mtqkPWYEdyPU9ZV1UgyDQ">
95
+ <children xmi:id="_-mtqlPWYEdyPU9ZV1UgyDQ" type="ImageCompartment" element="_-mtqkPWYEdyPU9ZV1UgyDQ">
96
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_-mtqlfWYEdyPU9ZV1UgyDQ" width="1320" height="1320"/>
97
+ </children>
98
+ <children xmi:id="_-mtqlvWYEdyPU9ZV1UgyDQ" type="Stereotype" element="_-mtqkPWYEdyPU9ZV1UgyDQ"/>
99
+ <children xmi:id="_-mtql_WYEdyPU9ZV1UgyDQ" type="Name" element="_-mtqkPWYEdyPU9ZV1UgyDQ"/>
100
+ <children xmi:id="_-mtqmPWYEdyPU9ZV1UgyDQ" type="AttributeCompartment" element="_-mtqkPWYEdyPU9ZV1UgyDQ">
101
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_-mtqmfWYEdyPU9ZV1UgyDQ"/>
102
+ </children>
103
+ <children xmi:id="_-mtqmvWYEdyPU9ZV1UgyDQ" type="OperationCompartment" element="_-mtqkPWYEdyPU9ZV1UgyDQ">
104
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_-mtqm_WYEdyPU9ZV1UgyDQ"/>
105
+ </children>
106
+ <children xmi:id="_-mtqnPWYEdyPU9ZV1UgyDQ" visible="false" type="SignalCompartment" element="_-mtqkPWYEdyPU9ZV1UgyDQ">
107
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_-mtqnfWYEdyPU9ZV1UgyDQ"/>
108
+ </children>
109
+ <children xmi:id="_-mtqnvWYEdyPU9ZV1UgyDQ" visible="false" type="StructureCompartment" element="_-mtqkPWYEdyPU9ZV1UgyDQ">
110
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_-mtqn_WYEdyPU9ZV1UgyDQ"/>
111
+ </children>
112
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_-mtqkvWYEdyPU9ZV1UgyDQ" showStereotype="Label"/>
113
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_-mtqk_WYEdyPU9ZV1UgyDQ" x="8268" y="3816"/>
114
+ </children>
115
+ <children xmi:id="_CKjkwPWZEdyPU9ZV1UgyDQ" sourceEdges="_FHWtEfWZEdyPU9ZV1UgyDQ" element="_CKZzwPWZEdyPU9ZV1UgyDQ">
116
+ <children xmi:id="_CKjkw_WZEdyPU9ZV1UgyDQ" type="ImageCompartment" element="_CKZzwPWZEdyPU9ZV1UgyDQ">
117
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_CKjkxPWZEdyPU9ZV1UgyDQ" width="1320" height="1320"/>
118
+ </children>
119
+ <children xmi:id="_CKjkxfWZEdyPU9ZV1UgyDQ" type="Stereotype" element="_CKZzwPWZEdyPU9ZV1UgyDQ"/>
120
+ <children xmi:id="_CKjkxvWZEdyPU9ZV1UgyDQ" type="Name" element="_CKZzwPWZEdyPU9ZV1UgyDQ"/>
121
+ <children xmi:id="_CKjkx_WZEdyPU9ZV1UgyDQ" type="AttributeCompartment" element="_CKZzwPWZEdyPU9ZV1UgyDQ">
122
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_CKjkyPWZEdyPU9ZV1UgyDQ"/>
123
+ </children>
124
+ <children xmi:id="_CKjkyfWZEdyPU9ZV1UgyDQ" type="OperationCompartment" element="_CKZzwPWZEdyPU9ZV1UgyDQ">
125
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_CKjkyvWZEdyPU9ZV1UgyDQ"/>
126
+ </children>
127
+ <children xmi:id="_CKjky_WZEdyPU9ZV1UgyDQ" visible="false" type="SignalCompartment" element="_CKZzwPWZEdyPU9ZV1UgyDQ">
128
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_CKjkzPWZEdyPU9ZV1UgyDQ"/>
129
+ </children>
130
+ <children xmi:id="_CKjkzfWZEdyPU9ZV1UgyDQ" visible="false" type="StructureCompartment" element="_CKZzwPWZEdyPU9ZV1UgyDQ">
131
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_CKjkzvWZEdyPU9ZV1UgyDQ"/>
132
+ </children>
133
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_CKjkwfWZEdyPU9ZV1UgyDQ" showListSignature="true" showStereotype="Label"/>
134
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_CKjkwvWZEdyPU9ZV1UgyDQ" x="1247" y="6996" width="8386" height="1935"/>
135
+ </children>
136
+ <children xmi:id="_CeE9sfWZEdyPU9ZV1UgyDQ" sourceEdges="_EbP1APWZEdyPU9ZV1UgyDQ" element="_CeE9sPWZEdyPU9ZV1UgyDQ">
137
+ <children xmi:id="_CeE9tPWZEdyPU9ZV1UgyDQ" type="ImageCompartment" element="_CeE9sPWZEdyPU9ZV1UgyDQ">
138
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_CeE9tfWZEdyPU9ZV1UgyDQ" width="1320" height="1320"/>
139
+ </children>
140
+ <children xmi:id="_CeE9tvWZEdyPU9ZV1UgyDQ" type="Stereotype" element="_CeE9sPWZEdyPU9ZV1UgyDQ"/>
141
+ <children xmi:id="_CeE9t_WZEdyPU9ZV1UgyDQ" type="Name" element="_CeE9sPWZEdyPU9ZV1UgyDQ"/>
142
+ <children xmi:id="_CeE9uPWZEdyPU9ZV1UgyDQ" type="AttributeCompartment" element="_CeE9sPWZEdyPU9ZV1UgyDQ">
143
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_CeE9ufWZEdyPU9ZV1UgyDQ"/>
144
+ </children>
145
+ <children xmi:id="_CeE9uvWZEdyPU9ZV1UgyDQ" type="OperationCompartment" element="_CeE9sPWZEdyPU9ZV1UgyDQ">
146
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_CeE9u_WZEdyPU9ZV1UgyDQ"/>
147
+ </children>
148
+ <children xmi:id="_CeE9vPWZEdyPU9ZV1UgyDQ" visible="false" type="SignalCompartment" element="_CeE9sPWZEdyPU9ZV1UgyDQ">
149
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_CeE9vfWZEdyPU9ZV1UgyDQ"/>
150
+ </children>
151
+ <children xmi:id="_CeE9vvWZEdyPU9ZV1UgyDQ" visible="false" type="StructureCompartment" element="_CeE9sPWZEdyPU9ZV1UgyDQ">
152
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_CeE9v_WZEdyPU9ZV1UgyDQ"/>
153
+ </children>
154
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_CeE9svWZEdyPU9ZV1UgyDQ" showListSignature="true" showStereotype="Label"/>
155
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_CeE9s_WZEdyPU9ZV1UgyDQ" x="10176" y="6994" width="7408" height="1961"/>
156
+ </children>
157
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_ktr3IPWYEdyPU9ZV1UgyDQ"/>
158
+ <edges xmi:id="_EbP1APWZEdyPU9ZV1UgyDQ" element="_Ea86EPWZEdyPU9ZV1UgyDQ" source="_CeE9sfWZEdyPU9ZV1UgyDQ" target="_-mtqkfWYEdyPU9ZV1UgyDQ">
159
+ <children xmi:id="_EbP1A_WZEdyPU9ZV1UgyDQ" type="NameLabel" element="_Ea86EPWZEdyPU9ZV1UgyDQ">
160
+ <children xmi:id="_EbP1BfWZEdyPU9ZV1UgyDQ" type="Stereotype" element="_Ea86EPWZEdyPU9ZV1UgyDQ"/>
161
+ <children xmi:id="_EbP1BvWZEdyPU9ZV1UgyDQ" type="Name" element="_Ea86EPWZEdyPU9ZV1UgyDQ"/>
162
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_EbP1BPWZEdyPU9ZV1UgyDQ" y="-185"/>
163
+ </children>
164
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_EbP1AfWZEdyPU9ZV1UgyDQ" routing="Rectilinear" showStereotype="Text"/>
165
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_EbP1AvWZEdyPU9ZV1UgyDQ" points="[-1150, -582, 1178, 1879]$[-1150, -1773, 1178, 688]"/>
166
+ </edges>
167
+ <edges xmi:id="_FHWtEfWZEdyPU9ZV1UgyDQ" element="_FHWtEPWZEdyPU9ZV1UgyDQ" source="_CKjkwPWZEdyPU9ZV1UgyDQ" target="_-mtqkfWYEdyPU9ZV1UgyDQ">
168
+ <children xmi:id="_FHWtFPWZEdyPU9ZV1UgyDQ" type="NameLabel" element="_FHWtEPWZEdyPU9ZV1UgyDQ">
169
+ <children xmi:id="_FHWtFvWZEdyPU9ZV1UgyDQ" type="Stereotype" element="_FHWtEPWZEdyPU9ZV1UgyDQ"/>
170
+ <children xmi:id="_FHWtF_WZEdyPU9ZV1UgyDQ" type="Name" element="_FHWtEPWZEdyPU9ZV1UgyDQ"/>
171
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_FHWtFfWZEdyPU9ZV1UgyDQ" y="-185"/>
172
+ </children>
173
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_FHWtEvWZEdyPU9ZV1UgyDQ" routing="Rectilinear" showStereotype="Text"/>
174
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_FHWtE_WZEdyPU9ZV1UgyDQ" points="[22, -22, -86, 71]$[59, -72, -49, 21]"/>
175
+ </edges>
176
+ </contents>
177
+ </eAnnotations>
178
+ <ownedMember xmi:type="uml:Class" xmi:id="_-mtqkPWYEdyPU9ZV1UgyDQ" name="Personne" isAbstract="true">
179
+ <ownedAttribute xmi:id="_AVlAIPWZEdyPU9ZV1UgyDQ" name="nom" visibility="private">
180
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
181
+ </ownedAttribute>
182
+ </ownedMember>
183
+ <ownedMember xmi:type="uml:Class" xmi:id="_CKZzwPWZEdyPU9ZV1UgyDQ" name="Client">
184
+ <generalization xmi:id="_FHWtEPWZEdyPU9ZV1UgyDQ" general="_-mtqkPWYEdyPU9ZV1UgyDQ"/>
185
+ <ownedOperation xmi:id="_kNk-MPWZEdyPU9ZV1UgyDQ" name="deposerArgent">
186
+ <ownedParameter xmi:id="_mWqxoPWZEdyPU9ZV1UgyDQ" name="callback" type="_4Mn8APWYEdyPU9ZV1UgyDQ" effect="read"/>
187
+ </ownedOperation>
188
+ </ownedMember>
189
+ <ownedMember xmi:type="uml:Class" xmi:id="_CeE9sPWZEdyPU9ZV1UgyDQ" name="Banquier">
190
+ <generalization xmi:id="_Ea86EPWZEdyPU9ZV1UgyDQ" general="_-mtqkPWYEdyPU9ZV1UgyDQ"/>
191
+ <ownedOperation xmi:id="_ObaSYPWZEdyPU9ZV1UgyDQ" name="receptionnerClient">
192
+ <ownedParameter xmi:id="_SqwnsPWZEdyPU9ZV1UgyDQ" name="client" type="_CKZzwPWZEdyPU9ZV1UgyDQ" effect="read"/>
193
+ </ownedOperation>
194
+ <ownedOperation xmi:id="_cQi2MPWZEdyPU9ZV1UgyDQ" name="activerAlarme">
195
+ <eAnnotations xmi:id="_f0F1cPWZEdyPU9ZV1UgyDQ" source="appliedStereotypes">
196
+ <contents xmi:type="Profil_12:Profil__CallBack" xmi:id="_f0F1cfWZEdyPU9ZV1UgyDQ"/>
197
+ </eAnnotations>
198
+ </ownedOperation>
199
+ </ownedMember>
200
+ <ownedMember xmi:type="uml:UseCase" xmi:id="_wJxOIPW_EdyPU9ZV1UgyDQ" name="initCas2"/>
201
+ </ownedMember>
202
+ <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_4Mn8APWYEdyPU9ZV1UgyDQ" name="XmdaCallbackHandler"/>
203
+ <ownedMember xmi:type="uml:Package" xmi:id="_5vXEoPWZEdyPU9ZV1UgyDQ" name="cas3">
204
+ <eAnnotations xmi:id="_5vXEofWZEdyPU9ZV1UgyDQ" source="uml2.diagrams">
205
+ <contents xmi:type="notation:Diagram" xmi:id="_5vXEovWZEdyPU9ZV1UgyDQ" type="Freeform" name="Diagramme Classe Cas 3">
206
+ <children xmi:id="_5vXEo_WZEdyPU9ZV1UgyDQ" targetEdges="_N_U94PWaEdyPU9ZV1UgyDQ" element="_5vXE4PWZEdyPU9ZV1UgyDQ">
207
+ <children xmi:id="_5vXEpPWZEdyPU9ZV1UgyDQ" type="ImageCompartment" element="_5vXE4PWZEdyPU9ZV1UgyDQ">
208
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_5vXEpfWZEdyPU9ZV1UgyDQ" width="1320" height="1320"/>
209
+ </children>
210
+ <children xmi:id="_5vXEpvWZEdyPU9ZV1UgyDQ" type="Stereotype" element="_5vXE4PWZEdyPU9ZV1UgyDQ"/>
211
+ <children xmi:id="_5vXEp_WZEdyPU9ZV1UgyDQ" type="Name" element="_5vXE4PWZEdyPU9ZV1UgyDQ"/>
212
+ <children xmi:id="_5vXEqPWZEdyPU9ZV1UgyDQ" type="AttributeCompartment" element="_5vXE4PWZEdyPU9ZV1UgyDQ">
213
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_5vXEqfWZEdyPU9ZV1UgyDQ"/>
214
+ </children>
215
+ <children xmi:id="_5vXEqvWZEdyPU9ZV1UgyDQ" type="OperationCompartment" element="_5vXE4PWZEdyPU9ZV1UgyDQ">
216
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_5vXEq_WZEdyPU9ZV1UgyDQ"/>
217
+ </children>
218
+ <children xmi:id="_5vXErPWZEdyPU9ZV1UgyDQ" visible="false" type="SignalCompartment" element="_5vXE4PWZEdyPU9ZV1UgyDQ">
219
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_5vXErfWZEdyPU9ZV1UgyDQ"/>
220
+ </children>
221
+ <children xmi:id="_5vXErvWZEdyPU9ZV1UgyDQ" visible="false" type="StructureCompartment" element="_5vXE4PWZEdyPU9ZV1UgyDQ">
222
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_5vXEr_WZEdyPU9ZV1UgyDQ"/>
223
+ </children>
224
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_5vXEsPWZEdyPU9ZV1UgyDQ" showStereotype="Label"/>
225
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5vXEsfWZEdyPU9ZV1UgyDQ" x="6678" y="4452"/>
226
+ </children>
227
+ <children xmi:id="_IsB4QfWaEdyPU9ZV1UgyDQ" sourceEdges="_N_U94PWaEdyPU9ZV1UgyDQ" element="_IsB4QPWaEdyPU9ZV1UgyDQ">
228
+ <children xmi:id="_IsB4RPWaEdyPU9ZV1UgyDQ" type="ImageCompartment" element="_IsB4QPWaEdyPU9ZV1UgyDQ">
229
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_IsB4RfWaEdyPU9ZV1UgyDQ" width="1320" height="1320"/>
230
+ </children>
231
+ <children xmi:id="_IsB4RvWaEdyPU9ZV1UgyDQ" type="Stereotype" element="_IsB4QPWaEdyPU9ZV1UgyDQ"/>
232
+ <children xmi:id="_IsB4R_WaEdyPU9ZV1UgyDQ" type="Name" element="_IsB4QPWaEdyPU9ZV1UgyDQ"/>
233
+ <children xmi:id="_IsB4SPWaEdyPU9ZV1UgyDQ" type="AttributeCompartment" element="_IsB4QPWaEdyPU9ZV1UgyDQ">
234
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_IsB4SfWaEdyPU9ZV1UgyDQ"/>
235
+ </children>
236
+ <children xmi:id="_IsB4SvWaEdyPU9ZV1UgyDQ" type="OperationCompartment" element="_IsB4QPWaEdyPU9ZV1UgyDQ">
237
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_IsB4S_WaEdyPU9ZV1UgyDQ"/>
238
+ </children>
239
+ <children xmi:id="_IsB4TPWaEdyPU9ZV1UgyDQ" visible="false" type="SignalCompartment" element="_IsB4QPWaEdyPU9ZV1UgyDQ">
240
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_IsB4TfWaEdyPU9ZV1UgyDQ"/>
241
+ </children>
242
+ <children xmi:id="_IsB4TvWaEdyPU9ZV1UgyDQ" visible="false" type="StructureCompartment" element="_IsB4QPWaEdyPU9ZV1UgyDQ">
243
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_IsB4T_WaEdyPU9ZV1UgyDQ"/>
244
+ </children>
245
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_IsB4QvWaEdyPU9ZV1UgyDQ" showStereotype="Label"/>
246
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_IsB4Q_WaEdyPU9ZV1UgyDQ" x="10176" y="7950"/>
247
+ </children>
248
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_5vXE0PWZEdyPU9ZV1UgyDQ"/>
249
+ <edges xmi:id="_N_U94PWaEdyPU9ZV1UgyDQ" element="_N_CC8PWaEdyPU9ZV1UgyDQ" source="_IsB4QfWaEdyPU9ZV1UgyDQ" target="_5vXEo_WZEdyPU9ZV1UgyDQ">
250
+ <children xmi:id="_N_U94_WaEdyPU9ZV1UgyDQ" type="NameLabel" element="_N_CC8PWaEdyPU9ZV1UgyDQ">
251
+ <children xmi:id="_N_U95fWaEdyPU9ZV1UgyDQ" type="Stereotype" element="_N_CC8PWaEdyPU9ZV1UgyDQ"/>
252
+ <children xmi:id="_N_U95vWaEdyPU9ZV1UgyDQ" type="Name" element="_N_CC8PWaEdyPU9ZV1UgyDQ"/>
253
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_N_U95PWaEdyPU9ZV1UgyDQ" y="-185"/>
254
+ </children>
255
+ <children xmi:id="_N_U95_WaEdyPU9ZV1UgyDQ" type="ToMultiplicityLabel" element="_N_CC8vWaEdyPU9ZV1UgyDQ">
256
+ <children xmi:id="_N_U96fWaEdyPU9ZV1UgyDQ" type="ToMultiplicity" element="_N_CC8vWaEdyPU9ZV1UgyDQ"/>
257
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_N_U96PWaEdyPU9ZV1UgyDQ" y="608"/>
258
+ </children>
259
+ <children xmi:id="_N_U96vWaEdyPU9ZV1UgyDQ" type="ToRoleLabel" element="_N_CC8vWaEdyPU9ZV1UgyDQ">
260
+ <children xmi:id="_N_U97PWaEdyPU9ZV1UgyDQ" type="ToRole" element="_N_CC8vWaEdyPU9ZV1UgyDQ"/>
261
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_N_U96_WaEdyPU9ZV1UgyDQ" x="136" y="-1614"/>
262
+ </children>
263
+ <children xmi:id="_N_U97fWaEdyPU9ZV1UgyDQ" type="FromMultiplicityLabel" element="_N_CC8fWaEdyPU9ZV1UgyDQ">
264
+ <children xmi:id="_N_U97_WaEdyPU9ZV1UgyDQ" type="FromMultiplicity" element="_N_CC8fWaEdyPU9ZV1UgyDQ"/>
265
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_N_U97vWaEdyPU9ZV1UgyDQ" y="397"/>
266
+ </children>
267
+ <children xmi:id="_N_U98PWaEdyPU9ZV1UgyDQ" type="FromRoleLabel" element="_N_CC8fWaEdyPU9ZV1UgyDQ">
268
+ <children xmi:id="_N_U98vWaEdyPU9ZV1UgyDQ" type="FromRole" element="_N_CC8fWaEdyPU9ZV1UgyDQ"/>
269
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_N_U98fWaEdyPU9ZV1UgyDQ" x="1" y="-2157"/>
270
+ </children>
271
+ <children xmi:id="_N_U98_WaEdyPU9ZV1UgyDQ" type="ToQualifierLabel" element="_N_CC8vWaEdyPU9ZV1UgyDQ">
272
+ <children xmi:id="_N_U99fWaEdyPU9ZV1UgyDQ" type="QualifierCompartment" element="_N_CC8vWaEdyPU9ZV1UgyDQ">
273
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_N_U99vWaEdyPU9ZV1UgyDQ"/>
274
+ </children>
275
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_N_U99PWaEdyPU9ZV1UgyDQ" y="-185"/>
276
+ </children>
277
+ <children xmi:id="_N_U99_WaEdyPU9ZV1UgyDQ" type="FromQualifierLabel" element="_N_CC8fWaEdyPU9ZV1UgyDQ">
278
+ <children xmi:id="_N_U9-fWaEdyPU9ZV1UgyDQ" type="QualifierCompartment" element="_N_CC8fWaEdyPU9ZV1UgyDQ">
279
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_N_U9-vWaEdyPU9ZV1UgyDQ"/>
280
+ </children>
281
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_N_U9-PWaEdyPU9ZV1UgyDQ" y="-185"/>
282
+ </children>
283
+ <children xmi:id="_N_U9-_WaEdyPU9ZV1UgyDQ" type="ToRoleLabel" element="_N_CC8vWaEdyPU9ZV1UgyDQ">
284
+ <eAnnotations xmi:id="_N_U9_fWaEdyPU9ZV1UgyDQ" source="ToConstraintLabel"/>
285
+ <children xmi:id="_N_U9_vWaEdyPU9ZV1UgyDQ" visible="false" type="ToConstraintCompartment" element="_N_CC8vWaEdyPU9ZV1UgyDQ">
286
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_N_U9__WaEdyPU9ZV1UgyDQ"/>
287
+ </children>
288
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_N_U9_PWaEdyPU9ZV1UgyDQ" y="1058"/>
289
+ </children>
290
+ <children xmi:id="_N_U-APWaEdyPU9ZV1UgyDQ" type="FromRoleLabel" element="_N_CC8fWaEdyPU9ZV1UgyDQ">
291
+ <eAnnotations xmi:id="_N_U-AvWaEdyPU9ZV1UgyDQ" source="FromConstraintLabel"/>
292
+ <children xmi:id="_N_U-A_WaEdyPU9ZV1UgyDQ" visible="false" type="FromConstraintCompartment" element="_N_CC8fWaEdyPU9ZV1UgyDQ">
293
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_N_U-BPWaEdyPU9ZV1UgyDQ"/>
294
+ </children>
295
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_N_U-AfWaEdyPU9ZV1UgyDQ" y="1058"/>
296
+ </children>
297
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_N_U94fWaEdyPU9ZV1UgyDQ" routing="Rectilinear" showStereotype="Text"/>
298
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_N_U94vWaEdyPU9ZV1UgyDQ" points="[-19, -23, 112, 104]$[-62, -98, 69, 29]"/>
299
+ </edges>
300
+ </contents>
301
+ </eAnnotations>
302
+ <ownedMember xmi:type="uml:Class" xmi:id="_5vXE4PWZEdyPU9ZV1UgyDQ" name="Commande">
303
+ <ownedAttribute xmi:id="_5vXE4fWZEdyPU9ZV1UgyDQ" name="numero" visibility="private">
304
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
305
+ </ownedAttribute>
306
+ <ownedOperation xmi:id="_Foz-4PWaEdyPU9ZV1UgyDQ" name="ProcessusPreparation">
307
+ <eAnnotations xmi:id="_XMX8QPWaEdyPU9ZV1UgyDQ" source="appliedStereotypes">
308
+ <contents xmi:type="Profil_12:Profil__Process" xmi:id="_XMX8QfWaEdyPU9ZV1UgyDQ"/>
309
+ </eAnnotations>
310
+ </ownedOperation>
311
+ </ownedMember>
312
+ <ownedMember xmi:type="uml:Class" xmi:id="_IsB4QPWaEdyPU9ZV1UgyDQ" name="ProcessusPreparation">
313
+ <eAnnotations xmi:id="_S_HRoPWaEdyPU9ZV1UgyDQ" source="appliedStereotypes">
314
+ <contents xmi:type="Profil_12:Profil__ProcessImpl" xmi:id="_S_HRofWaEdyPU9ZV1UgyDQ"/>
315
+ </eAnnotations>
316
+ <ownedAttribute xmi:id="_N_CC8fWaEdyPU9ZV1UgyDQ" name="commandePreparation" visibility="private" type="_5vXE4PWZEdyPU9ZV1UgyDQ" association="_N_CC8PWaEdyPU9ZV1UgyDQ"/>
317
+ </ownedMember>
318
+ <ownedMember xmi:type="uml:Association" xmi:id="_N_CC8PWaEdyPU9ZV1UgyDQ" memberEnd="_N_CC8fWaEdyPU9ZV1UgyDQ _N_CC8vWaEdyPU9ZV1UgyDQ">
319
+ <ownedEnd xmi:id="_N_CC8vWaEdyPU9ZV1UgyDQ" name="processuspreparation" visibility="private" type="_IsB4QPWaEdyPU9ZV1UgyDQ" association="_N_CC8PWaEdyPU9ZV1UgyDQ">
320
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_8Rg6sfXNEdyPU9ZV1UgyDQ" value="-1"/>
321
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_8Rg6sPXNEdyPU9ZV1UgyDQ"/>
322
+ </ownedEnd>
323
+ </ownedMember>
324
+ <ownedMember xmi:type="uml:UseCase" xmi:id="_zIzLEPW_EdyPU9ZV1UgyDQ" name="initCas3"/>
325
+ </ownedMember>
326
+ <ownedMember xmi:type="uml:Package" xmi:id="_dfwl4PWaEdyPU9ZV1UgyDQ" name="cas4">
327
+ <eAnnotations xmi:id="_dfwl4fWaEdyPU9ZV1UgyDQ" source="uml2.diagrams">
328
+ <contents xmi:type="notation:Diagram" xmi:id="_dfwl4vWaEdyPU9ZV1UgyDQ" type="Freeform" name="Diagramme Classe Cas 4">
329
+ <children xmi:id="_MWW_gPWbEdyPU9ZV1UgyDQ" sourceEdges="_KsiIsPWgEdyPU9ZV1UgyDQ" element="_dfwmLvWaEdyPU9ZV1UgyDQ">
330
+ <children xmi:id="_MWW_g_WbEdyPU9ZV1UgyDQ" type="ImageCompartment" element="_dfwmLvWaEdyPU9ZV1UgyDQ">
331
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_MWW_hPWbEdyPU9ZV1UgyDQ" width="1320" height="1320"/>
332
+ </children>
333
+ <children xmi:id="_MWW_hfWbEdyPU9ZV1UgyDQ" type="Stereotype" element="_dfwmLvWaEdyPU9ZV1UgyDQ"/>
334
+ <children xmi:id="_MWW_hvWbEdyPU9ZV1UgyDQ" type="Name" element="_dfwmLvWaEdyPU9ZV1UgyDQ"/>
335
+ <children xmi:id="_MWW_h_WbEdyPU9ZV1UgyDQ" type="AttributeCompartment" element="_dfwmLvWaEdyPU9ZV1UgyDQ">
336
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_MWW_iPWbEdyPU9ZV1UgyDQ"/>
337
+ </children>
338
+ <children xmi:id="_MWW_ifWbEdyPU9ZV1UgyDQ" type="OperationCompartment" element="_dfwmLvWaEdyPU9ZV1UgyDQ">
339
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_MWW_ivWbEdyPU9ZV1UgyDQ"/>
340
+ </children>
341
+ <children xmi:id="_MWW_i_WbEdyPU9ZV1UgyDQ" visible="false" type="SignalCompartment" element="_dfwmLvWaEdyPU9ZV1UgyDQ">
342
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_MWW_jPWbEdyPU9ZV1UgyDQ"/>
343
+ </children>
344
+ <children xmi:id="_MWW_jfWbEdyPU9ZV1UgyDQ" visible="false" type="StructureCompartment" element="_dfwmLvWaEdyPU9ZV1UgyDQ">
345
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_MWW_jvWbEdyPU9ZV1UgyDQ"/>
346
+ </children>
347
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_MWW_gfWbEdyPU9ZV1UgyDQ" showStereotype="Label"/>
348
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_MWW_gvWbEdyPU9ZV1UgyDQ" x="11130" y="9540"/>
349
+ </children>
350
+ <children xmi:id="_c3AuYfWbEdyPU9ZV1UgyDQ" element="_c3AuYPWbEdyPU9ZV1UgyDQ">
351
+ <children xmi:id="_c3AuZPWbEdyPU9ZV1UgyDQ" type="ImageCompartment" element="_c3AuYPWbEdyPU9ZV1UgyDQ">
352
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_c3AuZfWbEdyPU9ZV1UgyDQ" width="1320" height="1320"/>
353
+ </children>
354
+ <children xmi:id="_c3AuZvWbEdyPU9ZV1UgyDQ" type="Stereotype" element="_c3AuYPWbEdyPU9ZV1UgyDQ"/>
355
+ <children xmi:id="_c3AuZ_WbEdyPU9ZV1UgyDQ" type="Kind" element="_c3AuYPWbEdyPU9ZV1UgyDQ"/>
356
+ <children xmi:id="_c3AuaPWbEdyPU9ZV1UgyDQ" type="Name" element="_c3AuYPWbEdyPU9ZV1UgyDQ"/>
357
+ <children xmi:id="_c3AuafWbEdyPU9ZV1UgyDQ" type="EnumerationCompartment" element="_c3AuYPWbEdyPU9ZV1UgyDQ">
358
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_c3AuavWbEdyPU9ZV1UgyDQ"/>
359
+ </children>
360
+ <children xmi:id="_c3Aua_WbEdyPU9ZV1UgyDQ" visible="false" type="AttributeCompartment" element="_c3AuYPWbEdyPU9ZV1UgyDQ">
361
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_c3AubPWbEdyPU9ZV1UgyDQ"/>
362
+ </children>
363
+ <children xmi:id="_c3AubfWbEdyPU9ZV1UgyDQ" visible="false" type="OperationCompartment" element="_c3AuYPWbEdyPU9ZV1UgyDQ">
364
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_c3AubvWbEdyPU9ZV1UgyDQ"/>
365
+ </children>
366
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_c3AuYvWbEdyPU9ZV1UgyDQ" showStereotype="Label"/>
367
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_c3AuY_WbEdyPU9ZV1UgyDQ" x="16218" y="5088"/>
368
+ </children>
369
+ <children xmi:id="_J1dMMPWfEdyPU9ZV1UgyDQ" targetEdges="_SFHVQfWfEdyPU9ZV1UgyDQ" element="_J1UCQPWfEdyPU9ZV1UgyDQ">
370
+ <children xmi:id="_J1dMM_WfEdyPU9ZV1UgyDQ" type="ImageCompartment" element="_J1UCQPWfEdyPU9ZV1UgyDQ">
371
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_J1dMNPWfEdyPU9ZV1UgyDQ" width="1320" height="1320"/>
372
+ </children>
373
+ <children xmi:id="_J1dMNfWfEdyPU9ZV1UgyDQ" type="Stereotype" element="_J1UCQPWfEdyPU9ZV1UgyDQ"/>
374
+ <children xmi:id="_J1dMNvWfEdyPU9ZV1UgyDQ" type="Name" element="_J1UCQPWfEdyPU9ZV1UgyDQ"/>
375
+ <children xmi:id="_J1dMN_WfEdyPU9ZV1UgyDQ" type="AttributeCompartment" element="_J1UCQPWfEdyPU9ZV1UgyDQ">
376
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_J1dMOPWfEdyPU9ZV1UgyDQ"/>
377
+ </children>
378
+ <children xmi:id="_J1dMOfWfEdyPU9ZV1UgyDQ" type="OperationCompartment" element="_J1UCQPWfEdyPU9ZV1UgyDQ">
379
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_J1dMOvWfEdyPU9ZV1UgyDQ"/>
380
+ </children>
381
+ <children xmi:id="_J1dMO_WfEdyPU9ZV1UgyDQ" visible="false" type="SignalCompartment" element="_J1UCQPWfEdyPU9ZV1UgyDQ">
382
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_J1dMPPWfEdyPU9ZV1UgyDQ"/>
383
+ </children>
384
+ <children xmi:id="_J1dMPfWfEdyPU9ZV1UgyDQ" visible="false" type="StructureCompartment" element="_J1UCQPWfEdyPU9ZV1UgyDQ">
385
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_J1dMPvWfEdyPU9ZV1UgyDQ"/>
386
+ </children>
387
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_J1dMMfWfEdyPU9ZV1UgyDQ" showStereotype="Label"/>
388
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_J1dMMvWfEdyPU9ZV1UgyDQ" x="318" y="2544"/>
389
+ </children>
390
+ <children xmi:id="_OdjYsPWfEdyPU9ZV1UgyDQ" sourceEdges="_SFHVQfWfEdyPU9ZV1UgyDQ _SpU1kPWfEdyPU9ZV1UgyDQ" element="_OdZnsPWfEdyPU9ZV1UgyDQ">
391
+ <children xmi:id="_OdjYs_WfEdyPU9ZV1UgyDQ" type="ImageCompartment" element="_OdZnsPWfEdyPU9ZV1UgyDQ">
392
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_OdjYtPWfEdyPU9ZV1UgyDQ" width="1320" height="1320"/>
393
+ </children>
394
+ <children xmi:id="_OdjYtfWfEdyPU9ZV1UgyDQ" type="Stereotype" element="_OdZnsPWfEdyPU9ZV1UgyDQ"/>
395
+ <children xmi:id="_OdjYtvWfEdyPU9ZV1UgyDQ" type="Name" element="_OdZnsPWfEdyPU9ZV1UgyDQ"/>
396
+ <children xmi:id="_OdjYt_WfEdyPU9ZV1UgyDQ" type="AttributeCompartment" element="_OdZnsPWfEdyPU9ZV1UgyDQ">
397
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_OdjYuPWfEdyPU9ZV1UgyDQ"/>
398
+ </children>
399
+ <children xmi:id="_OdjYufWfEdyPU9ZV1UgyDQ" type="OperationCompartment" element="_OdZnsPWfEdyPU9ZV1UgyDQ">
400
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_OdjYuvWfEdyPU9ZV1UgyDQ"/>
401
+ </children>
402
+ <children xmi:id="_OdjYu_WfEdyPU9ZV1UgyDQ" visible="false" type="SignalCompartment" element="_OdZnsPWfEdyPU9ZV1UgyDQ">
403
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_OdjYvPWfEdyPU9ZV1UgyDQ"/>
404
+ </children>
405
+ <children xmi:id="_OdjYvfWfEdyPU9ZV1UgyDQ" visible="false" type="StructureCompartment" element="_OdZnsPWfEdyPU9ZV1UgyDQ">
406
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_OdjYvvWfEdyPU9ZV1UgyDQ"/>
407
+ </children>
408
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_OdjYsfWfEdyPU9ZV1UgyDQ" showListSignature="true" showStereotype="Label"/>
409
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_OdjYsvWfEdyPU9ZV1UgyDQ" x="-318" y="6360"/>
410
+ </children>
411
+ <children xmi:id="_CRsqYPWgEdyPU9ZV1UgyDQ" targetEdges="_SpU1kPWfEdyPU9ZV1UgyDQ _KsiIsPWgEdyPU9ZV1UgyDQ" element="_CRi5YPWgEdyPU9ZV1UgyDQ">
412
+ <children xmi:id="_CRsqY_WgEdyPU9ZV1UgyDQ" type="ImageCompartment" element="_CRi5YPWgEdyPU9ZV1UgyDQ">
413
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_CRsqZPWgEdyPU9ZV1UgyDQ" width="1320" height="1320"/>
414
+ </children>
415
+ <children xmi:id="_CRsqZfWgEdyPU9ZV1UgyDQ" type="Stereotype" element="_CRi5YPWgEdyPU9ZV1UgyDQ"/>
416
+ <children xmi:id="_CRsqZvWgEdyPU9ZV1UgyDQ" type="Name" element="_CRi5YPWgEdyPU9ZV1UgyDQ"/>
417
+ <children xmi:id="_CRsqZ_WgEdyPU9ZV1UgyDQ" type="AttributeCompartment" element="_CRi5YPWgEdyPU9ZV1UgyDQ">
418
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_CRsqaPWgEdyPU9ZV1UgyDQ"/>
419
+ </children>
420
+ <children xmi:id="_CRsqafWgEdyPU9ZV1UgyDQ" type="OperationCompartment" element="_CRi5YPWgEdyPU9ZV1UgyDQ">
421
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_CRsqavWgEdyPU9ZV1UgyDQ"/>
422
+ </children>
423
+ <children xmi:id="_CRsqa_WgEdyPU9ZV1UgyDQ" visible="false" type="SignalCompartment" element="_CRi5YPWgEdyPU9ZV1UgyDQ">
424
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_CRsqbPWgEdyPU9ZV1UgyDQ"/>
425
+ </children>
426
+ <children xmi:id="_CRsqbfWgEdyPU9ZV1UgyDQ" visible="false" type="StructureCompartment" element="_CRi5YPWgEdyPU9ZV1UgyDQ">
427
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_CRsqbvWgEdyPU9ZV1UgyDQ"/>
428
+ </children>
429
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_CRsqYfWgEdyPU9ZV1UgyDQ" showStereotype="Label"/>
430
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_CRsqYvWgEdyPU9ZV1UgyDQ" x="9540" y="5406"/>
431
+ </children>
432
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_dfwmAfWaEdyPU9ZV1UgyDQ"/>
433
+ <edges xmi:id="_SFHVQfWfEdyPU9ZV1UgyDQ" element="_SFHVQPWfEdyPU9ZV1UgyDQ" source="_OdjYsPWfEdyPU9ZV1UgyDQ" target="_J1dMMPWfEdyPU9ZV1UgyDQ">
434
+ <children xmi:id="_SFHVRPWfEdyPU9ZV1UgyDQ" type="NameLabel" element="_SFHVQPWfEdyPU9ZV1UgyDQ">
435
+ <children xmi:id="_SFHVRvWfEdyPU9ZV1UgyDQ" type="Stereotype" element="_SFHVQPWfEdyPU9ZV1UgyDQ"/>
436
+ <children xmi:id="_SFHVR_WfEdyPU9ZV1UgyDQ" type="Name" element="_SFHVQPWfEdyPU9ZV1UgyDQ"/>
437
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_SFHVRfWfEdyPU9ZV1UgyDQ" y="-185"/>
438
+ </children>
439
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_SFHVQvWfEdyPU9ZV1UgyDQ" routing="Rectilinear" showStereotype="Text"/>
440
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_SFHVQ_WfEdyPU9ZV1UgyDQ" points="[3, -22, 4, 95]$[3, -91, 4, 26]"/>
441
+ </edges>
442
+ <edges xmi:id="_SpU1kPWfEdyPU9ZV1UgyDQ" element="_SpLEkPWfEdyPU9ZV1UgyDQ" source="_OdjYsPWfEdyPU9ZV1UgyDQ" target="_CRsqYPWgEdyPU9ZV1UgyDQ">
443
+ <children xmi:id="_SpU1k_WfEdyPU9ZV1UgyDQ" type="NameLabel" element="_SpLEkPWfEdyPU9ZV1UgyDQ">
444
+ <children xmi:id="_SpU1lfWfEdyPU9ZV1UgyDQ" type="Stereotype" element="_SpLEkPWfEdyPU9ZV1UgyDQ"/>
445
+ <children xmi:id="_SpU1lvWfEdyPU9ZV1UgyDQ" type="Name" element="_SpLEkPWfEdyPU9ZV1UgyDQ"/>
446
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_SpU1lPWfEdyPU9ZV1UgyDQ" y="-185"/>
447
+ </children>
448
+ <children xmi:id="_SpU1l_WfEdyPU9ZV1UgyDQ" type="ToMultiplicityLabel" element="_SpLEkvWfEdyPU9ZV1UgyDQ">
449
+ <children xmi:id="_SpU1mfWfEdyPU9ZV1UgyDQ" type="ToMultiplicity" element="_SpLEkvWfEdyPU9ZV1UgyDQ"/>
450
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SpU1mPWfEdyPU9ZV1UgyDQ" y="397"/>
451
+ </children>
452
+ <children xmi:id="_SpU1mvWfEdyPU9ZV1UgyDQ" type="ToRoleLabel" element="_SpLEkvWfEdyPU9ZV1UgyDQ">
453
+ <children xmi:id="_SpU1nPWfEdyPU9ZV1UgyDQ" type="ToRole" element="_SpLEkvWfEdyPU9ZV1UgyDQ"/>
454
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SpU1m_WfEdyPU9ZV1UgyDQ" x="259" y="-334"/>
455
+ </children>
456
+ <children xmi:id="_SpU1nfWfEdyPU9ZV1UgyDQ" type="FromMultiplicityLabel" element="_SpLEkfWfEdyPU9ZV1UgyDQ">
457
+ <children xmi:id="_SpU1n_WfEdyPU9ZV1UgyDQ" type="FromMultiplicity" element="_SpLEkfWfEdyPU9ZV1UgyDQ"/>
458
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SpU1nvWfEdyPU9ZV1UgyDQ" y="397"/>
459
+ </children>
460
+ <children xmi:id="_SpU1oPWfEdyPU9ZV1UgyDQ" type="FromRoleLabel" element="_SpLEkfWfEdyPU9ZV1UgyDQ">
461
+ <children xmi:id="_SpU1ovWfEdyPU9ZV1UgyDQ" type="FromRole" element="_SpLEkfWfEdyPU9ZV1UgyDQ"/>
462
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SpU1ofWfEdyPU9ZV1UgyDQ" x="-29" y="858"/>
463
+ </children>
464
+ <children xmi:id="_SpU1o_WfEdyPU9ZV1UgyDQ" type="ToQualifierLabel" element="_SpLEkvWfEdyPU9ZV1UgyDQ">
465
+ <children xmi:id="_SpemkfWfEdyPU9ZV1UgyDQ" type="QualifierCompartment" element="_SpLEkvWfEdyPU9ZV1UgyDQ">
466
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SpemkvWfEdyPU9ZV1UgyDQ"/>
467
+ </children>
468
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SpemkPWfEdyPU9ZV1UgyDQ" y="-185"/>
469
+ </children>
470
+ <children xmi:id="_Spemk_WfEdyPU9ZV1UgyDQ" type="FromQualifierLabel" element="_SpLEkfWfEdyPU9ZV1UgyDQ">
471
+ <children xmi:id="_SpemlfWfEdyPU9ZV1UgyDQ" type="QualifierCompartment" element="_SpLEkfWfEdyPU9ZV1UgyDQ">
472
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SpemlvWfEdyPU9ZV1UgyDQ"/>
473
+ </children>
474
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SpemlPWfEdyPU9ZV1UgyDQ" y="-185"/>
475
+ </children>
476
+ <children xmi:id="_Speml_WfEdyPU9ZV1UgyDQ" type="ToRoleLabel" element="_SpLEkvWfEdyPU9ZV1UgyDQ">
477
+ <eAnnotations xmi:id="_SpemmfWfEdyPU9ZV1UgyDQ" source="ToConstraintLabel"/>
478
+ <children xmi:id="_SpemmvWfEdyPU9ZV1UgyDQ" visible="false" type="ToConstraintCompartment" element="_SpLEkvWfEdyPU9ZV1UgyDQ">
479
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Spemm_WfEdyPU9ZV1UgyDQ"/>
480
+ </children>
481
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SpemmPWfEdyPU9ZV1UgyDQ" y="1058"/>
482
+ </children>
483
+ <children xmi:id="_SpemnPWfEdyPU9ZV1UgyDQ" type="FromRoleLabel" element="_SpLEkfWfEdyPU9ZV1UgyDQ">
484
+ <eAnnotations xmi:id="_SpemnvWfEdyPU9ZV1UgyDQ" source="FromConstraintLabel"/>
485
+ <children xmi:id="_Spemn_WfEdyPU9ZV1UgyDQ" visible="false" type="FromConstraintCompartment" element="_SpLEkfWfEdyPU9ZV1UgyDQ">
486
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SpemoPWfEdyPU9ZV1UgyDQ"/>
487
+ </children>
488
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SpemnfWfEdyPU9ZV1UgyDQ" y="1058"/>
489
+ </children>
490
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_SpU1kfWfEdyPU9ZV1UgyDQ" routing="Rectilinear" showStereotype="Text"/>
491
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_SpU1kvWfEdyPU9ZV1UgyDQ" points="[3069, -423, -4868, 53]$[5186, -423, -2751, 53]"/>
492
+ </edges>
493
+ <edges xmi:id="_KsiIsPWgEdyPU9ZV1UgyDQ" element="_KsYXsPWgEdyPU9ZV1UgyDQ" source="_MWW_gPWbEdyPU9ZV1UgyDQ" target="_CRsqYPWgEdyPU9ZV1UgyDQ">
494
+ <children xmi:id="_KsiIs_WgEdyPU9ZV1UgyDQ" type="NameLabel" element="_KsYXsPWgEdyPU9ZV1UgyDQ">
495
+ <children xmi:id="_KsiItfWgEdyPU9ZV1UgyDQ" type="Stereotype" element="_KsYXsPWgEdyPU9ZV1UgyDQ"/>
496
+ <children xmi:id="_KsiItvWgEdyPU9ZV1UgyDQ" type="Name" element="_KsYXsPWgEdyPU9ZV1UgyDQ"/>
497
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_KsiItPWgEdyPU9ZV1UgyDQ" y="-185"/>
498
+ </children>
499
+ <children xmi:id="_KsiIt_WgEdyPU9ZV1UgyDQ" type="ToMultiplicityLabel" element="_KsYXsvWgEdyPU9ZV1UgyDQ">
500
+ <children xmi:id="_KsiIufWgEdyPU9ZV1UgyDQ" type="ToMultiplicity" element="_KsYXsvWgEdyPU9ZV1UgyDQ"/>
501
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_KsiIuPWgEdyPU9ZV1UgyDQ" y="397"/>
502
+ </children>
503
+ <children xmi:id="_KsiIuvWgEdyPU9ZV1UgyDQ" type="ToRoleLabel" element="_KsYXsvWgEdyPU9ZV1UgyDQ">
504
+ <children xmi:id="_KsiIvPWgEdyPU9ZV1UgyDQ" type="ToRole" element="_KsYXsvWgEdyPU9ZV1UgyDQ"/>
505
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_KsiIu_WgEdyPU9ZV1UgyDQ" x="143" y="-1307"/>
506
+ </children>
507
+ <children xmi:id="_KsiIvfWgEdyPU9ZV1UgyDQ" type="FromMultiplicityLabel" element="_KsYXsfWgEdyPU9ZV1UgyDQ">
508
+ <children xmi:id="_KsiIv_WgEdyPU9ZV1UgyDQ" type="FromMultiplicity" element="_KsYXsfWgEdyPU9ZV1UgyDQ"/>
509
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_KsiIvvWgEdyPU9ZV1UgyDQ" y="397"/>
510
+ </children>
511
+ <children xmi:id="_KsiIwPWgEdyPU9ZV1UgyDQ" type="FromRoleLabel" element="_KsYXsfWgEdyPU9ZV1UgyDQ">
512
+ <children xmi:id="_KsiIwvWgEdyPU9ZV1UgyDQ" type="FromRole" element="_KsYXsfWgEdyPU9ZV1UgyDQ"/>
513
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_KsiIwfWgEdyPU9ZV1UgyDQ" x="-144" y="-803"/>
514
+ </children>
515
+ <children xmi:id="_KsiIw_WgEdyPU9ZV1UgyDQ" type="ToQualifierLabel" element="_KsYXsvWgEdyPU9ZV1UgyDQ">
516
+ <children xmi:id="_KsiIxfWgEdyPU9ZV1UgyDQ" type="QualifierCompartment" element="_KsYXsvWgEdyPU9ZV1UgyDQ">
517
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_KsiIxvWgEdyPU9ZV1UgyDQ"/>
518
+ </children>
519
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_KsiIxPWgEdyPU9ZV1UgyDQ" y="-185"/>
520
+ </children>
521
+ <children xmi:id="_KsiIx_WgEdyPU9ZV1UgyDQ" type="FromQualifierLabel" element="_KsYXsfWgEdyPU9ZV1UgyDQ">
522
+ <children xmi:id="_KsiIyfWgEdyPU9ZV1UgyDQ" type="QualifierCompartment" element="_KsYXsfWgEdyPU9ZV1UgyDQ">
523
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_KsiIyvWgEdyPU9ZV1UgyDQ"/>
524
+ </children>
525
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_KsiIyPWgEdyPU9ZV1UgyDQ" y="-185"/>
526
+ </children>
527
+ <children xmi:id="_KsiIy_WgEdyPU9ZV1UgyDQ" type="ToRoleLabel" element="_KsYXsvWgEdyPU9ZV1UgyDQ">
528
+ <eAnnotations xmi:id="_KsiIzfWgEdyPU9ZV1UgyDQ" source="ToConstraintLabel"/>
529
+ <children xmi:id="_KsiIzvWgEdyPU9ZV1UgyDQ" visible="false" type="ToConstraintCompartment" element="_KsYXsvWgEdyPU9ZV1UgyDQ">
530
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_KsiIz_WgEdyPU9ZV1UgyDQ"/>
531
+ </children>
532
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_KsiIzPWgEdyPU9ZV1UgyDQ" y="1058"/>
533
+ </children>
534
+ <children xmi:id="_KsiI0PWgEdyPU9ZV1UgyDQ" type="FromRoleLabel" element="_KsYXsfWgEdyPU9ZV1UgyDQ">
535
+ <eAnnotations xmi:id="_KsiI0vWgEdyPU9ZV1UgyDQ" source="FromConstraintLabel"/>
536
+ <children xmi:id="_KsiI0_WgEdyPU9ZV1UgyDQ" visible="false" type="FromConstraintCompartment" element="_KsYXsfWgEdyPU9ZV1UgyDQ">
537
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_KsiI1PWgEdyPU9ZV1UgyDQ"/>
538
+ </children>
539
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_KsiI0fWgEdyPU9ZV1UgyDQ" y="1058"/>
540
+ </children>
541
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_KsiIsfWgEdyPU9ZV1UgyDQ" routing="Rectilinear" showStereotype="Text"/>
542
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_KsiIsvWgEdyPU9ZV1UgyDQ" points="[4, -30, 38, 113]$[32, -98, 66, 45]"/>
543
+ </edges>
544
+ </contents>
545
+ </eAnnotations>
546
+ <ownedMember xmi:type="uml:Class" xmi:id="_dfwmLvWaEdyPU9ZV1UgyDQ" name="ProcessusLivraison">
547
+ <eAnnotations xmi:id="_dfwmL_WaEdyPU9ZV1UgyDQ" source="appliedStereotypes">
548
+ <contents xmi:type="Profil_12:Profil__ProcessImpl" xmi:id="_dfwmMPWaEdyPU9ZV1UgyDQ"/>
549
+ </eAnnotations>
550
+ <ownedAttribute xmi:id="_KsYXsfWgEdyPU9ZV1UgyDQ" name="commandeLivraison" visibility="private" type="_CRi5YPWgEdyPU9ZV1UgyDQ" association="_KsYXsPWgEdyPU9ZV1UgyDQ"/>
551
+ </ownedMember>
552
+ <ownedMember xmi:type="uml:Enumeration" xmi:id="_c3AuYPWbEdyPU9ZV1UgyDQ" name="EtatCommande">
553
+ <ownedLiteral xmi:id="_edY2UPWbEdyPU9ZV1UgyDQ" name="ENCOURS_LIVRAISON">
554
+ <specification xmi:type="uml:OpaqueExpression" xmi:id="_gXkrEPWbEdyPU9ZV1UgyDQ"/>
555
+ </ownedLiteral>
556
+ <ownedLiteral xmi:id="_gu93YPWbEdyPU9ZV1UgyDQ" name="ERREUR_LIVRAISON">
557
+ <specification xmi:type="uml:OpaqueExpression" xmi:id="_h0acgPWbEdyPU9ZV1UgyDQ"/>
558
+ </ownedLiteral>
559
+ <ownedLiteral xmi:id="_iAeikPWbEdyPU9ZV1UgyDQ" name="LIVREE">
560
+ <specification xmi:type="uml:OpaqueExpression" xmi:id="_il4VsPWbEdyPU9ZV1UgyDQ"/>
561
+ </ownedLiteral>
562
+ <ownedLiteral xmi:id="_jGg9kPWbEdyPU9ZV1UgyDQ" name="EN_ATTENTE_LIVRAISON">
563
+ <specification xmi:type="uml:OpaqueExpression" xmi:id="_owLUwPWbEdyPU9ZV1UgyDQ"/>
564
+ </ownedLiteral>
565
+ </ownedMember>
566
+ <ownedMember xmi:type="uml:Class" xmi:id="_J1UCQPWfEdyPU9ZV1UgyDQ" name="TacheHumaine" isAbstract="true">
567
+ <ownedAttribute xmi:id="_M24V0PWfEdyPU9ZV1UgyDQ" name="callback" visibility="private" type="_4Mn8APWYEdyPU9ZV1UgyDQ"/>
568
+ </ownedMember>
569
+ <ownedMember xmi:type="uml:Class" xmi:id="_OdZnsPWfEdyPU9ZV1UgyDQ" name="TacheSuiteErreurLivraison">
570
+ <generalization xmi:id="_SFHVQPWfEdyPU9ZV1UgyDQ" general="_J1UCQPWfEdyPU9ZV1UgyDQ"/>
571
+ <ownedAttribute xmi:id="_SpLEkfWfEdyPU9ZV1UgyDQ" name="commande" visibility="private" type="_CRi5YPWgEdyPU9ZV1UgyDQ" association="_SpLEkPWfEdyPU9ZV1UgyDQ"/>
572
+ <ownedOperation xmi:id="_pplFIPWfEdyPU9ZV1UgyDQ" name="modifierDigicode">
573
+ <ownedParameter xmi:id="_rWNmEPWfEdyPU9ZV1UgyDQ" name="digicode" effect="read">
574
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
575
+ </ownedParameter>
576
+ </ownedOperation>
577
+ </ownedMember>
578
+ <ownedMember xmi:type="uml:Association" xmi:id="_SpLEkPWfEdyPU9ZV1UgyDQ" memberEnd="_SpLEkfWfEdyPU9ZV1UgyDQ _SpLEkvWfEdyPU9ZV1UgyDQ">
579
+ <ownedEnd xmi:id="_SpLEkvWfEdyPU9ZV1UgyDQ" name="tachesuiteerreurlivraison" visibility="private" type="_OdZnsPWfEdyPU9ZV1UgyDQ" association="_SpLEkPWfEdyPU9ZV1UgyDQ">
580
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_U4FMIfWfEdyPU9ZV1UgyDQ" value="-1"/>
581
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_U4FMIPWfEdyPU9ZV1UgyDQ"/>
582
+ </ownedEnd>
583
+ </ownedMember>
584
+ <ownedMember xmi:type="uml:Class" xmi:id="_CRi5YPWgEdyPU9ZV1UgyDQ" name="CommandeLivraison">
585
+ <ownedAttribute xmi:id="_dfwmKfWaEdyPU9ZV1UgyDQ" name="numero" visibility="private">
586
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
587
+ </ownedAttribute>
588
+ <ownedAttribute xmi:id="_ThnsUPWbEdyPU9ZV1UgyDQ" name="digicode" visibility="private">
589
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
590
+ </ownedAttribute>
591
+ <ownedAttribute xmi:id="_WsklYPWbEdyPU9ZV1UgyDQ" name="etat" visibility="private" type="_c3AuYPWbEdyPU9ZV1UgyDQ"/>
592
+ <ownedOperation xmi:id="_dfwmK_WaEdyPU9ZV1UgyDQ" name="ProcessusLivraison">
593
+ <eAnnotations xmi:id="_dfwmLPWaEdyPU9ZV1UgyDQ" source="appliedStereotypes">
594
+ <contents xmi:type="Profil_12:Profil__Process" xmi:id="_dfwmLfWaEdyPU9ZV1UgyDQ"/>
595
+ </eAnnotations>
596
+ </ownedOperation>
597
+ </ownedMember>
598
+ <ownedMember xmi:type="uml:Association" xmi:id="_KsYXsPWgEdyPU9ZV1UgyDQ" memberEnd="_KsYXsfWgEdyPU9ZV1UgyDQ _KsYXsvWgEdyPU9ZV1UgyDQ">
599
+ <ownedEnd xmi:id="_KsYXsvWgEdyPU9ZV1UgyDQ" name="processuslivraison" visibility="private" type="_dfwmLvWaEdyPU9ZV1UgyDQ" association="_KsYXsPWgEdyPU9ZV1UgyDQ">
600
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_-XK_ofXNEdyPU9ZV1UgyDQ" value="-1"/>
601
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_-XK_oPXNEdyPU9ZV1UgyDQ"/>
602
+ </ownedEnd>
603
+ </ownedMember>
604
+ <ownedMember xmi:type="uml:UseCase" xmi:id="_0a6TMPW_EdyPU9ZV1UgyDQ" name="initCas4"/>
605
+ </ownedMember>
606
+ </uml:Model>