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,3 @@
1
+ #!/bin/bash
2
+
3
+ mvn site
@@ -0,0 +1,167 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project xmlns="http://maven.apache.org/POM/4.0.0"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5
+ <artifactId>ontomde-demo-java5</artifactId>
6
+ <groupId>net.sourceforge.ontomde</groupId>
7
+ <version>2.0-SNAPSHOT</version>
8
+
9
+ <modelVersion>4.0.0</modelVersion>
10
+ <packaging>jar</packaging>
11
+ <name>ontomde-demo-java5</name>
12
+
13
+ <build>
14
+
15
+ <!-- <defaultGoal>process-sources</defaultGoal> -->
16
+
17
+ <plugins>
18
+ <plugin>
19
+ <groupId>org.apache.maven.plugins</groupId>
20
+ <artifactId>maven-compiler-plugin</artifactId>
21
+ <configuration>
22
+ <source>1.5</source>
23
+ <target>1.5</target>
24
+ </configuration>
25
+ </plugin>
26
+
27
+ <plugin>
28
+ <groupId>net.sourceforge.ontomde</groupId>
29
+ <artifactId>ontomde-plugin</artifactId>
30
+ <version>2.0-SNAPSHOT</version>
31
+ <configuration>
32
+ <ontomdeVersion>2.0.0</ontomdeVersion>
33
+ <reverseFile>ontomde.reverse.tmp</reverseFile>
34
+ <ontomdeOptions>--backTrace</ontomdeOptions>
35
+ </configuration>
36
+ <executions>
37
+ <execution>
38
+ <goals>
39
+ <goal>reverse-generate</goal>
40
+ <goal>store-delete</goal>
41
+ </goals>
42
+ </execution>
43
+ </executions>
44
+ </plugin>
45
+
46
+ <!--
47
+ <plugin>
48
+ <artifactId>maven-antrun-plugin</artifactId>
49
+ <executions>
50
+ <execution>
51
+ <id>generate-sources</id>
52
+ <phase>generate-sources</phase>
53
+ <goals>
54
+ <goal>run</goal>
55
+ </goals>
56
+ <configuration>
57
+ <tasks>
58
+ <echo>
59
+ - Ontomde Library
60
+ Version lib=${ontomde.lib.version} -
61
+ </echo>
62
+ <echo>
63
+ - Generate Protege Data Files -
64
+ </echo>
65
+
66
+ <exec
67
+ executable="ontomde-umlToProtege${ontomde.extension}"
68
+ failonerror="true">
69
+ <arg value="${ontomde.generator.version.underscore}" />
70
+ <arg value="- -nt" />
71
+ <arg
72
+ value="${basedir}/src/main/model/model.emx.nt" />
73
+ <arg value="- -load"/>
74
+ <arg value="src/main/mda/customDataTypes.rb"/>
75
+ </exec>
76
+ <exec
77
+ executable="ontomde-java${ontomde.extension}"
78
+ failonerror="true">
79
+ <arg value="${ontomde.generator.version.underscore}" />
80
+ <arg value="- -targetDir"/>
81
+ <arg value="${basedir}${file.separator}..${file.separator}"/>
82
+ </exec>
83
+ </tasks>
84
+ </configuration>
85
+ </execution>
86
+
87
+ </executions>
88
+ </plugin>
89
+ -->
90
+ <!--
91
+ <plugin>
92
+ <groupId>ontomde</groupId>
93
+ <artifactId>formatter-maven-plugin</artifactId>
94
+ <configuration>
95
+ <formatterConfigFile>${basedir}\src\main\resources\formatter.properties</formatterConfigFile>
96
+ <javaDirs>
97
+ <javaDir>${basedir}\..\domain\src\main\java</javaDir>
98
+ <javaDir>${basedir}\..\webapp\src\main\java</javaDir>
99
+ </javaDirs>
100
+ </configuration>
101
+ <executions>
102
+ <execution>
103
+ <id>format-sources</id>
104
+ <phase>process-sources</phase>
105
+ <goals>
106
+ <goal>formatter</goal>
107
+ </goals>
108
+ </execution>
109
+
110
+ </executions>
111
+ </plugin>
112
+ -->
113
+
114
+ </plugins>
115
+ </build>
116
+ <reporting>
117
+ <plugins>
118
+ <plugin>
119
+ <groupId>org.apache.maven.plugins</groupId>
120
+ <artifactId>maven-javadoc-plugin</artifactId>
121
+ <configuration>
122
+ <stylesheet>maven</stylesheet>
123
+ </configuration>
124
+ </plugin>
125
+ </plugins>
126
+ </reporting>
127
+
128
+ <properties>
129
+
130
+ </properties>
131
+ <repositories>
132
+ <repository>
133
+ <id>fornax.repository</id>
134
+ <name>Fornax Repository</name>
135
+ <url>http://www.fornax-platform.org/m2/repository</url>
136
+ </repository>
137
+ <repository>
138
+ <id>central</id>
139
+ <name>Original central repository (ibiblio)</name>
140
+ <url>http://repo1.maven.org/maven2/</url>
141
+ <layout>default</layout>
142
+ </repository>
143
+
144
+ <repository>
145
+ <id>snapshot.ontomde.sourceforge.net</id>
146
+ <name>Ontomde snapshot repository</name>
147
+ <url>http://ontomde.sourceforge.net/2008-08/maven2-snaps</url>
148
+ <layout>default</layout>
149
+ </repository>
150
+ </repositories>
151
+ <pluginRepositories>
152
+ <pluginRepository>
153
+ <id>central</id>
154
+ <name>Original central repository (ibiblio)</name>
155
+ <url>http://repo1.maven.org/maven2/</url>
156
+ <layout>default</layout>
157
+ </pluginRepository>
158
+ <pluginRepository>
159
+ <id>snapshot.ontomde.sourceforge.net</id>
160
+ <name>Ontomde snapshot repository</name>
161
+ <url>http://ontomde.sourceforge.net/2008-08/maven2-snaps</url>
162
+ <layout>default</layout>
163
+ </pluginRepository>
164
+ </pluginRepositories>
165
+
166
+ </project>
167
+
@@ -0,0 +1,9 @@
1
+ # This file is meant to be loaded by java generator
2
+ # It may redefine anything in the generator.
3
+
4
+
5
+ # declare a new datatype based on text mapping.
6
+ # other predefined type exists (boolean, blob, image, int, ...).
7
+
8
+ addDataTypeMapping("My Custom Datatype",DatatypeMappingText){}
9
+
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <projectDescription>
3
+ <name>ontomde-demo-java5-model</name>
4
+ <comment></comment>
5
+ <projects>
6
+ </projects>
7
+ <buildSpec>
8
+ </buildSpec>
9
+ <natures>
10
+ </natures>
11
+ </projectDescription>
@@ -0,0 +1,3412 @@
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:Basic_0="http:///Basic_0.profile.uml2" xmlns:Default_0="http:///Default_0.profile.uml2" xmlns:OntoMDEprofil_25="http:///_wkKc8C5bEd2BKohsknSqMQ.profile.uml2" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" 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:///Basic_0.profile.uml2 pathmap://UML2_PROFILES/Basic.profile.uml2#__LeIQK86Edih9-GG5afQ0g http:///Default_0.profile.uml2 pathmap://UML2_MSL_PROFILES/Default.epx#_bA7Pc9WLEdiy4IqP8whjFA?Default/%3CEPackage%3E http:///_wkKc8C5bEd2BKohsknSqMQ.profile.uml2 platform:/resource/ontomde-profil/OntoMDE-profil.epx#_wkKc8S5bEd2BKohsknSqMQ?OntoMDE-profil/%3CEPackage%3E" xmi:id="_k-DnIJBHEdyardL84wfktA" name="java5_demo" appliedProfile="_k_P58JBHEdyardL84wfktA _k_i04JBHEdyardL84wfktA _k_i045BHEdyardL84wfktA _lAl9wJBHEdyardL84wfktA _lCYGcJBHEdyardL84wfktA _-VamUC5bEd2BKohsknSqMQ">
4
+ <eAnnotations xmi:id="_k-DnIZBHEdyardL84wfktA" source="uml2.diagrams">
5
+ <contents xmi:type="notation:Diagram" xmi:id="_382R8JVhEdyFDMarjK_sbQ" type="Freeform" name="_ java generator demos index">
6
+ <children xmi:id="_IKq0sJXAEdyvcqg0Ap32kQ" type="Note" element="_kLntspViEdyFDMarjK_sbQ">
7
+ <eAnnotations xmi:id="_IKq0tZXAEdyvcqg0Ap32kQ" source="DiagramLink"/>
8
+ <children xmi:id="_IKq0s5XAEdyvcqg0Ap32kQ" type="DiagramName" element="_kLntspViEdyFDMarjK_sbQ"/>
9
+ <children xmi:id="_IKq0tJXAEdyvcqg0Ap32kQ" type="Description" element="_kLntspViEdyFDMarjK_sbQ"/>
10
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_IKq0sZXAEdyvcqg0Ap32kQ"/>
11
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_IKq0spXAEdyvcqg0Ap32kQ" x="1908" y="3498" height="629"/>
12
+ </children>
13
+ <children xmi:id="_IqaEsJXAEdyvcqg0Ap32kQ" type="Note" element="_nezgQpVjEdyFDMarjK_sbQ">
14
+ <eAnnotations xmi:id="_IqaEtZXAEdyvcqg0Ap32kQ" source="DiagramLink"/>
15
+ <children xmi:id="_IqaEs5XAEdyvcqg0Ap32kQ" type="DiagramName" element="_nezgQpVjEdyFDMarjK_sbQ"/>
16
+ <children xmi:id="_IqaEtJXAEdyvcqg0Ap32kQ" type="Description" element="_nezgQpVjEdyFDMarjK_sbQ"/>
17
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_IqaEsZXAEdyvcqg0Ap32kQ"/>
18
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_IqaEspXAEdyvcqg0Ap32kQ" x="1908" y="2862" height="735"/>
19
+ </children>
20
+ <children xmi:id="_I_HwcJXAEdyvcqg0Ap32kQ" type="Note" element="_oJ_AspViEdyFDMarjK_sbQ">
21
+ <eAnnotations xmi:id="_I_HwdZXAEdyvcqg0Ap32kQ" source="DiagramLink"/>
22
+ <children xmi:id="_I_Hwc5XAEdyvcqg0Ap32kQ" type="DiagramName" element="_-uPbUJVjEdyFDMarjK_sbQ"/>
23
+ <children xmi:id="_I_HwdJXAEdyvcqg0Ap32kQ" type="Description" element="_-uPbUJVjEdyFDMarjK_sbQ"/>
24
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_I_HwcZXAEdyvcqg0Ap32kQ"/>
25
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_I_HwcpXAEdyvcqg0Ap32kQ" x="1908" y="4770" height="629"/>
26
+ </children>
27
+ <children xmi:id="_JW9osJXAEdyvcqg0Ap32kQ" type="Note" element="_-2Uj0pVkEdyFDMarjK_sbQ">
28
+ <eAnnotations xmi:id="_JW9otZXAEdyvcqg0Ap32kQ" source="DiagramLink"/>
29
+ <children xmi:id="_JW9os5XAEdyvcqg0Ap32kQ" type="DiagramName" element="_-2Uj0pVkEdyFDMarjK_sbQ"/>
30
+ <children xmi:id="_JW9otJXAEdyvcqg0Ap32kQ" type="Description" element="_-2Uj0pVkEdyFDMarjK_sbQ"/>
31
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_JW9osZXAEdyvcqg0Ap32kQ"/>
32
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JW9ospXAEdyvcqg0Ap32kQ" x="1908" y="1717" height="819"/>
33
+ </children>
34
+ <children xmi:id="_LKv6gJXAEdyvcqg0Ap32kQ" type="Note" element="_oJ_AspViEdyFDMarjK_sbQ">
35
+ <eAnnotations xmi:id="_LKv6hZXAEdyvcqg0Ap32kQ" source="DiagramLink"/>
36
+ <children xmi:id="_LKv6g5XAEdyvcqg0Ap32kQ" type="DiagramName" element="_oJ_AspViEdyFDMarjK_sbQ"/>
37
+ <children xmi:id="_LKv6hJXAEdyvcqg0Ap32kQ" type="Description" element="_oJ_AspViEdyFDMarjK_sbQ"/>
38
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_LKv6gZXAEdyvcqg0Ap32kQ"/>
39
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_LKv6gpXAEdyvcqg0Ap32kQ" x="1908" y="4134" height="629"/>
40
+ </children>
41
+ <children xmi:id="_cCesoJXAEdyvcqg0Ap32kQ" type="Note" element="_dO0cMpCXEdyZ_IYYzNAm5A">
42
+ <eAnnotations xmi:id="_cCespZXAEdyvcqg0Ap32kQ" source="DiagramLink"/>
43
+ <children xmi:id="_cCeso5XAEdyvcqg0Ap32kQ" type="DiagramName" element="_dO0cMpCXEdyZ_IYYzNAm5A"/>
44
+ <children xmi:id="_cCespJXAEdyvcqg0Ap32kQ" type="Description" element="_dO0cMpCXEdyZ_IYYzNAm5A"/>
45
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_cCesoZXAEdyvcqg0Ap32kQ"/>
46
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_cCesopXAEdyvcqg0Ap32kQ" x="-7314" y="5724" height="629"/>
47
+ </children>
48
+ <children xmi:id="_dnqhwJXAEdyvcqg0Ap32kQ" element="_R48Q0JXAEdyvcqg0Ap32kQ">
49
+ <children xmi:id="_dnqhwZXAEdyvcqg0Ap32kQ" type="CommentBody" element="_R48Q0JXAEdyvcqg0Ap32kQ"/>
50
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_dnqhwpXAEdyvcqg0Ap32kQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
51
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_dnqhw5XAEdyvcqg0Ap32kQ" x="-7314" y="954" width="7301" height="623"/>
52
+ </children>
53
+ <children xmi:id="_jpKKIJXAEdyvcqg0Ap32kQ" type="Note" element="_qn3WApBMEdyardL84wfktA">
54
+ <eAnnotations xmi:id="_jpKKJZXAEdyvcqg0Ap32kQ" source="DiagramLink"/>
55
+ <children xmi:id="_jpKKI5XAEdyvcqg0Ap32kQ" type="DiagramName" element="_qn3WApBMEdyardL84wfktA"/>
56
+ <children xmi:id="_jpKKJJXAEdyvcqg0Ap32kQ" type="Description" element="_qn3WApBMEdyardL84wfktA"/>
57
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_jpKKIZXAEdyvcqg0Ap32kQ"/>
58
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_jpKKIpXAEdyvcqg0Ap32kQ" x="-7314" y="6360" height="735"/>
59
+ </children>
60
+ <children xmi:id="_nPYC4JXAEdyvcqg0Ap32kQ" type="Note" element="_-hKbspBMEdyardL84wfktA">
61
+ <eAnnotations xmi:id="_nPYC5ZXAEdyvcqg0Ap32kQ" source="DiagramLink"/>
62
+ <children xmi:id="_nPYC45XAEdyvcqg0Ap32kQ" type="DiagramName" element="_-hKbspBMEdyardL84wfktA"/>
63
+ <children xmi:id="_nPYC5JXAEdyvcqg0Ap32kQ" type="Description" element="_-hKbspBMEdyardL84wfktA"/>
64
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_nPYC4ZXAEdyvcqg0Ap32kQ"/>
65
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_nPYC4pXAEdyvcqg0Ap32kQ" x="-7314" y="6996" height="777"/>
66
+ </children>
67
+ <children xmi:id="_zrZesJXAEdyvcqg0Ap32kQ" type="Note" element="_U0iRgZW7Edyvcqg0Ap32kQ">
68
+ <eAnnotations xmi:id="_zrZetZXAEdyvcqg0Ap32kQ" source="DiagramLink"/>
69
+ <children xmi:id="_zrZes5XAEdyvcqg0Ap32kQ" type="DiagramName" element="_U0iRgZW7Edyvcqg0Ap32kQ"/>
70
+ <children xmi:id="_zrZetJXAEdyvcqg0Ap32kQ" type="Description" element="_U0iRgZW7Edyvcqg0Ap32kQ"/>
71
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_zrZesZXAEdyvcqg0Ap32kQ"/>
72
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_zrZespXAEdyvcqg0Ap32kQ" x="-7314" y="1908" height="735"/>
73
+ </children>
74
+ <children xmi:id="_6XXAYJXAEdyvcqg0Ap32kQ" type="Note" element="_YZ54IpBJEdyardL84wfktA">
75
+ <eAnnotations xmi:id="_6XXAZZXAEdyvcqg0Ap32kQ" source="DiagramLink"/>
76
+ <children xmi:id="_6XXAY5XAEdyvcqg0Ap32kQ" type="DiagramName" element="_YZ54IpBJEdyardL84wfktA"/>
77
+ <children xmi:id="_6XXAZJXAEdyvcqg0Ap32kQ" type="Description" element="_YZ54IpBJEdyardL84wfktA"/>
78
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_6XXAYZXAEdyvcqg0Ap32kQ"/>
79
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_6XXAYpXAEdyvcqg0Ap32kQ" x="-7314" y="3816" height="650"/>
80
+ </children>
81
+ <children xmi:id="_AhyiUJXBEdyvcqg0Ap32kQ" type="Note" element="_wWVcEpBJEdyardL84wfktA">
82
+ <eAnnotations xmi:id="_AhyiVZXBEdyvcqg0Ap32kQ" source="DiagramLink"/>
83
+ <children xmi:id="_AhyiU5XBEdyvcqg0Ap32kQ" type="DiagramName" element="_wWVcEpBJEdyardL84wfktA"/>
84
+ <children xmi:id="_AhyiVJXBEdyvcqg0Ap32kQ" type="Description" element="_wWVcEpBJEdyardL84wfktA"/>
85
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_AhyiUZXBEdyvcqg0Ap32kQ"/>
86
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_AhyiUpXBEdyvcqg0Ap32kQ" x="-4134" y="3816" height="756"/>
87
+ </children>
88
+ <children xmi:id="_E2Nk4JXBEdyvcqg0Ap32kQ" type="Note" element="_KXzn0pB0EdyardL84wfktA">
89
+ <eAnnotations xmi:id="_E2Nk5ZXBEdyvcqg0Ap32kQ" source="DiagramLink"/>
90
+ <children xmi:id="_E2Nk45XBEdyvcqg0Ap32kQ" type="DiagramName" element="_KXzn0pB0EdyardL84wfktA"/>
91
+ <children xmi:id="_E2Nk5JXBEdyvcqg0Ap32kQ" type="Description" element="_KXzn0pB0EdyardL84wfktA"/>
92
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_E2Nk4ZXBEdyvcqg0Ap32kQ"/>
93
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_E2Nk4pXBEdyvcqg0Ap32kQ" x="-7314" y="4452" height="628"/>
94
+ </children>
95
+ <children xmi:id="_HEEjkJXBEdyvcqg0Ap32kQ" type="Note" element="_SKujopBKEdyardL84wfktA">
96
+ <eAnnotations xmi:id="_HENtgZXBEdyvcqg0Ap32kQ" source="DiagramLink"/>
97
+ <children xmi:id="_HEEjk5XBEdyvcqg0Ap32kQ" type="DiagramName" element="_SKujopBKEdyardL84wfktA"/>
98
+ <children xmi:id="_HENtgJXBEdyvcqg0Ap32kQ" type="Description" element="_SKujopBKEdyardL84wfktA"/>
99
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_HEEjkZXBEdyvcqg0Ap32kQ"/>
100
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_HEEjkpXBEdyvcqg0Ap32kQ" x="-3816" y="7632" height="627"/>
101
+ </children>
102
+ <children xmi:id="_O5fnsJXBEdyvcqg0Ap32kQ" type="Note" element="_9I2sUpBJEdyardL84wfktA">
103
+ <eAnnotations xmi:id="_O5fntZXBEdyvcqg0Ap32kQ" source="DiagramLink"/>
104
+ <children xmi:id="_O5fns5XBEdyvcqg0Ap32kQ" type="DiagramName" element="_9I2sUpBJEdyardL84wfktA"/>
105
+ <children xmi:id="_O5fntJXBEdyvcqg0Ap32kQ" type="Description" element="_9I2sUpBJEdyardL84wfktA"/>
106
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_O5fnsZXBEdyvcqg0Ap32kQ"/>
107
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_O5fnspXBEdyvcqg0Ap32kQ" x="-7314" y="7632" height="628"/>
108
+ </children>
109
+ <children xmi:id="_QpZfEJXBEdyvcqg0Ap32kQ" type="Note" element="_xo3eIpBNEdyardL84wfktA">
110
+ <eAnnotations xmi:id="_QpZfFZXBEdyvcqg0Ap32kQ" source="DiagramLink"/>
111
+ <children xmi:id="_QpZfE5XBEdyvcqg0Ap32kQ" type="DiagramName" element="_xo3eIpBNEdyardL84wfktA"/>
112
+ <children xmi:id="_QpZfFJXBEdyvcqg0Ap32kQ" type="Description" element="_xo3eIpBNEdyardL84wfktA"/>
113
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_QpZfEZXBEdyvcqg0Ap32kQ"/>
114
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_QpZfEpXBEdyvcqg0Ap32kQ" x="-7314" y="9540" height="777"/>
115
+ </children>
116
+ <children xmi:id="_ZsTqAJXBEdyvcqg0Ap32kQ" type="Note" element="_dmW8opBOEdyardL84wfktA">
117
+ <eAnnotations xmi:id="_ZsTqBZXBEdyvcqg0Ap32kQ" source="DiagramLink"/>
118
+ <children xmi:id="_ZsTqA5XBEdyvcqg0Ap32kQ" type="DiagramName" element="_dmW8opBOEdyardL84wfktA"/>
119
+ <children xmi:id="_ZsTqBJXBEdyvcqg0Ap32kQ" type="Description" element="_dmW8opBOEdyardL84wfktA"/>
120
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_ZsTqAZXBEdyvcqg0Ap32kQ"/>
121
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ZsTqApXBEdyvcqg0Ap32kQ" x="-7314" y="10176" height="820"/>
122
+ </children>
123
+ <children xmi:id="_d4O34JXBEdyvcqg0Ap32kQ" type="Note" element="_0bUpkpBLEdyardL84wfktA">
124
+ <eAnnotations xmi:id="_d4O35ZXBEdyvcqg0Ap32kQ" source="DiagramLink"/>
125
+ <children xmi:id="_d4O345XBEdyvcqg0Ap32kQ" type="DiagramName" element="_0bUpkpBLEdyardL84wfktA"/>
126
+ <children xmi:id="_d4O35JXBEdyvcqg0Ap32kQ" type="Description" element="_0bUpkpBLEdyardL84wfktA"/>
127
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_d4O34ZXBEdyvcqg0Ap32kQ"/>
128
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_d4O34pXBEdyvcqg0Ap32kQ" x="-7314" y="3180" height="629"/>
129
+ </children>
130
+ <children xmi:id="_jIjiAJXBEdyvcqg0Ap32kQ" element="_jIZxAJXBEdyvcqg0Ap32kQ">
131
+ <children xmi:id="_jIjiA5XBEdyvcqg0Ap32kQ" type="CommentBody" element="_jIZxAJXBEdyvcqg0Ap32kQ"/>
132
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_jIjiAZXBEdyvcqg0Ap32kQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
133
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_jIjiApXBEdyvcqg0Ap32kQ" x="1590" y="954" width="8249" height="687"/>
134
+ </children>
135
+ <children xmi:id="_M1DOQJXCEdyvcqg0Ap32kQ" type="Note" element="_GUttwJXCEdyvcqg0Ap32kQ">
136
+ <eAnnotations xmi:id="_M1DORZXCEdyvcqg0Ap32kQ" source="DiagramLink"/>
137
+ <children xmi:id="_M1DOQ5XCEdyvcqg0Ap32kQ" type="DiagramName" element="_GUttwJXCEdyvcqg0Ap32kQ"/>
138
+ <children xmi:id="_M1DORJXCEdyvcqg0Ap32kQ" type="Description" element="_GUttwJXCEdyvcqg0Ap32kQ"/>
139
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_M1DOQZXCEdyvcqg0Ap32kQ"/>
140
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_M1DOQpXCEdyvcqg0Ap32kQ" x="-7314" y="8904" height="629"/>
141
+ </children>
142
+ <children xmi:id="_RqZzoJXCEdyvcqg0Ap32kQ" type="Note" element="_dT0GAZBMEdyardL84wfktA">
143
+ <eAnnotations xmi:id="_RqZzpZXCEdyvcqg0Ap32kQ" source="DiagramLink"/>
144
+ <children xmi:id="_RqZzo5XCEdyvcqg0Ap32kQ" type="DiagramName" element="_dT0GAZBMEdyardL84wfktA"/>
145
+ <children xmi:id="_RqZzpJXCEdyvcqg0Ap32kQ" type="Description" element="_dT0GAZBMEdyardL84wfktA"/>
146
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_RqZzoZXCEdyvcqg0Ap32kQ"/>
147
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_RqZzopXCEdyvcqg0Ap32kQ" x="-4134" y="3180" height="566"/>
148
+ </children>
149
+ <children xmi:id="_WBfvsJXCEdyvcqg0Ap32kQ" type="Note" element="_eUzlwpBIEdyardL84wfktA">
150
+ <eAnnotations xmi:id="_WBfvtZXCEdyvcqg0Ap32kQ" source="DiagramLink"/>
151
+ <children xmi:id="_WBfvs5XCEdyvcqg0Ap32kQ" type="DiagramName" element="_eUzlwpBIEdyardL84wfktA"/>
152
+ <children xmi:id="_WBfvtJXCEdyvcqg0Ap32kQ" type="Description" element="_eUzlwpBIEdyardL84wfktA"/>
153
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_WBfvsZXCEdyvcqg0Ap32kQ"/>
154
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_WBfvspXCEdyvcqg0Ap32kQ" x="-7314" y="5088" height="629"/>
155
+ </children>
156
+ <children xmi:id="_ZhUFgJXCEdyvcqg0Ap32kQ" type="Note" element="_qiMlIZBHEdyardL84wfktA">
157
+ <eAnnotations xmi:id="_ZhUFhZXCEdyvcqg0Ap32kQ" source="DiagramLink"/>
158
+ <children xmi:id="_ZhUFg5XCEdyvcqg0Ap32kQ" type="DiagramName" element="_qiMlIZBHEdyardL84wfktA"/>
159
+ <children xmi:id="_ZhUFhJXCEdyvcqg0Ap32kQ" type="Description" element="_qiMlIZBHEdyardL84wfktA"/>
160
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_ZhUFgZXCEdyvcqg0Ap32kQ"/>
161
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ZhUFgpXCEdyvcqg0Ap32kQ" x="-3816" y="5088" height="735"/>
162
+ </children>
163
+ <children xmi:id="_o22sIJXCEdyvcqg0Ap32kQ" type="shadowRectangle">
164
+ <children xmi:id="_o22sIZXCEdyvcqg0Ap32kQ" type="DiagramName"/>
165
+ <children xmi:id="_o22sIpXCEdyvcqg0Ap32kQ" type="Description"/>
166
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_o22sI5XCEdyvcqg0Ap32kQ" fillColor="13369343" lineColor="6737151"/>
167
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_o22sJJXCEdyvcqg0Ap32kQ" x="-7950" y="954" width="402" height="9884"/>
168
+ </children>
169
+ <children xmi:id="_LsXScJXDEdyvcqg0Ap32kQ" element="_LsOIgJXDEdyvcqg0Ap32kQ">
170
+ <children xmi:id="_LsXSc5XDEdyvcqg0Ap32kQ" type="CommentBody" element="_LsOIgJXDEdyvcqg0Ap32kQ"/>
171
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_LsXScZXDEdyvcqg0Ap32kQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
172
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_LsXScpXDEdyvcqg0Ap32kQ" x="-7950" height="602"/>
173
+ </children>
174
+ <children xmi:id="_P2M1oJXDEdyvcqg0Ap32kQ" element="_P2DrsJXDEdyvcqg0Ap32kQ">
175
+ <children xmi:id="_P2M1o5XDEdyvcqg0Ap32kQ" type="CommentBody" element="_P2DrsJXDEdyvcqg0Ap32kQ"/>
176
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_P2M1oZXDEdyvcqg0Ap32kQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
177
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_P2M1opXDEdyvcqg0Ap32kQ" x="-7950" y="-1590" width="18113"/>
178
+ </children>
179
+ <children xmi:id="_CcUfcKnEEdy9n9qKL3mrRQ" type="Note" element="_YZJsIalhEdy9n9qKL3mrRQ">
180
+ <eAnnotations xmi:id="_CcUfdanEEdy9n9qKL3mrRQ" source="DiagramLink"/>
181
+ <children xmi:id="_CcUfc6nEEdy9n9qKL3mrRQ" type="DiagramName" element="_YZJsIalhEdy9n9qKL3mrRQ"/>
182
+ <children xmi:id="_CcUfdKnEEdy9n9qKL3mrRQ" type="Description" element="_YZJsIalhEdy9n9qKL3mrRQ"/>
183
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_CcUfcanEEdy9n9qKL3mrRQ"/>
184
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_CcUfcqnEEdy9n9qKL3mrRQ" x="-7314" y="2544" height="629"/>
185
+ </children>
186
+ <children xmi:id="_b4kxcMQdEdyE8unE8xn43w" element="_b4bAcMQdEdyE8unE8xn43w">
187
+ <children xmi:id="_b4t7YMQdEdyE8unE8xn43w" type="CommentBody" element="_b4bAcMQdEdyE8unE8xn43w"/>
188
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_b4kxccQdEdyE8unE8xn43w" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
189
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_b4kxcsQdEdyE8unE8xn43w" x="1590" y="6042" width="8254" height="941"/>
190
+ </children>
191
+ <children xmi:id="_4WgoUMQ2Edyo2ZiKrKv3-g" type="Note" element="_GUFBUcQ1Edyo2ZiKrKv3-g">
192
+ <eAnnotations xmi:id="_4WgoVcQ2Edyo2ZiKrKv3-g" source="DiagramLink"/>
193
+ <children xmi:id="_4WgoU8Q2Edyo2ZiKrKv3-g" type="DiagramName" element="_GUFBUcQ1Edyo2ZiKrKv3-g"/>
194
+ <children xmi:id="_4WgoVMQ2Edyo2ZiKrKv3-g" type="Description" element="_GUFBUcQ1Edyo2ZiKrKv3-g"/>
195
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_4WgoUcQ2Edyo2ZiKrKv3-g"/>
196
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_4WgoUsQ2Edyo2ZiKrKv3-g" x="-3816" y="8268" height="629"/>
197
+ </children>
198
+ <children xmi:id="_iwS9kJXCEdyvcqg0Ap32kQ" type="shadowRectangle">
199
+ <children xmi:id="_iwS9k5XCEdyvcqg0Ap32kQ" type="DiagramName"/>
200
+ <children xmi:id="_iwS9lJXCEdyvcqg0Ap32kQ" type="Description"/>
201
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_iwS9kZXCEdyvcqg0Ap32kQ" fillColor="13369343" lineColor="6737151"/>
202
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_iwS9kpXCEdyvcqg0Ap32kQ" x="636" y="954" width="402" height="9884"/>
203
+ </children>
204
+ <children xmi:id="_SDGR4C5cEd2BKohsknSqMQ" type="Note" element="_zvkB8i5bEd2BKohsknSqMQ">
205
+ <eAnnotations xmi:id="_SDGR5S5cEd2BKohsknSqMQ" source="DiagramLink"/>
206
+ <children xmi:id="_SDGR4y5cEd2BKohsknSqMQ" type="DiagramName" element="_zvkB8i5bEd2BKohsknSqMQ"/>
207
+ <children xmi:id="_SDGR5C5cEd2BKohsknSqMQ" type="Description" element="_zvkB8i5bEd2BKohsknSqMQ"/>
208
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_SDGR4S5cEd2BKohsknSqMQ"/>
209
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_SDGR4i5cEd2BKohsknSqMQ" x="-3816" y="8904" height="947"/>
210
+ </children>
211
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_382R8ZVhEdyFDMarjK_sbQ"/>
212
+ </contents>
213
+ </eAnnotations>
214
+ <eAnnotations xmi:id="_51Yw0JCTEdy_jveRlkQIBQ" source="http://www.eclipse.org/emf/2002/Ecore"/>
215
+ <ownedComment xmi:id="_R48Q0JXAEdyvcqg0Ap32kQ" body="Java5 core features demonstrations"/>
216
+ <ownedComment xmi:id="_jIZxAJXBEdyvcqg0Ap32kQ" body="Java advanced generator features demonstration"/>
217
+ <ownedComment xmi:id="_gWz9sJXCEdyvcqg0Ap32kQ"/>
218
+ <ownedComment xmi:id="_LsOIgJXDEdyvcqg0Ap32kQ" body="http://ontomde.rubyforge.org">
219
+ <eAnnotations xmi:id="_LsOIgZXDEdyvcqg0Ap32kQ" source="appliedStereotypes">
220
+ <contents xmi:type="Default_0:Default__URL" xmi:id="_LsOIgpXDEdyvcqg0Ap32kQ"/>
221
+ </eAnnotations>
222
+ </ownedComment>
223
+ <ownedComment xmi:id="_P2DrsJXDEdyvcqg0Ap32kQ" body="OntoMDE java5 code generator features demontrations. (Octobre 2007)"/>
224
+ <ownedComment xmi:id="_b4bAcMQdEdyE8unE8xn43w" body="RSM specific features"/>
225
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_k_P58JBHEdyardL84wfktA">
226
+ <eAnnotations xmi:id="_k_P58ZBHEdyardL84wfktA" source="attributes">
227
+ <details xmi:id="_k_P58pBHEdyardL84wfktA" key="version" value="0"/>
228
+ </eAnnotations>
229
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_PROFILES/Basic.profile.uml2#_6mFRgK86Edih9-GG5afQ0g"/>
230
+ <importedProfile href="pathmap://UML2_PROFILES/Basic.profile.uml2#_6mFRgK86Edih9-GG5afQ0g"/>
231
+ </packageImport>
232
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_k_i04JBHEdyardL84wfktA">
233
+ <eAnnotations xmi:id="_k_i04ZBHEdyardL84wfktA" source="attributes">
234
+ <details xmi:id="_k_i04pBHEdyardL84wfktA" key="version" value="0"/>
235
+ </eAnnotations>
236
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_PROFILES/Intermediate.profile.uml2#_Cz7csK87Edih9-GG5afQ0g"/>
237
+ <importedProfile href="pathmap://UML2_PROFILES/Intermediate.profile.uml2#_Cz7csK87Edih9-GG5afQ0g"/>
238
+ </packageImport>
239
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_k_i045BHEdyardL84wfktA">
240
+ <eAnnotations xmi:id="_k_i05JBHEdyardL84wfktA" source="attributes">
241
+ <details xmi:id="_k_i05ZBHEdyardL84wfktA" key="version" value="0"/>
242
+ </eAnnotations>
243
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_PROFILES/Complete.profile.uml2#_M7pTkK87Edih9-GG5afQ0g"/>
244
+ <importedProfile href="pathmap://UML2_PROFILES/Complete.profile.uml2#_M7pTkK87Edih9-GG5afQ0g"/>
245
+ </packageImport>
246
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_lAl9wJBHEdyardL84wfktA">
247
+ <eAnnotations xmi:id="_lAl9wZBHEdyardL84wfktA" source="attributes">
248
+ <details xmi:id="_lAl9wpBHEdyardL84wfktA" key="version" value="0"/>
249
+ </eAnnotations>
250
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_MSL_PROFILES/Default.epx#_a_S3wNWLEdiy4IqP8whjFA?Default"/>
251
+ <importedProfile href="pathmap://UML2_MSL_PROFILES/Default.epx#_a_S3wNWLEdiy4IqP8whjFA?Default"/>
252
+ </packageImport>
253
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_lCYGcJBHEdyardL84wfktA">
254
+ <eAnnotations xmi:id="_lCYGcZBHEdyardL84wfktA" source="attributes">
255
+ <details xmi:id="_lCYGcpBHEdyardL84wfktA" key="version" value="0"/>
256
+ </eAnnotations>
257
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_MSL_PROFILES/Deployment.epx#_vjbuwOvHEdiDX5bji0iVSA?Deployment"/>
258
+ <importedProfile href="pathmap://UML2_MSL_PROFILES/Deployment.epx#_vjbuwOvHEdiDX5bji0iVSA?Deployment"/>
259
+ </packageImport>
260
+ <packageImport xmi:id="_lG_gsJBHEdyardL84wfktA">
261
+ <importedPackage xmi:type="uml:Model" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_EfRZoK86EdieaYgxtVWN8Q"/>
262
+ </packageImport>
263
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_-VamUC5bEd2BKohsknSqMQ">
264
+ <eAnnotations xmi:id="_-VamUS5bEd2BKohsknSqMQ" source="attributes">
265
+ <details xmi:id="_-VamUi5bEd2BKohsknSqMQ" key="version" value="25"/>
266
+ </eAnnotations>
267
+ <importedPackage xmi:type="uml:Profile" href="platform:/resource/ontomde-profil/OntoMDE-profil.epx#_-xY2QT6NEdyDqtBcWiARwA?OntoMDE-profil"/>
268
+ <importedProfile href="platform:/resource/ontomde-profil/OntoMDE-profil.epx#_-xY2QT6NEdyDqtBcWiARwA?OntoMDE-profil"/>
269
+ </packageImport>
270
+ <ownedMember xmi:type="uml:Package" xmi:id="_6SGcoJCAEdyardL84wfktA" name="java">
271
+ <eAnnotations xmi:id="_6SGcoZCAEdyardL84wfktA" source="uml2.diagrams"/>
272
+ <ownedMember xmi:type="uml:Package" xmi:id="_7kDMsJCAEdyardL84wfktA" name="lang">
273
+ <eAnnotations xmi:id="_7kDMsZCAEdyardL84wfktA" source="uml2.diagrams"/>
274
+ <ownedMember xmi:type="uml:Class" xmi:id="_99iMkJCAEdyardL84wfktA" name="Exception">
275
+ <ownedComment xmi:id="_DL69AJCBEdyardL84wfktA" body="java and javax packages are considered external. No code will be generated. The list of external packages is customizable." annotatedElement="_99iMkJCAEdyardL84wfktA"/>
276
+ </ownedMember>
277
+ </ownedMember>
278
+ </ownedMember>
279
+ <ownedMember xmi:type="uml:Package" xmi:id="_umuQEJVhEdyFDMarjK_sbQ" name="java5-core-demos">
280
+ <eAnnotations xmi:id="_umuQEZVhEdyFDMarjK_sbQ" source="uml2.diagrams"/>
281
+ <ownedMember xmi:type="uml:Package" xmi:id="_dTqVAJBMEdyardL84wfktA" name="Realization Demo">
282
+ <eAnnotations xmi:id="_dT0GAJBMEdyardL84wfktA" source="uml2.diagrams" references="_dT0GAZBMEdyardL84wfktA">
283
+ <contents xmi:type="notation:Diagram" xmi:id="_dT0GAZBMEdyardL84wfktA" type="Freeform" name="Realization Demo">
284
+ <children xmi:id="_fp3XYJBMEdyardL84wfktA" targetEdges="_kwf6AJBMEdyardL84wfktA" element="_fpuNcJBMEdyardL84wfktA">
285
+ <children xmi:id="_fp3XY5BMEdyardL84wfktA" type="ImageCompartment" element="_fpuNcJBMEdyardL84wfktA">
286
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_fp3XZJBMEdyardL84wfktA" width="530" height="530"/>
287
+ </children>
288
+ <children xmi:id="_fp3XZZBMEdyardL84wfktA" type="Stereotype" element="_fpuNcJBMEdyardL84wfktA"/>
289
+ <children xmi:id="_fp3XZpBMEdyardL84wfktA" type="Kind" element="_fpuNcJBMEdyardL84wfktA"/>
290
+ <children xmi:id="_fp3XZ5BMEdyardL84wfktA" type="Name" element="_fpuNcJBMEdyardL84wfktA"/>
291
+ <children xmi:id="_fp3XaJBMEdyardL84wfktA" type="AttributeCompartment" element="_fpuNcJBMEdyardL84wfktA">
292
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_fp3XaZBMEdyardL84wfktA"/>
293
+ </children>
294
+ <children xmi:id="_fp3XapBMEdyardL84wfktA" type="OperationCompartment" element="_fpuNcJBMEdyardL84wfktA">
295
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_fp3Xa5BMEdyardL84wfktA"/>
296
+ </children>
297
+ <children xmi:id="_fp3XbJBMEdyardL84wfktA" visible="false" type="SignalCompartment" element="_fpuNcJBMEdyardL84wfktA">
298
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_fp3XbZBMEdyardL84wfktA"/>
299
+ </children>
300
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_fp3XYZBMEdyardL84wfktA" showStereotype="Label" useClassifierShape="true"/>
301
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_fp3XYpBMEdyardL84wfktA" x="318" y="318"/>
302
+ </children>
303
+ <children xmi:id="_hXGVQJBMEdyardL84wfktA" targetEdges="_lmS5kJBMEdyardL84wfktA" element="_hW8kQJBMEdyardL84wfktA">
304
+ <children xmi:id="_hXGVQ5BMEdyardL84wfktA" type="ImageCompartment" element="_hW8kQJBMEdyardL84wfktA">
305
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_hXGVRJBMEdyardL84wfktA" width="530" height="530"/>
306
+ </children>
307
+ <children xmi:id="_hXGVRZBMEdyardL84wfktA" type="Stereotype" element="_hW8kQJBMEdyardL84wfktA"/>
308
+ <children xmi:id="_hXGVRpBMEdyardL84wfktA" type="Kind" element="_hW8kQJBMEdyardL84wfktA"/>
309
+ <children xmi:id="_hXGVR5BMEdyardL84wfktA" type="Name" element="_hW8kQJBMEdyardL84wfktA"/>
310
+ <children xmi:id="_hXGVSJBMEdyardL84wfktA" type="AttributeCompartment" element="_hW8kQJBMEdyardL84wfktA">
311
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_hXGVSZBMEdyardL84wfktA"/>
312
+ </children>
313
+ <children xmi:id="_hXGVSpBMEdyardL84wfktA" type="OperationCompartment" element="_hW8kQJBMEdyardL84wfktA">
314
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_hXGVS5BMEdyardL84wfktA"/>
315
+ </children>
316
+ <children xmi:id="_hXGVTJBMEdyardL84wfktA" visible="false" type="SignalCompartment" element="_hW8kQJBMEdyardL84wfktA">
317
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_hXGVTZBMEdyardL84wfktA"/>
318
+ </children>
319
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_hXGVQZBMEdyardL84wfktA" showStereotype="Label" useClassifierShape="true"/>
320
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hXGVQpBMEdyardL84wfktA" x="6678" y="318"/>
321
+ </children>
322
+ <children xmi:id="_ifEC4JBMEdyardL84wfktA" sourceEdges="_kwf6AJBMEdyardL84wfktA _lmS5kJBMEdyardL84wfktA" element="_iexH8JBMEdyardL84wfktA">
323
+ <children xmi:id="_ifEC45BMEdyardL84wfktA" type="ImageCompartment" element="_iexH8JBMEdyardL84wfktA">
324
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_ifEC5JBMEdyardL84wfktA" width="1320" height="1320"/>
325
+ </children>
326
+ <children xmi:id="_ifEC5ZBMEdyardL84wfktA" type="Stereotype" element="_iexH8JBMEdyardL84wfktA"/>
327
+ <children xmi:id="_ifEC5pBMEdyardL84wfktA" type="Name" element="_iexH8JBMEdyardL84wfktA"/>
328
+ <children xmi:id="_ifEC55BMEdyardL84wfktA" type="AttributeCompartment" element="_iexH8JBMEdyardL84wfktA">
329
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_ifEC6JBMEdyardL84wfktA"/>
330
+ </children>
331
+ <children xmi:id="_ifEC6ZBMEdyardL84wfktA" type="OperationCompartment" element="_iexH8JBMEdyardL84wfktA">
332
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_ifEC6pBMEdyardL84wfktA"/>
333
+ </children>
334
+ <children xmi:id="_ifEC65BMEdyardL84wfktA" visible="false" type="SignalCompartment" element="_iexH8JBMEdyardL84wfktA">
335
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_ifEC7JBMEdyardL84wfktA"/>
336
+ </children>
337
+ <children xmi:id="_ifEC7ZBMEdyardL84wfktA" visible="false" type="StructureCompartment" element="_iexH8JBMEdyardL84wfktA">
338
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_ifEC7pBMEdyardL84wfktA"/>
339
+ </children>
340
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_ifEC4ZBMEdyardL84wfktA" showStereotype="Label"/>
341
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ifEC4pBMEdyardL84wfktA" x="1908" y="2544"/>
342
+ </children>
343
+ <children xmi:id="_0XJTIJX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
344
+ <eAnnotations xmi:id="_0XJTIZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
345
+ <children xmi:id="_0XJTIpX8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
346
+ <children xmi:id="_0XJTI5X8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
347
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_0XJTJJX8Edyvcqg0Ap32kQ"/>
348
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_0XJTJZX8Edyvcqg0Ap32kQ" x="318" y="4134" height="735"/>
349
+ </children>
350
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_dT0GApBMEdyardL84wfktA"/>
351
+ <edges xmi:id="_kwf6AJBMEdyardL84wfktA" element="_kwWwEJBMEdyardL84wfktA" source="_ifEC4JBMEdyardL84wfktA" target="_fp3XYJBMEdyardL84wfktA">
352
+ <children xmi:id="_kwf6A5BMEdyardL84wfktA" type="NameLabel" element="_kwWwEJBMEdyardL84wfktA">
353
+ <children xmi:id="_kwf6BZBMEdyardL84wfktA" type="Stereotype" element="_kwWwEJBMEdyardL84wfktA"/>
354
+ <children xmi:id="_kwf6BpBMEdyardL84wfktA" type="Name" element="_kwWwEJBMEdyardL84wfktA"/>
355
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_kwf6BJBMEdyardL84wfktA" y="-148"/>
356
+ </children>
357
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_kwf6AZBMEdyardL84wfktA" showStereotype="Text"/>
358
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_kwf6ApBMEdyardL84wfktA" points="[-32, -25, 112, 101]$[-146, -92, -2, 34]"/>
359
+ </edges>
360
+ <edges xmi:id="_lmS5kJBMEdyardL84wfktA" element="_lmJIkJBMEdyardL84wfktA" source="_ifEC4JBMEdyardL84wfktA" target="_hXGVQJBMEdyardL84wfktA">
361
+ <children xmi:id="_lmcqkJBMEdyardL84wfktA" type="NameLabel" element="_lmJIkJBMEdyardL84wfktA">
362
+ <children xmi:id="_lmcqkpBMEdyardL84wfktA" type="Stereotype" element="_lmJIkJBMEdyardL84wfktA"/>
363
+ <children xmi:id="_lmcqk5BMEdyardL84wfktA" type="Name" element="_lmJIkJBMEdyardL84wfktA"/>
364
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_lmcqkZBMEdyardL84wfktA" y="-148"/>
365
+ </children>
366
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_lmS5kZBMEdyardL84wfktA" showStereotype="Text"/>
367
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_lmS5kpBMEdyardL84wfktA" points="[29, -25, -68, 101]$[175, -106, 78, 20]"/>
368
+ </edges>
369
+ </contents>
370
+ </eAnnotations>
371
+ <ownedMember xmi:type="uml:Interface" xmi:id="_fpuNcJBMEdyardL84wfktA" name="My Interface A"/>
372
+ <ownedMember xmi:type="uml:Interface" xmi:id="_hW8kQJBMEdyardL84wfktA" name="My Interface B"/>
373
+ <ownedMember xmi:type="uml:Class" xmi:id="_iexH8JBMEdyardL84wfktA" name="My Implementation Class" clientDependency="_kwWwEJBMEdyardL84wfktA _lmJIkJBMEdyardL84wfktA">
374
+ <implementation xmi:id="_kwWwEJBMEdyardL84wfktA" client="_iexH8JBMEdyardL84wfktA" supplier="_fpuNcJBMEdyardL84wfktA" realizingClassifier="_fpuNcJBMEdyardL84wfktA" contract="_fpuNcJBMEdyardL84wfktA">
375
+ <mapping xmi:id="_kwWwEZBMEdyardL84wfktA"/>
376
+ </implementation>
377
+ <implementation xmi:id="_lmJIkJBMEdyardL84wfktA" client="_iexH8JBMEdyardL84wfktA" supplier="_hW8kQJBMEdyardL84wfktA" realizingClassifier="_hW8kQJBMEdyardL84wfktA" contract="_hW8kQJBMEdyardL84wfktA">
378
+ <mapping xmi:id="_lmJIkZBMEdyardL84wfktA"/>
379
+ </implementation>
380
+ </ownedMember>
381
+ </ownedMember>
382
+ <ownedMember xmi:type="uml:Package" xmi:id="_eUzlwJBIEdyardL84wfktA" name="Static Member Demo">
383
+ <eAnnotations xmi:id="_eUzlwZBIEdyardL84wfktA" source="uml2.diagrams" references="_eUzlwpBIEdyardL84wfktA">
384
+ <contents xmi:type="notation:Diagram" xmi:id="_eUzlwpBIEdyardL84wfktA" type="Freeform" name="Static Member Demo">
385
+ <children xmi:id="_4LSbkJBIEdyardL84wfktA" element="_hB9IgJBIEdyardL84wfktA">
386
+ <children xmi:id="_4LSbk5BIEdyardL84wfktA" type="ImageCompartment" element="_hB9IgJBIEdyardL84wfktA">
387
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_4LSblJBIEdyardL84wfktA" width="1320" height="1320"/>
388
+ </children>
389
+ <children xmi:id="_4LSblZBIEdyardL84wfktA" type="Stereotype" element="_hB9IgJBIEdyardL84wfktA"/>
390
+ <children xmi:id="_4LSblpBIEdyardL84wfktA" type="Name" element="_hB9IgJBIEdyardL84wfktA"/>
391
+ <children xmi:id="_4LSbl5BIEdyardL84wfktA" type="AttributeCompartment" element="_hB9IgJBIEdyardL84wfktA">
392
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_4LSbmJBIEdyardL84wfktA"/>
393
+ </children>
394
+ <children xmi:id="_4LSbmZBIEdyardL84wfktA" type="OperationCompartment" element="_hB9IgJBIEdyardL84wfktA">
395
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_4LSbmpBIEdyardL84wfktA"/>
396
+ </children>
397
+ <children xmi:id="_4LSbm5BIEdyardL84wfktA" visible="false" type="SignalCompartment" element="_hB9IgJBIEdyardL84wfktA">
398
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_4LSbnJBIEdyardL84wfktA"/>
399
+ </children>
400
+ <children xmi:id="_4LSbnZBIEdyardL84wfktA" visible="false" type="StructureCompartment" element="_hB9IgJBIEdyardL84wfktA">
401
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_4LSbnpBIEdyardL84wfktA"/>
402
+ </children>
403
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_4LSbkZBIEdyardL84wfktA" showListSignature="true" showStereotype="Label"/>
404
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_4LSbkpBIEdyardL84wfktA" x="636" y="636"/>
405
+ </children>
406
+ <children xmi:id="_1p1qEJX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
407
+ <eAnnotations xmi:id="_1p1qEZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
408
+ <children xmi:id="_1p1qEpX8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
409
+ <children xmi:id="_1p1qE5X8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
410
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_1p1qFJX8Edyvcqg0Ap32kQ"/>
411
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_1p1qFZX8Edyvcqg0Ap32kQ" x="636" y="3498" height="735"/>
412
+ </children>
413
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_eUzlw5BIEdyardL84wfktA"/>
414
+ </contents>
415
+ </eAnnotations>
416
+ <ownedMember xmi:type="uml:Class" xmi:id="_hB9IgJBIEdyardL84wfktA" name="Static Member Demo">
417
+ <ownedAttribute xmi:id="_kwOxEJBIEdyardL84wfktA" name="my Static Attribute" visibility="private" isStatic="true">
418
+ <ownedComment xmi:id="__REUwKldEdy9n9qKL3mrRQ" body="Shared name this element." annotatedElement="_kwOxEJBIEdyardL84wfktA">
419
+ <eAnnotations xmi:id="__REUwaldEdy9n9qKL3mrRQ" source="appliedStereotypes">
420
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="__REUwqldEdy9n9qKL3mrRQ"/>
421
+ </eAnnotations>
422
+ </ownedComment>
423
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
424
+ </ownedAttribute>
425
+ <ownedAttribute xmi:id="_lRwJwJBIEdyardL84wfktA" name="my Attribute" visibility="private">
426
+ <ownedComment xmi:id="_x2jQYKldEdy9n9qKL3mrRQ" body="This property is the name of customer. &#xD;&#xA;Durand, Smith or Tang are name examples." annotatedElement="_lRwJwJBIEdyardL84wfktA">
427
+ <eAnnotations xmi:id="_x2jQYaldEdy9n9qKL3mrRQ" source="appliedStereotypes">
428
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_x2jQYqldEdy9n9qKL3mrRQ"/>
429
+ </eAnnotations>
430
+ </ownedComment>
431
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
432
+ </ownedAttribute>
433
+ <ownedOperation xmi:id="_je324JBIEdyardL84wfktA" name="my Operation">
434
+ <ownedComment xmi:id="_B6IBsKleEdy9n9qKL3mrRQ" body="process the element to do something usefull." annotatedElement="_je324JBIEdyardL84wfktA">
435
+ <eAnnotations xmi:id="_B6IBsaleEdy9n9qKL3mrRQ" source="appliedStereotypes">
436
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_B6IBsqleEdy9n9qKL3mrRQ"/>
437
+ </eAnnotations>
438
+ </ownedComment>
439
+ </ownedOperation>
440
+ <ownedOperation xmi:id="_B4gu0JBJEdyardL84wfktA" name="my Static Operation" isStatic="true">
441
+ <ownedComment xmi:id="_NYPDwKleEdy9n9qKL3mrRQ" body="Runs an operation an all elements." annotatedElement="_B4gu0JBJEdyardL84wfktA">
442
+ <eAnnotations xmi:id="_NYPDwaleEdy9n9qKL3mrRQ" source="appliedStereotypes">
443
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_NYPDwqleEdy9n9qKL3mrRQ"/>
444
+ </eAnnotations>
445
+ </ownedComment>
446
+ </ownedOperation>
447
+ </ownedMember>
448
+ </ownedMember>
449
+ <ownedMember xmi:type="uml:Package" xmi:id="_qiC0IJBHEdyardL84wfktA" name="Visibility Demo">
450
+ <eAnnotations xmi:id="_qiMlIJBHEdyardL84wfktA" source="uml2.diagrams" references="_qiMlIZBHEdyardL84wfktA">
451
+ <contents xmi:type="notation:Diagram" xmi:id="_qiMlIZBHEdyardL84wfktA" type="Freeform" name="Visibility Demo">
452
+ <children xmi:id="_OrmcQJBIEdyardL84wfktA" element="_w4ZSMJBHEdyardL84wfktA">
453
+ <children xmi:id="_OrmcQ5BIEdyardL84wfktA" type="ImageCompartment" element="_w4ZSMJBHEdyardL84wfktA">
454
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_OrmcRJBIEdyardL84wfktA" width="1320" height="1320"/>
455
+ </children>
456
+ <children xmi:id="_OrmcRZBIEdyardL84wfktA" type="Stereotype" element="_w4ZSMJBHEdyardL84wfktA"/>
457
+ <children xmi:id="_OrmcRpBIEdyardL84wfktA" type="Name" element="_w4ZSMJBHEdyardL84wfktA"/>
458
+ <children xmi:id="_OrvmMJBIEdyardL84wfktA" type="AttributeCompartment" element="_w4ZSMJBHEdyardL84wfktA">
459
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_OrvmMZBIEdyardL84wfktA"/>
460
+ </children>
461
+ <children xmi:id="_OrvmMpBIEdyardL84wfktA" type="OperationCompartment" element="_w4ZSMJBHEdyardL84wfktA">
462
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_OrvmM5BIEdyardL84wfktA"/>
463
+ </children>
464
+ <children xmi:id="_OrvmNJBIEdyardL84wfktA" visible="false" type="SignalCompartment" element="_w4ZSMJBHEdyardL84wfktA">
465
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_OrvmNZBIEdyardL84wfktA"/>
466
+ </children>
467
+ <children xmi:id="_OrvmNpBIEdyardL84wfktA" visible="false" type="StructureCompartment" element="_w4ZSMJBHEdyardL84wfktA">
468
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_OrvmN5BIEdyardL84wfktA"/>
469
+ </children>
470
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_OrmcQZBIEdyardL84wfktA" showStereotype="Label"/>
471
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_OrmcQpBIEdyardL84wfktA" x="954" y="318"/>
472
+ </children>
473
+ <children xmi:id="_2wB2EJX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
474
+ <eAnnotations xmi:id="_2wB2EZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
475
+ <children xmi:id="_2wB2EpX8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
476
+ <children xmi:id="_2wB2E5X8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
477
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_2wB2FJX8Edyvcqg0Ap32kQ"/>
478
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_2wB2FZX8Edyvcqg0Ap32kQ" x="954" y="3180" height="735"/>
479
+ </children>
480
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_qiMlIpBHEdyardL84wfktA"/>
481
+ </contents>
482
+ </eAnnotations>
483
+ <ownedMember xmi:type="uml:Class" xmi:id="_w4ZSMJBHEdyardL84wfktA" name="Visibility Demo">
484
+ <ownedOperation xmi:id="_Pp4pcJBIEdyardL84wfktA" name="my Public Method"/>
485
+ <ownedOperation xmi:id="_RfAYAJBIEdyardL84wfktA" name="my Private Method" visibility="private"/>
486
+ <ownedOperation xmi:id="_TQ2wIJBIEdyardL84wfktA" name="my Protected Method" visibility="protected"/>
487
+ <ownedOperation xmi:id="_UmiJoJBIEdyardL84wfktA" name="my Package Method" visibility="package"/>
488
+ </ownedMember>
489
+ </ownedMember>
490
+ <ownedMember xmi:type="uml:Package" xmi:id="_dO0cMJCXEdyZ_IYYzNAm5A" name="Association Bi-Navigable Demo">
491
+ <eAnnotations xmi:id="_dO0cMZCXEdyZ_IYYzNAm5A" source="uml2.diagrams" references="_dO0cMpCXEdyZ_IYYzNAm5A">
492
+ <contents xmi:type="notation:Diagram" xmi:id="_dO0cMpCXEdyZ_IYYzNAm5A" type="Freeform" name="Association Bi-Navigable Demo">
493
+ <children xmi:id="_hyATgJCXEdyZ_IYYzNAm5A" sourceEdges="_lJ-U4JCXEdyZ_IYYzNAm5A" element="_hxtYkJCXEdyZ_IYYzNAm5A">
494
+ <children xmi:id="_hyATg5CXEdyZ_IYYzNAm5A" type="ImageCompartment" element="_hxtYkJCXEdyZ_IYYzNAm5A">
495
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_hyAThJCXEdyZ_IYYzNAm5A" width="1320" height="1320"/>
496
+ </children>
497
+ <children xmi:id="_hyAThZCXEdyZ_IYYzNAm5A" type="Stereotype" element="_hxtYkJCXEdyZ_IYYzNAm5A"/>
498
+ <children xmi:id="_hyAThpCXEdyZ_IYYzNAm5A" type="Name" element="_hxtYkJCXEdyZ_IYYzNAm5A"/>
499
+ <children xmi:id="_hyATh5CXEdyZ_IYYzNAm5A" type="AttributeCompartment" element="_hxtYkJCXEdyZ_IYYzNAm5A">
500
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_hyATiJCXEdyZ_IYYzNAm5A"/>
501
+ </children>
502
+ <children xmi:id="_hyATiZCXEdyZ_IYYzNAm5A" type="OperationCompartment" element="_hxtYkJCXEdyZ_IYYzNAm5A">
503
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_hyATipCXEdyZ_IYYzNAm5A"/>
504
+ </children>
505
+ <children xmi:id="_hyJdcJCXEdyZ_IYYzNAm5A" visible="false" type="SignalCompartment" element="_hxtYkJCXEdyZ_IYYzNAm5A">
506
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_hyJdcZCXEdyZ_IYYzNAm5A"/>
507
+ </children>
508
+ <children xmi:id="_hyJdcpCXEdyZ_IYYzNAm5A" visible="false" type="StructureCompartment" element="_hxtYkJCXEdyZ_IYYzNAm5A">
509
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_hyJdc5CXEdyZ_IYYzNAm5A"/>
510
+ </children>
511
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_hyATgZCXEdyZ_IYYzNAm5A" showStereotype="Label"/>
512
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hyATgpCXEdyZ_IYYzNAm5A" x="2544" y="954" width="4531"/>
513
+ </children>
514
+ <children xmi:id="_jddvwJCXEdyZ_IYYzNAm5A" targetEdges="_lJ-U4JCXEdyZ_IYYzNAm5A" element="_jdUl0JCXEdyZ_IYYzNAm5A">
515
+ <children xmi:id="_jddvw5CXEdyZ_IYYzNAm5A" type="ImageCompartment" element="_jdUl0JCXEdyZ_IYYzNAm5A">
516
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_jddvxJCXEdyZ_IYYzNAm5A" width="1320" height="1320"/>
517
+ </children>
518
+ <children xmi:id="_jddvxZCXEdyZ_IYYzNAm5A" type="Stereotype" element="_jdUl0JCXEdyZ_IYYzNAm5A"/>
519
+ <children xmi:id="_jdngwJCXEdyZ_IYYzNAm5A" type="Name" element="_jdUl0JCXEdyZ_IYYzNAm5A"/>
520
+ <children xmi:id="_jdngwZCXEdyZ_IYYzNAm5A" type="AttributeCompartment" element="_jdUl0JCXEdyZ_IYYzNAm5A">
521
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_jdngwpCXEdyZ_IYYzNAm5A"/>
522
+ </children>
523
+ <children xmi:id="_jdngw5CXEdyZ_IYYzNAm5A" type="OperationCompartment" element="_jdUl0JCXEdyZ_IYYzNAm5A">
524
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_jdngxJCXEdyZ_IYYzNAm5A"/>
525
+ </children>
526
+ <children xmi:id="_jdngxZCXEdyZ_IYYzNAm5A" visible="false" type="SignalCompartment" element="_jdUl0JCXEdyZ_IYYzNAm5A">
527
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_jdngxpCXEdyZ_IYYzNAm5A"/>
528
+ </children>
529
+ <children xmi:id="_jdngx5CXEdyZ_IYYzNAm5A" visible="false" type="StructureCompartment" element="_jdUl0JCXEdyZ_IYYzNAm5A">
530
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_jdngyJCXEdyZ_IYYzNAm5A"/>
531
+ </children>
532
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_jddvwZCXEdyZ_IYYzNAm5A" showStereotype="Label"/>
533
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_jddvwpCXEdyZ_IYYzNAm5A" x="12084" y="954" width="4849"/>
534
+ </children>
535
+ <children xmi:id="_pFLmMJCXEdyZ_IYYzNAm5A" sourceEdges="_wFUoIJCXEdyZ_IYYzNAm5A" element="_pFB1MJCXEdyZ_IYYzNAm5A">
536
+ <children xmi:id="_pFLmM5CXEdyZ_IYYzNAm5A" type="ImageCompartment" element="_pFB1MJCXEdyZ_IYYzNAm5A">
537
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_pFLmNJCXEdyZ_IYYzNAm5A" width="1320" height="1320"/>
538
+ </children>
539
+ <children xmi:id="_pFLmNZCXEdyZ_IYYzNAm5A" type="Stereotype" element="_pFB1MJCXEdyZ_IYYzNAm5A"/>
540
+ <children xmi:id="_pFLmNpCXEdyZ_IYYzNAm5A" type="Name" element="_pFB1MJCXEdyZ_IYYzNAm5A"/>
541
+ <children xmi:id="_pFLmN5CXEdyZ_IYYzNAm5A" type="AttributeCompartment" element="_pFB1MJCXEdyZ_IYYzNAm5A">
542
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_pFLmOJCXEdyZ_IYYzNAm5A"/>
543
+ </children>
544
+ <children xmi:id="_pFLmOZCXEdyZ_IYYzNAm5A" type="OperationCompartment" element="_pFB1MJCXEdyZ_IYYzNAm5A">
545
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_pFLmOpCXEdyZ_IYYzNAm5A"/>
546
+ </children>
547
+ <children xmi:id="_pFLmO5CXEdyZ_IYYzNAm5A" visible="false" type="SignalCompartment" element="_pFB1MJCXEdyZ_IYYzNAm5A">
548
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_pFLmPJCXEdyZ_IYYzNAm5A"/>
549
+ </children>
550
+ <children xmi:id="_pFLmPZCXEdyZ_IYYzNAm5A" visible="false" type="StructureCompartment" element="_pFB1MJCXEdyZ_IYYzNAm5A">
551
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_pFLmPpCXEdyZ_IYYzNAm5A"/>
552
+ </children>
553
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_pFLmMZCXEdyZ_IYYzNAm5A" showStereotype="Label"/>
554
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_pFLmMpCXEdyZ_IYYzNAm5A" x="2544" y="2226" width="4532"/>
555
+ </children>
556
+ <children xmi:id="_s5sZoJCXEdyZ_IYYzNAm5A" targetEdges="_wFUoIJCXEdyZ_IYYzNAm5A" element="_s5iooJCXEdyZ_IYYzNAm5A">
557
+ <children xmi:id="_s5sZo5CXEdyZ_IYYzNAm5A" type="ImageCompartment" element="_s5iooJCXEdyZ_IYYzNAm5A">
558
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_s5sZpJCXEdyZ_IYYzNAm5A" width="1320" height="1320"/>
559
+ </children>
560
+ <children xmi:id="_s5sZpZCXEdyZ_IYYzNAm5A" type="Stereotype" element="_s5iooJCXEdyZ_IYYzNAm5A"/>
561
+ <children xmi:id="_s5sZppCXEdyZ_IYYzNAm5A" type="Name" element="_s5iooJCXEdyZ_IYYzNAm5A"/>
562
+ <children xmi:id="_s5sZp5CXEdyZ_IYYzNAm5A" type="AttributeCompartment" element="_s5iooJCXEdyZ_IYYzNAm5A">
563
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_s5sZqJCXEdyZ_IYYzNAm5A"/>
564
+ </children>
565
+ <children xmi:id="_s5sZqZCXEdyZ_IYYzNAm5A" type="OperationCompartment" element="_s5iooJCXEdyZ_IYYzNAm5A">
566
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_s5sZqpCXEdyZ_IYYzNAm5A"/>
567
+ </children>
568
+ <children xmi:id="_s5sZq5CXEdyZ_IYYzNAm5A" visible="false" type="SignalCompartment" element="_s5iooJCXEdyZ_IYYzNAm5A">
569
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_s5sZrJCXEdyZ_IYYzNAm5A"/>
570
+ </children>
571
+ <children xmi:id="_s5sZrZCXEdyZ_IYYzNAm5A" visible="false" type="StructureCompartment" element="_s5iooJCXEdyZ_IYYzNAm5A">
572
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_s5sZrpCXEdyZ_IYYzNAm5A"/>
573
+ </children>
574
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_s5sZoZCXEdyZ_IYYzNAm5A" showStereotype="Label"/>
575
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_s5sZopCXEdyZ_IYYzNAm5A" x="12084" y="2226" width="4848"/>
576
+ </children>
577
+ <children xmi:id="_2QHWcJCXEdyZ_IYYzNAm5A" sourceEdges="_9ofSMJCXEdyZ_IYYzNAm5A" element="_2P0bgJCXEdyZ_IYYzNAm5A">
578
+ <children xmi:id="_2QHWc5CXEdyZ_IYYzNAm5A" type="ImageCompartment" element="_2P0bgJCXEdyZ_IYYzNAm5A">
579
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_2QHWdJCXEdyZ_IYYzNAm5A" width="1320" height="1320"/>
580
+ </children>
581
+ <children xmi:id="_2QHWdZCXEdyZ_IYYzNAm5A" type="Stereotype" element="_2P0bgJCXEdyZ_IYYzNAm5A"/>
582
+ <children xmi:id="_2QHWdpCXEdyZ_IYYzNAm5A" type="Name" element="_2P0bgJCXEdyZ_IYYzNAm5A"/>
583
+ <children xmi:id="_2QHWd5CXEdyZ_IYYzNAm5A" type="AttributeCompartment" element="_2P0bgJCXEdyZ_IYYzNAm5A">
584
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_2QHWeJCXEdyZ_IYYzNAm5A"/>
585
+ </children>
586
+ <children xmi:id="_2QHWeZCXEdyZ_IYYzNAm5A" type="OperationCompartment" element="_2P0bgJCXEdyZ_IYYzNAm5A">
587
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_2QHWepCXEdyZ_IYYzNAm5A"/>
588
+ </children>
589
+ <children xmi:id="_2QHWe5CXEdyZ_IYYzNAm5A" visible="false" type="SignalCompartment" element="_2P0bgJCXEdyZ_IYYzNAm5A">
590
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_2QHWfJCXEdyZ_IYYzNAm5A"/>
591
+ </children>
592
+ <children xmi:id="_2QHWfZCXEdyZ_IYYzNAm5A" visible="false" type="StructureCompartment" element="_2P0bgJCXEdyZ_IYYzNAm5A">
593
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_2QHWfpCXEdyZ_IYYzNAm5A"/>
594
+ </children>
595
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_2QHWcZCXEdyZ_IYYzNAm5A" showStereotype="Label"/>
596
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_2QHWcpCXEdyZ_IYYzNAm5A" x="2544" y="3498" width="4531"/>
597
+ </children>
598
+ <children xmi:id="_3-s_MJCXEdyZ_IYYzNAm5A" targetEdges="_9ofSMJCXEdyZ_IYYzNAm5A" element="_3-aEQJCXEdyZ_IYYzNAm5A">
599
+ <children xmi:id="_3-s_M5CXEdyZ_IYYzNAm5A" type="ImageCompartment" element="_3-aEQJCXEdyZ_IYYzNAm5A">
600
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_3-s_NJCXEdyZ_IYYzNAm5A" width="1320" height="1320"/>
601
+ </children>
602
+ <children xmi:id="_3-s_NZCXEdyZ_IYYzNAm5A" type="Stereotype" element="_3-aEQJCXEdyZ_IYYzNAm5A"/>
603
+ <children xmi:id="_3-s_NpCXEdyZ_IYYzNAm5A" type="Name" element="_3-aEQJCXEdyZ_IYYzNAm5A"/>
604
+ <children xmi:id="_3-s_N5CXEdyZ_IYYzNAm5A" type="AttributeCompartment" element="_3-aEQJCXEdyZ_IYYzNAm5A">
605
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_3-s_OJCXEdyZ_IYYzNAm5A"/>
606
+ </children>
607
+ <children xmi:id="_3-2JIJCXEdyZ_IYYzNAm5A" type="OperationCompartment" element="_3-aEQJCXEdyZ_IYYzNAm5A">
608
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_3-2JIZCXEdyZ_IYYzNAm5A"/>
609
+ </children>
610
+ <children xmi:id="_3-2JIpCXEdyZ_IYYzNAm5A" visible="false" type="SignalCompartment" element="_3-aEQJCXEdyZ_IYYzNAm5A">
611
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_3-2JI5CXEdyZ_IYYzNAm5A"/>
612
+ </children>
613
+ <children xmi:id="_3-2JJJCXEdyZ_IYYzNAm5A" visible="false" type="StructureCompartment" element="_3-aEQJCXEdyZ_IYYzNAm5A">
614
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_3-2JJZCXEdyZ_IYYzNAm5A"/>
615
+ </children>
616
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_3-s_MZCXEdyZ_IYYzNAm5A" showStereotype="Label"/>
617
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_3-s_MpCXEdyZ_IYYzNAm5A" x="12084" y="3498" width="4849"/>
618
+ </children>
619
+ <children xmi:id="_BbEL8JCYEdyZ_IYYzNAm5A" element="_Ba7CAJCYEdyZ_IYYzNAm5A">
620
+ <children xmi:id="_BbEL85CYEdyZ_IYYzNAm5A" type="CommentBody" element="_Ba7CAJCYEdyZ_IYYzNAm5A"/>
621
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_BbEL8ZCYEdyZ_IYYzNAm5A" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
622
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_BbEL8pCYEdyZ_IYYzNAm5A" x="2544" y="-318" width="13672" height="941"/>
623
+ </children>
624
+ <children xmi:id="_Z6EXYJX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
625
+ <eAnnotations xmi:id="_Z6EXYZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
626
+ <children xmi:id="_Z6EXYpX8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
627
+ <children xmi:id="_Z6EXY5X8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
628
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_Z6EXZJX8Edyvcqg0Ap32kQ"/>
629
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Z6EXZZX8Edyvcqg0Ap32kQ" x="2544" y="5088" height="735"/>
630
+ </children>
631
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_dO0cM5CXEdyZ_IYYzNAm5A"/>
632
+ <edges xmi:id="_lJ-U4JCXEdyZ_IYYzNAm5A" element="_lJFkEJCXEdyZ_IYYzNAm5A" source="_hyATgJCXEdyZ_IYYzNAm5A" target="_jddvwJCXEdyZ_IYYzNAm5A">
633
+ <children xmi:id="_lJ-U45CXEdyZ_IYYzNAm5A" type="NameLabel" element="_lJFkEJCXEdyZ_IYYzNAm5A">
634
+ <children xmi:id="_lJ-U5ZCXEdyZ_IYYzNAm5A" type="Stereotype" element="_lJFkEJCXEdyZ_IYYzNAm5A"/>
635
+ <children xmi:id="_lJ-U5pCXEdyZ_IYYzNAm5A" type="Name" element="_lJFkEJCXEdyZ_IYYzNAm5A"/>
636
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_lJ-U5JCXEdyZ_IYYzNAm5A" y="-148"/>
637
+ </children>
638
+ <children xmi:id="_lJ-U55CXEdyZ_IYYzNAm5A" type="ToMultiplicityLabel" element="_lJFkEpCXEdyZ_IYYzNAm5A">
639
+ <children xmi:id="_lJ-U6ZCXEdyZ_IYYzNAm5A" type="ToMultiplicity" element="_lJFkEpCXEdyZ_IYYzNAm5A"/>
640
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lJ-U6JCXEdyZ_IYYzNAm5A" y="318"/>
641
+ </children>
642
+ <children xmi:id="_lJ-U6pCXEdyZ_IYYzNAm5A" type="ToRoleLabel" element="_lJFkEpCXEdyZ_IYYzNAm5A">
643
+ <children xmi:id="_lJ-U7JCXEdyZ_IYYzNAm5A" type="ToRole" element="_lJFkEpCXEdyZ_IYYzNAm5A"/>
644
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lJ-U65CXEdyZ_IYYzNAm5A" y="-317"/>
645
+ </children>
646
+ <children xmi:id="_lJ-U7ZCXEdyZ_IYYzNAm5A" type="FromMultiplicityLabel" element="_lJFkEZCXEdyZ_IYYzNAm5A">
647
+ <children xmi:id="_lJ-U75CXEdyZ_IYYzNAm5A" type="FromMultiplicity" element="_lJFkEZCXEdyZ_IYYzNAm5A"/>
648
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lJ-U7pCXEdyZ_IYYzNAm5A" y="318"/>
649
+ </children>
650
+ <children xmi:id="_lJ-U8JCXEdyZ_IYYzNAm5A" type="FromRoleLabel" element="_lJFkEZCXEdyZ_IYYzNAm5A">
651
+ <children xmi:id="_lJ-U8pCXEdyZ_IYYzNAm5A" type="FromRole" element="_lJFkEZCXEdyZ_IYYzNAm5A"/>
652
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lJ-U8ZCXEdyZ_IYYzNAm5A" y="-317"/>
653
+ </children>
654
+ <children xmi:id="_lJ-U85CXEdyZ_IYYzNAm5A" type="ToQualifierLabel" element="_lJFkEpCXEdyZ_IYYzNAm5A">
655
+ <children xmi:id="_lJ-U9ZCXEdyZ_IYYzNAm5A" type="QualifierCompartment" element="_lJFkEpCXEdyZ_IYYzNAm5A">
656
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lJ-U9pCXEdyZ_IYYzNAm5A"/>
657
+ </children>
658
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lJ-U9JCXEdyZ_IYYzNAm5A" y="-148"/>
659
+ </children>
660
+ <children xmi:id="_lJ-U95CXEdyZ_IYYzNAm5A" type="FromQualifierLabel" element="_lJFkEZCXEdyZ_IYYzNAm5A">
661
+ <children xmi:id="_lJ-U-ZCXEdyZ_IYYzNAm5A" type="QualifierCompartment" element="_lJFkEZCXEdyZ_IYYzNAm5A">
662
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lJ-U-pCXEdyZ_IYYzNAm5A"/>
663
+ </children>
664
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lJ-U-JCXEdyZ_IYYzNAm5A" y="-148"/>
665
+ </children>
666
+ <children xmi:id="_lJ-U-5CXEdyZ_IYYzNAm5A" type="ToRoleLabel" element="_lJFkEpCXEdyZ_IYYzNAm5A">
667
+ <eAnnotations xmi:id="_lJ-U_ZCXEdyZ_IYYzNAm5A" source="ToConstraintLabel"/>
668
+ <children xmi:id="_lJ-U_pCXEdyZ_IYYzNAm5A" visible="false" type="ToConstraintCompartment" element="_lJFkEpCXEdyZ_IYYzNAm5A">
669
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lJ-U_5CXEdyZ_IYYzNAm5A"/>
670
+ </children>
671
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lJ-U_JCXEdyZ_IYYzNAm5A" y="847"/>
672
+ </children>
673
+ <children xmi:id="_lJ-VAJCXEdyZ_IYYzNAm5A" type="FromRoleLabel" element="_lJFkEZCXEdyZ_IYYzNAm5A">
674
+ <eAnnotations xmi:id="_lJ-VApCXEdyZ_IYYzNAm5A" source="FromConstraintLabel"/>
675
+ <children xmi:id="_lJ-VA5CXEdyZ_IYYzNAm5A" visible="false" type="FromConstraintCompartment" element="_lJFkEZCXEdyZ_IYYzNAm5A">
676
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lJ-VBJCXEdyZ_IYYzNAm5A"/>
677
+ </children>
678
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lJ-VAZCXEdyZ_IYYzNAm5A" y="847"/>
679
+ </children>
680
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_lJ-U4ZCXEdyZ_IYYzNAm5A" showStereotype="Text"/>
681
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_lJ-U4pCXEdyZ_IYYzNAm5A" points="[57, 5, -323, 5]$[318, 5, -62, 5]"/>
682
+ </edges>
683
+ <edges xmi:id="_wFUoIJCXEdyZ_IYYzNAm5A" element="_wEuyQJCXEdyZ_IYYzNAm5A" source="_pFLmMJCXEdyZ_IYYzNAm5A" target="_s5sZoJCXEdyZ_IYYzNAm5A">
684
+ <children xmi:id="_wFUoI5CXEdyZ_IYYzNAm5A" type="NameLabel" element="_wEuyQJCXEdyZ_IYYzNAm5A">
685
+ <children xmi:id="_wFUoJZCXEdyZ_IYYzNAm5A" type="Stereotype" element="_wEuyQJCXEdyZ_IYYzNAm5A"/>
686
+ <children xmi:id="_wFUoJpCXEdyZ_IYYzNAm5A" type="Name" element="_wEuyQJCXEdyZ_IYYzNAm5A"/>
687
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_wFUoJJCXEdyZ_IYYzNAm5A" y="-148"/>
688
+ </children>
689
+ <children xmi:id="_wFUoJ5CXEdyZ_IYYzNAm5A" type="ToMultiplicityLabel" element="_wEuyQpCXEdyZ_IYYzNAm5A">
690
+ <children xmi:id="_wFUoKZCXEdyZ_IYYzNAm5A" type="ToMultiplicity" element="_wEuyQpCXEdyZ_IYYzNAm5A"/>
691
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_wFUoKJCXEdyZ_IYYzNAm5A" y="318"/>
692
+ </children>
693
+ <children xmi:id="_wFUoKpCXEdyZ_IYYzNAm5A" type="ToRoleLabel" element="_wEuyQpCXEdyZ_IYYzNAm5A">
694
+ <children xmi:id="_wFUoLJCXEdyZ_IYYzNAm5A" type="ToRole" element="_wEuyQpCXEdyZ_IYYzNAm5A"/>
695
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_wFUoK5CXEdyZ_IYYzNAm5A" y="-317"/>
696
+ </children>
697
+ <children xmi:id="_wFUoLZCXEdyZ_IYYzNAm5A" type="FromMultiplicityLabel" element="_wEuyQZCXEdyZ_IYYzNAm5A">
698
+ <children xmi:id="_wFUoL5CXEdyZ_IYYzNAm5A" type="FromMultiplicity" element="_wEuyQZCXEdyZ_IYYzNAm5A"/>
699
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_wFUoLpCXEdyZ_IYYzNAm5A" y="318"/>
700
+ </children>
701
+ <children xmi:id="_wFeZIJCXEdyZ_IYYzNAm5A" type="FromRoleLabel" element="_wEuyQZCXEdyZ_IYYzNAm5A">
702
+ <children xmi:id="_wFeZIpCXEdyZ_IYYzNAm5A" type="FromRole" element="_wEuyQZCXEdyZ_IYYzNAm5A"/>
703
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_wFeZIZCXEdyZ_IYYzNAm5A" x="-571" y="-313"/>
704
+ </children>
705
+ <children xmi:id="_wFeZI5CXEdyZ_IYYzNAm5A" type="ToQualifierLabel" element="_wEuyQpCXEdyZ_IYYzNAm5A">
706
+ <children xmi:id="_wFeZJZCXEdyZ_IYYzNAm5A" type="QualifierCompartment" element="_wEuyQpCXEdyZ_IYYzNAm5A">
707
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_wFeZJpCXEdyZ_IYYzNAm5A"/>
708
+ </children>
709
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_wFeZJJCXEdyZ_IYYzNAm5A" y="-148"/>
710
+ </children>
711
+ <children xmi:id="_wFeZJ5CXEdyZ_IYYzNAm5A" type="FromQualifierLabel" element="_wEuyQZCXEdyZ_IYYzNAm5A">
712
+ <children xmi:id="_wFeZKZCXEdyZ_IYYzNAm5A" type="QualifierCompartment" element="_wEuyQZCXEdyZ_IYYzNAm5A">
713
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_wFeZKpCXEdyZ_IYYzNAm5A"/>
714
+ </children>
715
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_wFeZKJCXEdyZ_IYYzNAm5A" y="-148"/>
716
+ </children>
717
+ <children xmi:id="_wFeZK5CXEdyZ_IYYzNAm5A" type="ToRoleLabel" element="_wEuyQpCXEdyZ_IYYzNAm5A">
718
+ <eAnnotations xmi:id="_wFeZLZCXEdyZ_IYYzNAm5A" source="ToConstraintLabel"/>
719
+ <children xmi:id="_wFeZLpCXEdyZ_IYYzNAm5A" visible="false" type="ToConstraintCompartment" element="_wEuyQpCXEdyZ_IYYzNAm5A">
720
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_wFeZL5CXEdyZ_IYYzNAm5A"/>
721
+ </children>
722
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_wFeZLJCXEdyZ_IYYzNAm5A" y="847"/>
723
+ </children>
724
+ <children xmi:id="_wFeZMJCXEdyZ_IYYzNAm5A" type="FromRoleLabel" element="_wEuyQZCXEdyZ_IYYzNAm5A">
725
+ <eAnnotations xmi:id="_wFeZMpCXEdyZ_IYYzNAm5A" source="FromConstraintLabel"/>
726
+ <children xmi:id="_wFeZM5CXEdyZ_IYYzNAm5A" visible="false" type="FromConstraintCompartment" element="_wEuyQZCXEdyZ_IYYzNAm5A">
727
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_wFeZNJCXEdyZ_IYYzNAm5A"/>
728
+ </children>
729
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_wFeZMZCXEdyZ_IYYzNAm5A" y="847"/>
730
+ </children>
731
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_wFUoIZCXEdyZ_IYYzNAm5A" showStereotype="Text"/>
732
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_wFUoIpCXEdyZ_IYYzNAm5A" points="[94, 2, -301, -13]$[494, 12, 99, -3]"/>
733
+ </edges>
734
+ <edges xmi:id="_9ofSMJCXEdyZ_IYYzNAm5A" element="_9oMXQJCXEdyZ_IYYzNAm5A" source="_2QHWcJCXEdyZ_IYYzNAm5A" target="_3-s_MJCXEdyZ_IYYzNAm5A">
735
+ <children xmi:id="_9ofSM5CXEdyZ_IYYzNAm5A" type="NameLabel" element="_9oMXQJCXEdyZ_IYYzNAm5A">
736
+ <children xmi:id="_9ofSNZCXEdyZ_IYYzNAm5A" type="Stereotype" element="_9oMXQJCXEdyZ_IYYzNAm5A"/>
737
+ <children xmi:id="_9ofSNpCXEdyZ_IYYzNAm5A" type="Name" element="_9oMXQJCXEdyZ_IYYzNAm5A"/>
738
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_9ofSNJCXEdyZ_IYYzNAm5A" y="-148"/>
739
+ </children>
740
+ <children xmi:id="_9ofSN5CXEdyZ_IYYzNAm5A" type="ToMultiplicityLabel" element="_9oMXQpCXEdyZ_IYYzNAm5A">
741
+ <children xmi:id="_9ofSOZCXEdyZ_IYYzNAm5A" type="ToMultiplicity" element="_9oMXQpCXEdyZ_IYYzNAm5A"/>
742
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_9ofSOJCXEdyZ_IYYzNAm5A" y="318"/>
743
+ </children>
744
+ <children xmi:id="_9ofSOpCXEdyZ_IYYzNAm5A" type="ToRoleLabel" element="_9oMXQpCXEdyZ_IYYzNAm5A">
745
+ <children xmi:id="_9ofSPJCXEdyZ_IYYzNAm5A" type="ToRole" element="_9oMXQpCXEdyZ_IYYzNAm5A"/>
746
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_9ofSO5CXEdyZ_IYYzNAm5A" y="-317"/>
747
+ </children>
748
+ <children xmi:id="_9ofSPZCXEdyZ_IYYzNAm5A" type="FromMultiplicityLabel" element="_9oMXQZCXEdyZ_IYYzNAm5A">
749
+ <children xmi:id="_9ofSP5CXEdyZ_IYYzNAm5A" type="FromMultiplicity" element="_9oMXQZCXEdyZ_IYYzNAm5A"/>
750
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_9ofSPpCXEdyZ_IYYzNAm5A" y="318"/>
751
+ </children>
752
+ <children xmi:id="_9ofSQJCXEdyZ_IYYzNAm5A" type="FromRoleLabel" element="_9oMXQZCXEdyZ_IYYzNAm5A">
753
+ <children xmi:id="_9ofSQpCXEdyZ_IYYzNAm5A" type="FromRole" element="_9oMXQZCXEdyZ_IYYzNAm5A"/>
754
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_9ofSQZCXEdyZ_IYYzNAm5A" y="-317"/>
755
+ </children>
756
+ <children xmi:id="_9ofSQ5CXEdyZ_IYYzNAm5A" type="ToQualifierLabel" element="_9oMXQpCXEdyZ_IYYzNAm5A">
757
+ <children xmi:id="_9ofSRZCXEdyZ_IYYzNAm5A" type="QualifierCompartment" element="_9oMXQpCXEdyZ_IYYzNAm5A">
758
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_9ofSRpCXEdyZ_IYYzNAm5A"/>
759
+ </children>
760
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_9ofSRJCXEdyZ_IYYzNAm5A" y="-148"/>
761
+ </children>
762
+ <children xmi:id="_9ofSR5CXEdyZ_IYYzNAm5A" type="FromQualifierLabel" element="_9oMXQZCXEdyZ_IYYzNAm5A">
763
+ <children xmi:id="_9ofSSZCXEdyZ_IYYzNAm5A" type="QualifierCompartment" element="_9oMXQZCXEdyZ_IYYzNAm5A">
764
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_9ofSSpCXEdyZ_IYYzNAm5A"/>
765
+ </children>
766
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_9ofSSJCXEdyZ_IYYzNAm5A" y="-148"/>
767
+ </children>
768
+ <children xmi:id="_9ofSS5CXEdyZ_IYYzNAm5A" type="ToRoleLabel" element="_9oMXQpCXEdyZ_IYYzNAm5A">
769
+ <eAnnotations xmi:id="_9ofSTZCXEdyZ_IYYzNAm5A" source="ToConstraintLabel"/>
770
+ <children xmi:id="_9ofSTpCXEdyZ_IYYzNAm5A" visible="false" type="ToConstraintCompartment" element="_9oMXQpCXEdyZ_IYYzNAm5A">
771
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_9ofST5CXEdyZ_IYYzNAm5A"/>
772
+ </children>
773
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_9ofSTJCXEdyZ_IYYzNAm5A" y="847"/>
774
+ </children>
775
+ <children xmi:id="_9ofSUJCXEdyZ_IYYzNAm5A" type="FromRoleLabel" element="_9oMXQZCXEdyZ_IYYzNAm5A">
776
+ <eAnnotations xmi:id="_9ofSUpCXEdyZ_IYYzNAm5A" source="FromConstraintLabel"/>
777
+ <children xmi:id="_9ofSU5CXEdyZ_IYYzNAm5A" visible="false" type="FromConstraintCompartment" element="_9oMXQZCXEdyZ_IYYzNAm5A">
778
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_9ofSVJCXEdyZ_IYYzNAm5A"/>
779
+ </children>
780
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_9ofSUZCXEdyZ_IYYzNAm5A" y="847"/>
781
+ </children>
782
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_9ofSMZCXEdyZ_IYYzNAm5A" showStereotype="Text"/>
783
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_9ofSMpCXEdyZ_IYYzNAm5A" points="[106, -6, -352, -6]$[344, -6, -114, -6]"/>
784
+ </edges>
785
+ </contents>
786
+ </eAnnotations>
787
+ <ownedComment xmi:id="_Ba7CAJCYEdyZ_IYYzNAm5A" body="When one side of a binavigable association is modified, the other end is automatically modified."/>
788
+ <ownedMember xmi:type="uml:Class" xmi:id="_hxtYkJCXEdyZ_IYYzNAm5A" name="Left Side OneOne">
789
+ <ownedAttribute xmi:id="_lJFkEZCXEdyZ_IYYzNAm5A" name="right" visibility="private" type="_jdUl0JCXEdyZ_IYYzNAm5A" association="_lJFkEJCXEdyZ_IYYzNAm5A"/>
790
+ </ownedMember>
791
+ <ownedMember xmi:type="uml:Class" xmi:id="_jdUl0JCXEdyZ_IYYzNAm5A" name="Right Side OneOne">
792
+ <ownedAttribute xmi:id="_lJFkEpCXEdyZ_IYYzNAm5A" name="left" visibility="private" type="_hxtYkJCXEdyZ_IYYzNAm5A" association="_lJFkEJCXEdyZ_IYYzNAm5A"/>
793
+ </ownedMember>
794
+ <ownedMember xmi:type="uml:Association" xmi:id="_lJFkEJCXEdyZ_IYYzNAm5A" memberEnd="_lJFkEZCXEdyZ_IYYzNAm5A _lJFkEpCXEdyZ_IYYzNAm5A"/>
795
+ <ownedMember xmi:type="uml:Class" xmi:id="_pFB1MJCXEdyZ_IYYzNAm5A" name="Left Side OneMany">
796
+ <ownedAttribute xmi:id="_wEuyQZCXEdyZ_IYYzNAm5A" name="right" visibility="private" type="_s5iooJCXEdyZ_IYYzNAm5A" association="_wEuyQJCXEdyZ_IYYzNAm5A">
797
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_wojRAZCXEdyZ_IYYzNAm5A" value="-1"/>
798
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_wojRAJCXEdyZ_IYYzNAm5A"/>
799
+ </ownedAttribute>
800
+ </ownedMember>
801
+ <ownedMember xmi:type="uml:Class" xmi:id="_s5iooJCXEdyZ_IYYzNAm5A" name="Right Side OneMany">
802
+ <ownedAttribute xmi:id="_wEuyQpCXEdyZ_IYYzNAm5A" name="left" visibility="private" type="_pFB1MJCXEdyZ_IYYzNAm5A" association="_wEuyQJCXEdyZ_IYYzNAm5A"/>
803
+ </ownedMember>
804
+ <ownedMember xmi:type="uml:Association" xmi:id="_wEuyQJCXEdyZ_IYYzNAm5A" memberEnd="_wEuyQZCXEdyZ_IYYzNAm5A _wEuyQpCXEdyZ_IYYzNAm5A"/>
805
+ <ownedMember xmi:type="uml:Class" xmi:id="_2P0bgJCXEdyZ_IYYzNAm5A" name="Left Side ManyMany">
806
+ <ownedAttribute xmi:id="_9oMXQZCXEdyZ_IYYzNAm5A" name="right" visibility="private" type="_3-aEQJCXEdyZ_IYYzNAm5A" association="_9oMXQJCXEdyZ_IYYzNAm5A">
807
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="__ENCQZCXEdyZ_IYYzNAm5A" value="-1"/>
808
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="__ENCQJCXEdyZ_IYYzNAm5A"/>
809
+ </ownedAttribute>
810
+ </ownedMember>
811
+ <ownedMember xmi:type="uml:Class" xmi:id="_3-aEQJCXEdyZ_IYYzNAm5A" name="Right Side ManyMany">
812
+ <ownedAttribute xmi:id="_9oMXQpCXEdyZ_IYYzNAm5A" name="left" visibility="private" type="_2P0bgJCXEdyZ_IYYzNAm5A" association="_9oMXQJCXEdyZ_IYYzNAm5A">
813
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="__l8dYZCXEdyZ_IYYzNAm5A" value="-1"/>
814
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="__l8dYJCXEdyZ_IYYzNAm5A"/>
815
+ </ownedAttribute>
816
+ </ownedMember>
817
+ <ownedMember xmi:type="uml:Association" xmi:id="_9oMXQJCXEdyZ_IYYzNAm5A" memberEnd="_9oMXQZCXEdyZ_IYYzNAm5A _9oMXQpCXEdyZ_IYYzNAm5A"/>
818
+ </ownedMember>
819
+ <ownedMember xmi:type="uml:Package" xmi:id="_qn3WAJBMEdyardL84wfktA" name="Association Composite Demo">
820
+ <eAnnotations xmi:id="_qn3WAZBMEdyardL84wfktA" source="uml2.diagrams" references="_qn3WApBMEdyardL84wfktA">
821
+ <contents xmi:type="notation:Diagram" xmi:id="_qn3WApBMEdyardL84wfktA" type="Freeform" name="Association Composite Demo">
822
+ <children xmi:id="_sGoaEJBMEdyardL84wfktA" sourceEdges="_vYS_IJBMEdyardL84wfktA" element="_sGfQIJBMEdyardL84wfktA">
823
+ <children xmi:id="_sGoaE5BMEdyardL84wfktA" type="ImageCompartment" element="_sGfQIJBMEdyardL84wfktA">
824
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_sGoaFJBMEdyardL84wfktA" width="1320" height="1320"/>
825
+ </children>
826
+ <children xmi:id="_sGoaFZBMEdyardL84wfktA" type="Stereotype" element="_sGfQIJBMEdyardL84wfktA"/>
827
+ <children xmi:id="_sGoaFpBMEdyardL84wfktA" type="Name" element="_sGfQIJBMEdyardL84wfktA"/>
828
+ <children xmi:id="_sGoaF5BMEdyardL84wfktA" type="AttributeCompartment" element="_sGfQIJBMEdyardL84wfktA">
829
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_sGoaGJBMEdyardL84wfktA"/>
830
+ </children>
831
+ <children xmi:id="_sGoaGZBMEdyardL84wfktA" type="OperationCompartment" element="_sGfQIJBMEdyardL84wfktA">
832
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_sGoaGpBMEdyardL84wfktA"/>
833
+ </children>
834
+ <children xmi:id="_sGyLEJBMEdyardL84wfktA" visible="false" type="SignalCompartment" element="_sGfQIJBMEdyardL84wfktA">
835
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_sGyLEZBMEdyardL84wfktA"/>
836
+ </children>
837
+ <children xmi:id="_sGyLEpBMEdyardL84wfktA" visible="false" type="StructureCompartment" element="_sGfQIJBMEdyardL84wfktA">
838
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_sGyLE5BMEdyardL84wfktA"/>
839
+ </children>
840
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_sGoaEZBMEdyardL84wfktA" showStereotype="Label"/>
841
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_sGoaEpBMEdyardL84wfktA" x="318" y="318"/>
842
+ </children>
843
+ <children xmi:id="_tmmYAJBMEdyardL84wfktA" targetEdges="_vYS_IJBMEdyardL84wfktA" element="_tmcnAJBMEdyardL84wfktA">
844
+ <children xmi:id="_tmmYA5BMEdyardL84wfktA" type="ImageCompartment" element="_tmcnAJBMEdyardL84wfktA">
845
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_tmmYBJBMEdyardL84wfktA" width="1320" height="1320"/>
846
+ </children>
847
+ <children xmi:id="_tmmYBZBMEdyardL84wfktA" type="Stereotype" element="_tmcnAJBMEdyardL84wfktA"/>
848
+ <children xmi:id="_tmmYBpBMEdyardL84wfktA" type="Name" element="_tmcnAJBMEdyardL84wfktA"/>
849
+ <children xmi:id="_tmmYB5BMEdyardL84wfktA" type="AttributeCompartment" element="_tmcnAJBMEdyardL84wfktA">
850
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_tmmYCJBMEdyardL84wfktA"/>
851
+ </children>
852
+ <children xmi:id="_tmmYCZBMEdyardL84wfktA" type="OperationCompartment" element="_tmcnAJBMEdyardL84wfktA">
853
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_tmmYCpBMEdyardL84wfktA"/>
854
+ </children>
855
+ <children xmi:id="_tmmYC5BMEdyardL84wfktA" visible="false" type="SignalCompartment" element="_tmcnAJBMEdyardL84wfktA">
856
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_tmmYDJBMEdyardL84wfktA"/>
857
+ </children>
858
+ <children xmi:id="_tmmYDZBMEdyardL84wfktA" visible="false" type="StructureCompartment" element="_tmcnAJBMEdyardL84wfktA">
859
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_tmmYDpBMEdyardL84wfktA"/>
860
+ </children>
861
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_tmmYAZBMEdyardL84wfktA" showStereotype="Label"/>
862
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_tmmYApBMEdyardL84wfktA" x="9540" y="318"/>
863
+ </children>
864
+ <children xmi:id="_oYsTQJBNEdyardL84wfktA" element="_jv3G8JBNEdyardL84wfktA">
865
+ <children xmi:id="_oYsTQ5BNEdyardL84wfktA" type="CommentBody" element="_jv3G8JBNEdyardL84wfktA"/>
866
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_oYsTQZBNEdyardL84wfktA" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
867
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_oYsTQpBNEdyardL84wfktA" x="1590" y="1908" height="941"/>
868
+ </children>
869
+ <children xmi:id="_bLuzkJX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
870
+ <eAnnotations xmi:id="_bLuzkZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
871
+ <children xmi:id="_bLuzkpX8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
872
+ <children xmi:id="_bLuzk5X8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
873
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_bLuzlJX8Edyvcqg0Ap32kQ"/>
874
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_bLuzlZX8Edyvcqg0Ap32kQ" x="318" y="3498" height="735"/>
875
+ </children>
876
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_qn3WA5BMEdyardL84wfktA"/>
877
+ <edges xmi:id="_vYS_IJBMEdyardL84wfktA" element="_vXZnQJBMEdyardL84wfktA" source="_sGoaEJBMEdyardL84wfktA" target="_tmmYAJBMEdyardL84wfktA">
878
+ <children xmi:id="_vYS_I5BMEdyardL84wfktA" type="NameLabel" element="_vXZnQJBMEdyardL84wfktA">
879
+ <children xmi:id="_vYS_JZBMEdyardL84wfktA" type="Stereotype" element="_vXZnQJBMEdyardL84wfktA"/>
880
+ <children xmi:id="_vYS_JpBMEdyardL84wfktA" type="Name" element="_vXZnQJBMEdyardL84wfktA"/>
881
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_vYS_JJBMEdyardL84wfktA" y="-148"/>
882
+ </children>
883
+ <children xmi:id="_vYS_J5BMEdyardL84wfktA" type="ToMultiplicityLabel" element="_vXZnQpBMEdyardL84wfktA">
884
+ <children xmi:id="_vYS_KZBMEdyardL84wfktA" type="ToMultiplicity" element="_vXZnQpBMEdyardL84wfktA"/>
885
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vYS_KJBMEdyardL84wfktA" y="318"/>
886
+ </children>
887
+ <children xmi:id="_vYS_KpBMEdyardL84wfktA" type="ToRoleLabel" element="_vXZnQpBMEdyardL84wfktA">
888
+ <children xmi:id="_vYS_LJBMEdyardL84wfktA" type="ToRole" element="_vXZnQpBMEdyardL84wfktA"/>
889
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vYS_K5BMEdyardL84wfktA" y="-317"/>
890
+ </children>
891
+ <children xmi:id="_vYS_LZBMEdyardL84wfktA" type="FromMultiplicityLabel" element="_vXZnQZBMEdyardL84wfktA">
892
+ <children xmi:id="_vYS_L5BMEdyardL84wfktA" type="FromMultiplicity" element="_vXZnQZBMEdyardL84wfktA"/>
893
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vYS_LpBMEdyardL84wfktA" y="318"/>
894
+ </children>
895
+ <children xmi:id="_vYS_MJBMEdyardL84wfktA" type="FromRoleLabel" element="_vXZnQZBMEdyardL84wfktA">
896
+ <children xmi:id="_vYS_MpBMEdyardL84wfktA" type="FromRole" element="_vXZnQZBMEdyardL84wfktA"/>
897
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vYS_MZBMEdyardL84wfktA" x="-770" y="-316"/>
898
+ </children>
899
+ <children xmi:id="_vYS_M5BMEdyardL84wfktA" type="ToQualifierLabel" element="_vXZnQpBMEdyardL84wfktA">
900
+ <children xmi:id="_vYS_NZBMEdyardL84wfktA" type="QualifierCompartment" element="_vXZnQpBMEdyardL84wfktA">
901
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_vYS_NpBMEdyardL84wfktA"/>
902
+ </children>
903
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vYS_NJBMEdyardL84wfktA" y="-148"/>
904
+ </children>
905
+ <children xmi:id="_vYS_N5BMEdyardL84wfktA" type="FromQualifierLabel" element="_vXZnQZBMEdyardL84wfktA">
906
+ <children xmi:id="_vYS_OZBMEdyardL84wfktA" type="QualifierCompartment" element="_vXZnQZBMEdyardL84wfktA">
907
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_vYS_OpBMEdyardL84wfktA"/>
908
+ </children>
909
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vYS_OJBMEdyardL84wfktA" y="-148"/>
910
+ </children>
911
+ <children xmi:id="_vYS_O5BMEdyardL84wfktA" type="ToRoleLabel" element="_vXZnQpBMEdyardL84wfktA">
912
+ <eAnnotations xmi:id="_vYS_PZBMEdyardL84wfktA" source="ToConstraintLabel"/>
913
+ <children xmi:id="_vYS_PpBMEdyardL84wfktA" visible="false" type="ToConstraintCompartment" element="_vXZnQpBMEdyardL84wfktA">
914
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_vYS_P5BMEdyardL84wfktA"/>
915
+ </children>
916
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vYS_PJBMEdyardL84wfktA" y="847"/>
917
+ </children>
918
+ <children xmi:id="_vYS_QJBMEdyardL84wfktA" type="FromRoleLabel" element="_vXZnQZBMEdyardL84wfktA">
919
+ <eAnnotations xmi:id="_vYS_QpBMEdyardL84wfktA" source="FromConstraintLabel"/>
920
+ <children xmi:id="_vYS_Q5BMEdyardL84wfktA" visible="false" type="FromConstraintCompartment" element="_vXZnQZBMEdyardL84wfktA">
921
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_vYS_RJBMEdyardL84wfktA"/>
922
+ </children>
923
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vYS_QZBMEdyardL84wfktA" y="847"/>
924
+ </children>
925
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_vYS_IZBMEdyardL84wfktA" showStereotype="Text"/>
926
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_vYS_IpBMEdyardL84wfktA" points="[98, 4, -269, 4]$[295, 16, -72, 16]"/>
927
+ </edges>
928
+ </contents>
929
+ </eAnnotations>
930
+ <ownedComment xmi:id="_jv3G8JBNEdyardL84wfktA" body="A createAndAdd method is added in generated code for every composition."/>
931
+ <ownedMember xmi:type="uml:Class" xmi:id="_sGfQIJBMEdyardL84wfktA" name="My Composite Class">
932
+ <ownedAttribute xmi:id="_vXZnQZBMEdyardL84wfktA" name="my composante class" visibility="private" type="_tmcnAJBMEdyardL84wfktA" association="_vXZnQJBMEdyardL84wfktA" aggregation="composite">
933
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_vXZnRJBMEdyardL84wfktA" value="-1"/>
934
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_vXZnQ5BMEdyardL84wfktA"/>
935
+ </ownedAttribute>
936
+ </ownedMember>
937
+ <ownedMember xmi:type="uml:Class" xmi:id="_tmcnAJBMEdyardL84wfktA" name="My Composante Class"/>
938
+ <ownedMember xmi:type="uml:Association" xmi:id="_vXZnQJBMEdyardL84wfktA" memberEnd="_vXZnQZBMEdyardL84wfktA _vXZnQpBMEdyardL84wfktA">
939
+ <ownedEnd xmi:id="_vXZnQpBMEdyardL84wfktA" visibility="private" type="_sGfQIJBMEdyardL84wfktA" association="_vXZnQJBMEdyardL84wfktA"/>
940
+ </ownedMember>
941
+ </ownedMember>
942
+ <ownedMember xmi:type="uml:Package" xmi:id="_-hKbsJBMEdyardL84wfktA" name="Association Simple Demo">
943
+ <eAnnotations xmi:id="_-hKbsZBMEdyardL84wfktA" source="uml2.diagrams" references="_-hKbspBMEdyardL84wfktA">
944
+ <contents xmi:type="notation:Diagram" xmi:id="_-hKbspBMEdyardL84wfktA" type="Freeform" name="Association Simple Demo">
945
+ <children xmi:id="_AO_PcJBNEdyardL84wfktA" sourceEdges="_E02AQJBNEdyardL84wfktA" element="_AOsUgJBNEdyardL84wfktA">
946
+ <children xmi:id="_AO_Pc5BNEdyardL84wfktA" type="ImageCompartment" element="_AOsUgJBNEdyardL84wfktA">
947
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_AO_PdJBNEdyardL84wfktA" width="1320" height="1320"/>
948
+ </children>
949
+ <children xmi:id="_AO_PdZBNEdyardL84wfktA" type="Stereotype" element="_AOsUgJBNEdyardL84wfktA"/>
950
+ <children xmi:id="_AO_PdpBNEdyardL84wfktA" type="Name" element="_AOsUgJBNEdyardL84wfktA"/>
951
+ <children xmi:id="_AO_Pd5BNEdyardL84wfktA" type="AttributeCompartment" element="_AOsUgJBNEdyardL84wfktA">
952
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_AO_PeJBNEdyardL84wfktA"/>
953
+ </children>
954
+ <children xmi:id="_AO_PeZBNEdyardL84wfktA" type="OperationCompartment" element="_AOsUgJBNEdyardL84wfktA">
955
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_AO_PepBNEdyardL84wfktA"/>
956
+ </children>
957
+ <children xmi:id="_AO_Pe5BNEdyardL84wfktA" visible="false" type="SignalCompartment" element="_AOsUgJBNEdyardL84wfktA">
958
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_AO_PfJBNEdyardL84wfktA"/>
959
+ </children>
960
+ <children xmi:id="_AO_PfZBNEdyardL84wfktA" visible="false" type="StructureCompartment" element="_AOsUgJBNEdyardL84wfktA">
961
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_AO_PfpBNEdyardL84wfktA"/>
962
+ </children>
963
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_AO_PcZBNEdyardL84wfktA" showStereotype="Label"/>
964
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_AO_PcpBNEdyardL84wfktA" x="318" y="318" width="3579"/>
965
+ </children>
966
+ <children xmi:id="_BFFJ8JBNEdyardL84wfktA" targetEdges="_E02AQJBNEdyardL84wfktA" element="_BDcLMJBNEdyardL84wfktA">
967
+ <children xmi:id="_BFFJ85BNEdyardL84wfktA" type="ImageCompartment" element="_BDcLMJBNEdyardL84wfktA">
968
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_BFFJ9JBNEdyardL84wfktA" width="1320" height="1320"/>
969
+ </children>
970
+ <children xmi:id="_BFFJ9ZBNEdyardL84wfktA" type="Stereotype" element="_BDcLMJBNEdyardL84wfktA"/>
971
+ <children xmi:id="_BFFJ9pBNEdyardL84wfktA" type="Name" element="_BDcLMJBNEdyardL84wfktA"/>
972
+ <children xmi:id="_BFFJ95BNEdyardL84wfktA" type="AttributeCompartment" element="_BDcLMJBNEdyardL84wfktA">
973
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_BFFJ-JBNEdyardL84wfktA"/>
974
+ </children>
975
+ <children xmi:id="_BFFJ-ZBNEdyardL84wfktA" type="OperationCompartment" element="_BDcLMJBNEdyardL84wfktA">
976
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_BFFJ-pBNEdyardL84wfktA"/>
977
+ </children>
978
+ <children xmi:id="_BFFJ-5BNEdyardL84wfktA" visible="false" type="SignalCompartment" element="_BDcLMJBNEdyardL84wfktA">
979
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_BFFJ_JBNEdyardL84wfktA"/>
980
+ </children>
981
+ <children xmi:id="_BFFJ_ZBNEdyardL84wfktA" visible="false" type="StructureCompartment" element="_BDcLMJBNEdyardL84wfktA">
982
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_BFFJ_pBNEdyardL84wfktA"/>
983
+ </children>
984
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_BFFJ8ZBNEdyardL84wfktA" showStereotype="Label"/>
985
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_BFFJ8pBNEdyardL84wfktA" x="12084" y="318" width="5484"/>
986
+ </children>
987
+ <children xmi:id="_F0nbMJBNEdyardL84wfktA" sourceEdges="_JS8jQJBNEdyardL84wfktA" element="_F0UgQJBNEdyardL84wfktA">
988
+ <children xmi:id="_F0nbM5BNEdyardL84wfktA" type="ImageCompartment" element="_F0UgQJBNEdyardL84wfktA">
989
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_F0nbNJBNEdyardL84wfktA" width="1320" height="1320"/>
990
+ </children>
991
+ <children xmi:id="_F0nbNZBNEdyardL84wfktA" type="Stereotype" element="_F0UgQJBNEdyardL84wfktA"/>
992
+ <children xmi:id="_F0nbNpBNEdyardL84wfktA" type="Name" element="_F0UgQJBNEdyardL84wfktA"/>
993
+ <children xmi:id="_F0nbN5BNEdyardL84wfktA" type="AttributeCompartment" element="_F0UgQJBNEdyardL84wfktA">
994
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_F0nbOJBNEdyardL84wfktA"/>
995
+ </children>
996
+ <children xmi:id="_F0nbOZBNEdyardL84wfktA" type="OperationCompartment" element="_F0UgQJBNEdyardL84wfktA">
997
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_F0nbOpBNEdyardL84wfktA"/>
998
+ </children>
999
+ <children xmi:id="_F0nbO5BNEdyardL84wfktA" visible="false" type="SignalCompartment" element="_F0UgQJBNEdyardL84wfktA">
1000
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_F0nbPJBNEdyardL84wfktA"/>
1001
+ </children>
1002
+ <children xmi:id="_F0nbPZBNEdyardL84wfktA" visible="false" type="StructureCompartment" element="_F0UgQJBNEdyardL84wfktA">
1003
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_F0nbPpBNEdyardL84wfktA"/>
1004
+ </children>
1005
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_F0nbMZBNEdyardL84wfktA" showStereotype="Label"/>
1006
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_F0nbMpBNEdyardL84wfktA" x="318" y="3498" width="3578"/>
1007
+ </children>
1008
+ <children xmi:id="_HPNw8JBNEdyardL84wfktA" targetEdges="_JS8jQJBNEdyardL84wfktA" element="_HO62AJBNEdyardL84wfktA">
1009
+ <children xmi:id="_HPNw85BNEdyardL84wfktA" type="ImageCompartment" element="_HO62AJBNEdyardL84wfktA">
1010
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_HPNw9JBNEdyardL84wfktA" width="1320" height="1320"/>
1011
+ </children>
1012
+ <children xmi:id="_HPNw9ZBNEdyardL84wfktA" type="Stereotype" element="_HO62AJBNEdyardL84wfktA"/>
1013
+ <children xmi:id="_HPNw9pBNEdyardL84wfktA" type="Name" element="_HO62AJBNEdyardL84wfktA"/>
1014
+ <children xmi:id="_HPNw95BNEdyardL84wfktA" type="AttributeCompartment" element="_HO62AJBNEdyardL84wfktA">
1015
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_HPNw-JBNEdyardL84wfktA"/>
1016
+ </children>
1017
+ <children xmi:id="_HPNw-ZBNEdyardL84wfktA" type="OperationCompartment" element="_HO62AJBNEdyardL84wfktA">
1018
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_HPNw-pBNEdyardL84wfktA"/>
1019
+ </children>
1020
+ <children xmi:id="_HPNw-5BNEdyardL84wfktA" visible="false" type="SignalCompartment" element="_HO62AJBNEdyardL84wfktA">
1021
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_HPNw_JBNEdyardL84wfktA"/>
1022
+ </children>
1023
+ <children xmi:id="_HPNw_ZBNEdyardL84wfktA" visible="false" type="StructureCompartment" element="_HO62AJBNEdyardL84wfktA">
1024
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_HPNw_pBNEdyardL84wfktA"/>
1025
+ </children>
1026
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_HPNw8ZBNEdyardL84wfktA" showStereotype="Label"/>
1027
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_HPNw8pBNEdyardL84wfktA" x="12084" y="3498" width="5484"/>
1028
+ </children>
1029
+ <children xmi:id="_MkTmUJBNEdyardL84wfktA" sourceEdges="_QanwkJBNEdyardL84wfktA" element="_MkAEUJBNEdyardL84wfktA">
1030
+ <children xmi:id="_MkTmU5BNEdyardL84wfktA" type="ImageCompartment" element="_MkAEUJBNEdyardL84wfktA">
1031
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_MkTmVJBNEdyardL84wfktA" width="1320" height="1320"/>
1032
+ </children>
1033
+ <children xmi:id="_MkTmVZBNEdyardL84wfktA" type="Stereotype" element="_MkAEUJBNEdyardL84wfktA"/>
1034
+ <children xmi:id="_MkTmVpBNEdyardL84wfktA" type="Name" element="_MkAEUJBNEdyardL84wfktA"/>
1035
+ <children xmi:id="_MkTmV5BNEdyardL84wfktA" type="AttributeCompartment" element="_MkAEUJBNEdyardL84wfktA">
1036
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_MkTmWJBNEdyardL84wfktA"/>
1037
+ </children>
1038
+ <children xmi:id="_MkTmWZBNEdyardL84wfktA" type="OperationCompartment" element="_MkAEUJBNEdyardL84wfktA">
1039
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_MkTmWpBNEdyardL84wfktA"/>
1040
+ </children>
1041
+ <children xmi:id="_MkTmW5BNEdyardL84wfktA" visible="false" type="SignalCompartment" element="_MkAEUJBNEdyardL84wfktA">
1042
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_MkTmXJBNEdyardL84wfktA"/>
1043
+ </children>
1044
+ <children xmi:id="_MkTmXZBNEdyardL84wfktA" visible="false" type="StructureCompartment" element="_MkAEUJBNEdyardL84wfktA">
1045
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_MkTmXpBNEdyardL84wfktA"/>
1046
+ </children>
1047
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_MkTmUZBNEdyardL84wfktA" showStereotype="Label"/>
1048
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_MkTmUpBNEdyardL84wfktA" x="318" y="1908" width="3579"/>
1049
+ </children>
1050
+ <children xmi:id="_N4M3IJBNEdyardL84wfktA" targetEdges="_QanwkJBNEdyardL84wfktA" element="_N4DGIJBNEdyardL84wfktA">
1051
+ <children xmi:id="_N4M3I5BNEdyardL84wfktA" type="ImageCompartment" element="_N4DGIJBNEdyardL84wfktA">
1052
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_N4M3JJBNEdyardL84wfktA" width="1320" height="1320"/>
1053
+ </children>
1054
+ <children xmi:id="_N4M3JZBNEdyardL84wfktA" type="Stereotype" element="_N4DGIJBNEdyardL84wfktA"/>
1055
+ <children xmi:id="_N4M3JpBNEdyardL84wfktA" type="Name" element="_N4DGIJBNEdyardL84wfktA"/>
1056
+ <children xmi:id="_N4M3J5BNEdyardL84wfktA" type="AttributeCompartment" element="_N4DGIJBNEdyardL84wfktA">
1057
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_N4M3KJBNEdyardL84wfktA"/>
1058
+ </children>
1059
+ <children xmi:id="_N4M3KZBNEdyardL84wfktA" type="OperationCompartment" element="_N4DGIJBNEdyardL84wfktA">
1060
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_N4M3KpBNEdyardL84wfktA"/>
1061
+ </children>
1062
+ <children xmi:id="_N4M3K5BNEdyardL84wfktA" visible="false" type="SignalCompartment" element="_N4DGIJBNEdyardL84wfktA">
1063
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_N4M3LJBNEdyardL84wfktA"/>
1064
+ </children>
1065
+ <children xmi:id="_N4M3LZBNEdyardL84wfktA" visible="false" type="StructureCompartment" element="_N4DGIJBNEdyardL84wfktA">
1066
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_N4M3LpBNEdyardL84wfktA"/>
1067
+ </children>
1068
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_N4M3IZBNEdyardL84wfktA" showStereotype="Label"/>
1069
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_N4M3IpBNEdyardL84wfktA" x="12084" y="1908" width="5483"/>
1070
+ </children>
1071
+ <children xmi:id="_YCoq0JBNEdyardL84wfktA" type="Note">
1072
+ <children xmi:id="_YCoq05BNEdyardL84wfktA" type="DiagramName"/>
1073
+ <children xmi:id="_YCoq1JBNEdyardL84wfktA" type="Description"/>
1074
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_YCoq0ZBNEdyardL84wfktA" description="Aggregation and association generated code are identical." fillColor="13369343" lineColor="6737151"/>
1075
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YCoq0pBNEdyardL84wfktA" x="5088" y="4770" width="5396"/>
1076
+ </children>
1077
+ <children xmi:id="_djt-oJX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
1078
+ <eAnnotations xmi:id="_djt-oZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
1079
+ <children xmi:id="_djt-opX8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
1080
+ <children xmi:id="_djt-o5X8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
1081
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_djt-pJX8Edyvcqg0Ap32kQ"/>
1082
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_djt-pZX8Edyvcqg0Ap32kQ" x="318" y="6360" height="735"/>
1083
+ </children>
1084
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_-hKbs5BMEdyardL84wfktA"/>
1085
+ <edges xmi:id="_E02AQJBNEdyardL84wfktA" element="_E0PjUJBNEdyardL84wfktA" source="_AO_PcJBNEdyardL84wfktA" target="_BFFJ8JBNEdyardL84wfktA">
1086
+ <children xmi:id="_E02AQ5BNEdyardL84wfktA" type="NameLabel" element="_E0PjUJBNEdyardL84wfktA">
1087
+ <children xmi:id="_E02ARZBNEdyardL84wfktA" type="Stereotype" element="_E0PjUJBNEdyardL84wfktA"/>
1088
+ <children xmi:id="_E02ARpBNEdyardL84wfktA" type="Name" element="_E0PjUJBNEdyardL84wfktA"/>
1089
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_E02ARJBNEdyardL84wfktA" y="-148"/>
1090
+ </children>
1091
+ <children xmi:id="_E02AR5BNEdyardL84wfktA" type="ToMultiplicityLabel" element="_E0PjUpBNEdyardL84wfktA">
1092
+ <children xmi:id="_E02ASZBNEdyardL84wfktA" type="ToMultiplicity" element="_E0PjUpBNEdyardL84wfktA"/>
1093
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_E02ASJBNEdyardL84wfktA" y="318"/>
1094
+ </children>
1095
+ <children xmi:id="_E02ASpBNEdyardL84wfktA" type="ToRoleLabel" element="_E0PjUpBNEdyardL84wfktA">
1096
+ <children xmi:id="_E02ATJBNEdyardL84wfktA" type="ToRole" element="_E0PjUpBNEdyardL84wfktA"/>
1097
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_E02AS5BNEdyardL84wfktA" y="-317"/>
1098
+ </children>
1099
+ <children xmi:id="_E02ATZBNEdyardL84wfktA" type="FromMultiplicityLabel" element="_E0PjUZBNEdyardL84wfktA">
1100
+ <children xmi:id="_E02AT5BNEdyardL84wfktA" type="FromMultiplicity" element="_E0PjUZBNEdyardL84wfktA"/>
1101
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_E02ATpBNEdyardL84wfktA" y="318"/>
1102
+ </children>
1103
+ <children xmi:id="_E02AUJBNEdyardL84wfktA" type="FromRoleLabel" element="_E0PjUZBNEdyardL84wfktA">
1104
+ <children xmi:id="_E02AUpBNEdyardL84wfktA" type="FromRole" element="_E0PjUZBNEdyardL84wfktA"/>
1105
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_E02AUZBNEdyardL84wfktA" x="-1049" y="-316"/>
1106
+ </children>
1107
+ <children xmi:id="_E02AU5BNEdyardL84wfktA" type="ToQualifierLabel" element="_E0PjUpBNEdyardL84wfktA">
1108
+ <children xmi:id="_E02AVZBNEdyardL84wfktA" type="QualifierCompartment" element="_E0PjUpBNEdyardL84wfktA">
1109
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_E02AVpBNEdyardL84wfktA"/>
1110
+ </children>
1111
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_E02AVJBNEdyardL84wfktA" y="-148"/>
1112
+ </children>
1113
+ <children xmi:id="_E02AV5BNEdyardL84wfktA" type="FromQualifierLabel" element="_E0PjUZBNEdyardL84wfktA">
1114
+ <children xmi:id="_E02AWZBNEdyardL84wfktA" type="QualifierCompartment" element="_E0PjUZBNEdyardL84wfktA">
1115
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_E02AWpBNEdyardL84wfktA"/>
1116
+ </children>
1117
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_E02AWJBNEdyardL84wfktA" y="-148"/>
1118
+ </children>
1119
+ <children xmi:id="_E02AW5BNEdyardL84wfktA" type="ToRoleLabel" element="_E0PjUpBNEdyardL84wfktA">
1120
+ <eAnnotations xmi:id="_E02AXZBNEdyardL84wfktA" source="ToConstraintLabel"/>
1121
+ <children xmi:id="_E02AXpBNEdyardL84wfktA" visible="false" type="ToConstraintCompartment" element="_E0PjUpBNEdyardL84wfktA">
1122
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_E02AX5BNEdyardL84wfktA"/>
1123
+ </children>
1124
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_E02AXJBNEdyardL84wfktA" y="847"/>
1125
+ </children>
1126
+ <children xmi:id="_E02AYJBNEdyardL84wfktA" type="FromRoleLabel" element="_E0PjUZBNEdyardL84wfktA">
1127
+ <eAnnotations xmi:id="_E02AYpBNEdyardL84wfktA" source="FromConstraintLabel"/>
1128
+ <children xmi:id="_E02AY5BNEdyardL84wfktA" visible="false" type="FromConstraintCompartment" element="_E0PjUZBNEdyardL84wfktA">
1129
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_E02AZJBNEdyardL84wfktA"/>
1130
+ </children>
1131
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_E02AYZBNEdyardL84wfktA" y="847"/>
1132
+ </children>
1133
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_E02AQZBNEdyardL84wfktA" showStereotype="Text"/>
1134
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_E02AQpBNEdyardL84wfktA" points="[57, -6, -401, -6]$[349, -6, -109, -6]"/>
1135
+ </edges>
1136
+ <edges xmi:id="_JS8jQJBNEdyardL84wfktA" element="_JSpBQJBNEdyardL84wfktA" source="_F0nbMJBNEdyardL84wfktA" target="_HPNw8JBNEdyardL84wfktA">
1137
+ <children xmi:id="_JS8jQ5BNEdyardL84wfktA" type="NameLabel" element="_JSpBQJBNEdyardL84wfktA">
1138
+ <children xmi:id="_JS8jRZBNEdyardL84wfktA" type="Stereotype" element="_JSpBQJBNEdyardL84wfktA"/>
1139
+ <children xmi:id="_JS8jRpBNEdyardL84wfktA" type="Name" element="_JSpBQJBNEdyardL84wfktA"/>
1140
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JS8jRJBNEdyardL84wfktA" y="-148"/>
1141
+ </children>
1142
+ <children xmi:id="_JS8jR5BNEdyardL84wfktA" type="ToMultiplicityLabel" element="_JSpBQpBNEdyardL84wfktA">
1143
+ <children xmi:id="_JS8jSZBNEdyardL84wfktA" type="ToMultiplicity" element="_JSpBQpBNEdyardL84wfktA"/>
1144
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JS8jSJBNEdyardL84wfktA" y="318"/>
1145
+ </children>
1146
+ <children xmi:id="_JS8jSpBNEdyardL84wfktA" type="ToRoleLabel" element="_JSpBQpBNEdyardL84wfktA">
1147
+ <children xmi:id="_JS8jTJBNEdyardL84wfktA" type="ToRole" element="_JSpBQpBNEdyardL84wfktA"/>
1148
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JS8jS5BNEdyardL84wfktA" y="-317"/>
1149
+ </children>
1150
+ <children xmi:id="_JS8jTZBNEdyardL84wfktA" type="FromMultiplicityLabel" element="_JSpBQZBNEdyardL84wfktA">
1151
+ <children xmi:id="_JS8jT5BNEdyardL84wfktA" type="FromMultiplicity" element="_JSpBQZBNEdyardL84wfktA"/>
1152
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JS8jTpBNEdyardL84wfktA" y="318"/>
1153
+ </children>
1154
+ <children xmi:id="_JS8jUJBNEdyardL84wfktA" type="FromRoleLabel" element="_JSpBQZBNEdyardL84wfktA">
1155
+ <children xmi:id="_JS8jUpBNEdyardL84wfktA" type="FromRole" element="_JSpBQZBNEdyardL84wfktA"/>
1156
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JS8jUZBNEdyardL84wfktA" x="-478" y="-313"/>
1157
+ </children>
1158
+ <children xmi:id="_JS8jU5BNEdyardL84wfktA" type="ToQualifierLabel" element="_JSpBQpBNEdyardL84wfktA">
1159
+ <children xmi:id="_JS8jVZBNEdyardL84wfktA" type="QualifierCompartment" element="_JSpBQpBNEdyardL84wfktA">
1160
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JS8jVpBNEdyardL84wfktA"/>
1161
+ </children>
1162
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JS8jVJBNEdyardL84wfktA" y="-148"/>
1163
+ </children>
1164
+ <children xmi:id="_JS8jV5BNEdyardL84wfktA" type="FromQualifierLabel" element="_JSpBQZBNEdyardL84wfktA">
1165
+ <children xmi:id="_JS8jWZBNEdyardL84wfktA" type="QualifierCompartment" element="_JSpBQZBNEdyardL84wfktA">
1166
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JS8jWpBNEdyardL84wfktA"/>
1167
+ </children>
1168
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JS8jWJBNEdyardL84wfktA" y="-148"/>
1169
+ </children>
1170
+ <children xmi:id="_JS8jW5BNEdyardL84wfktA" type="ToRoleLabel" element="_JSpBQpBNEdyardL84wfktA">
1171
+ <eAnnotations xmi:id="_JS8jXZBNEdyardL84wfktA" source="ToConstraintLabel"/>
1172
+ <children xmi:id="_JS8jXpBNEdyardL84wfktA" visible="false" type="ToConstraintCompartment" element="_JSpBQpBNEdyardL84wfktA">
1173
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JS8jX5BNEdyardL84wfktA"/>
1174
+ </children>
1175
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JS8jXJBNEdyardL84wfktA" y="847"/>
1176
+ </children>
1177
+ <children xmi:id="_JS8jYJBNEdyardL84wfktA" type="FromRoleLabel" element="_JSpBQZBNEdyardL84wfktA">
1178
+ <eAnnotations xmi:id="_JS8jYpBNEdyardL84wfktA" source="FromConstraintLabel"/>
1179
+ <children xmi:id="_JS8jY5BNEdyardL84wfktA" visible="false" type="FromConstraintCompartment" element="_JSpBQZBNEdyardL84wfktA">
1180
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JS8jZJBNEdyardL84wfktA"/>
1181
+ </children>
1182
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JS8jYZBNEdyardL84wfktA" y="847"/>
1183
+ </children>
1184
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_JS8jQZBNEdyardL84wfktA" showStereotype="Text"/>
1185
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_JS8jQpBNEdyardL84wfktA" points="[64, 1, -534, 1]$[493, 1, -105, 1]"/>
1186
+ </edges>
1187
+ <edges xmi:id="_QanwkJBNEdyardL84wfktA" element="_QZ4JsJBNEdyardL84wfktA" source="_MkTmUJBNEdyardL84wfktA" target="_N4M3IJBNEdyardL84wfktA">
1188
+ <children xmi:id="_Qanwk5BNEdyardL84wfktA" type="NameLabel" element="_QZ4JsJBNEdyardL84wfktA">
1189
+ <children xmi:id="_QanwlZBNEdyardL84wfktA" type="Stereotype" element="_QZ4JsJBNEdyardL84wfktA"/>
1190
+ <children xmi:id="_QanwlpBNEdyardL84wfktA" type="Name" element="_QZ4JsJBNEdyardL84wfktA"/>
1191
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_QanwlJBNEdyardL84wfktA" y="-148"/>
1192
+ </children>
1193
+ <children xmi:id="_Qanwl5BNEdyardL84wfktA" type="ToMultiplicityLabel" element="_QZ4JspBNEdyardL84wfktA">
1194
+ <children xmi:id="_QanwmZBNEdyardL84wfktA" type="ToMultiplicity" element="_QZ4JspBNEdyardL84wfktA"/>
1195
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_QanwmJBNEdyardL84wfktA" y="318"/>
1196
+ </children>
1197
+ <children xmi:id="_QanwmpBNEdyardL84wfktA" type="ToRoleLabel" element="_QZ4JspBNEdyardL84wfktA">
1198
+ <children xmi:id="_QanwnJBNEdyardL84wfktA" type="ToRole" element="_QZ4JspBNEdyardL84wfktA"/>
1199
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_Qanwm5BNEdyardL84wfktA" y="-317"/>
1200
+ </children>
1201
+ <children xmi:id="_QanwnZBNEdyardL84wfktA" type="FromMultiplicityLabel" element="_QZ4JsZBNEdyardL84wfktA">
1202
+ <children xmi:id="_Qanwn5BNEdyardL84wfktA" type="FromMultiplicity" element="_QZ4JsZBNEdyardL84wfktA"/>
1203
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_QanwnpBNEdyardL84wfktA" y="318"/>
1204
+ </children>
1205
+ <children xmi:id="_QanwoJBNEdyardL84wfktA" type="FromRoleLabel" element="_QZ4JsZBNEdyardL84wfktA">
1206
+ <children xmi:id="_QanwopBNEdyardL84wfktA" type="FromRole" element="_QZ4JsZBNEdyardL84wfktA"/>
1207
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_QanwoZBNEdyardL84wfktA" x="-988" y="-313"/>
1208
+ </children>
1209
+ <children xmi:id="_Qanwo5BNEdyardL84wfktA" type="ToQualifierLabel" element="_QZ4JspBNEdyardL84wfktA">
1210
+ <children xmi:id="_QanwpZBNEdyardL84wfktA" type="QualifierCompartment" element="_QZ4JspBNEdyardL84wfktA">
1211
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_QanwppBNEdyardL84wfktA"/>
1212
+ </children>
1213
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_QanwpJBNEdyardL84wfktA" y="-148"/>
1214
+ </children>
1215
+ <children xmi:id="_Qanwp5BNEdyardL84wfktA" type="FromQualifierLabel" element="_QZ4JsZBNEdyardL84wfktA">
1216
+ <children xmi:id="_QanwqZBNEdyardL84wfktA" type="QualifierCompartment" element="_QZ4JsZBNEdyardL84wfktA">
1217
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_QanwqpBNEdyardL84wfktA"/>
1218
+ </children>
1219
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_QanwqJBNEdyardL84wfktA" y="-148"/>
1220
+ </children>
1221
+ <children xmi:id="_Qanwq5BNEdyardL84wfktA" type="ToRoleLabel" element="_QZ4JspBNEdyardL84wfktA">
1222
+ <eAnnotations xmi:id="_QanwrZBNEdyardL84wfktA" source="ToConstraintLabel"/>
1223
+ <children xmi:id="_QanwrpBNEdyardL84wfktA" visible="false" type="ToConstraintCompartment" element="_QZ4JspBNEdyardL84wfktA">
1224
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Qanwr5BNEdyardL84wfktA"/>
1225
+ </children>
1226
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_QanwrJBNEdyardL84wfktA" y="847"/>
1227
+ </children>
1228
+ <children xmi:id="_QanwsJBNEdyardL84wfktA" type="FromRoleLabel" element="_QZ4JsZBNEdyardL84wfktA">
1229
+ <eAnnotations xmi:id="_QanwspBNEdyardL84wfktA" source="FromConstraintLabel"/>
1230
+ <children xmi:id="_Qanws5BNEdyardL84wfktA" visible="false" type="FromConstraintCompartment" element="_QZ4JsZBNEdyardL84wfktA">
1231
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_QanwtJBNEdyardL84wfktA"/>
1232
+ </children>
1233
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_QanwsZBNEdyardL84wfktA" y="847"/>
1234
+ </children>
1235
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_QanwkZBNEdyardL84wfktA" showStereotype="Text"/>
1236
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_QanwkpBNEdyardL84wfktA" points="[78, -2, -520, -2]$[478, -2, -120, -2]"/>
1237
+ </edges>
1238
+ </contents>
1239
+ </eAnnotations>
1240
+ <ownedMember xmi:type="uml:Class" xmi:id="_AOsUgJBNEdyardL84wfktA" name="My Class">
1241
+ <ownedAttribute xmi:id="_E0PjUZBNEdyardL84wfktA" name="my associatiated class" visibility="private" type="_BDcLMJBNEdyardL84wfktA" association="_E0PjUJBNEdyardL84wfktA">
1242
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_E0PjVJBNEdyardL84wfktA" value="1"/>
1243
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_E0PjU5BNEdyardL84wfktA"/>
1244
+ </ownedAttribute>
1245
+ </ownedMember>
1246
+ <ownedMember xmi:type="uml:Class" xmi:id="_BDcLMJBNEdyardL84wfktA" name="My Associatiated Class"/>
1247
+ <ownedMember xmi:type="uml:Association" xmi:id="_E0PjUJBNEdyardL84wfktA" memberEnd="_E0PjUZBNEdyardL84wfktA _E0PjUpBNEdyardL84wfktA">
1248
+ <ownedEnd xmi:id="_E0PjUpBNEdyardL84wfktA" visibility="private" type="_AOsUgJBNEdyardL84wfktA" association="_E0PjUJBNEdyardL84wfktA"/>
1249
+ </ownedMember>
1250
+ <ownedMember xmi:type="uml:Class" xmi:id="_F0UgQJBNEdyardL84wfktA" name="My Class 2">
1251
+ <ownedAttribute xmi:id="_JSpBQZBNEdyardL84wfktA" name="my associated class 2" visibility="private" type="_HO62AJBNEdyardL84wfktA" association="_JSpBQJBNEdyardL84wfktA" aggregation="shared">
1252
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_JSpBRJBNEdyardL84wfktA" value="-1"/>
1253
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_JSpBQ5BNEdyardL84wfktA"/>
1254
+ </ownedAttribute>
1255
+ </ownedMember>
1256
+ <ownedMember xmi:type="uml:Class" xmi:id="_HO62AJBNEdyardL84wfktA" name="My Associated Class 2"/>
1257
+ <ownedMember xmi:type="uml:Association" xmi:id="_JSpBQJBNEdyardL84wfktA" memberEnd="_JSpBQZBNEdyardL84wfktA _JSpBQpBNEdyardL84wfktA">
1258
+ <ownedEnd xmi:id="_JSpBQpBNEdyardL84wfktA" visibility="private" type="_F0UgQJBNEdyardL84wfktA" association="_JSpBQJBNEdyardL84wfktA"/>
1259
+ </ownedMember>
1260
+ <ownedMember xmi:type="uml:Class" xmi:id="_MkAEUJBNEdyardL84wfktA" name="My Class Multi">
1261
+ <ownedAttribute xmi:id="_QZ4JsZBNEdyardL84wfktA" name="my associated class multi" visibility="private" type="_N4DGIJBNEdyardL84wfktA" association="_QZ4JsJBNEdyardL84wfktA">
1262
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_QZ4JtJBNEdyardL84wfktA" value="-1"/>
1263
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_QZ4Js5BNEdyardL84wfktA"/>
1264
+ </ownedAttribute>
1265
+ </ownedMember>
1266
+ <ownedMember xmi:type="uml:Class" xmi:id="_N4DGIJBNEdyardL84wfktA" name="My Associated Class Multi"/>
1267
+ <ownedMember xmi:type="uml:Association" xmi:id="_QZ4JsJBNEdyardL84wfktA" memberEnd="_QZ4JsZBNEdyardL84wfktA _QZ4JspBNEdyardL84wfktA">
1268
+ <ownedEnd xmi:id="_QZ4JspBNEdyardL84wfktA" visibility="private" type="_MkAEUJBNEdyardL84wfktA" association="_QZ4JsJBNEdyardL84wfktA"/>
1269
+ </ownedMember>
1270
+ </ownedMember>
1271
+ <ownedMember xmi:type="uml:Package" xmi:id="_YZ54IJBJEdyardL84wfktA" name="Collection Demo">
1272
+ <eAnnotations xmi:id="_YZ54IZBJEdyardL84wfktA" source="uml2.diagrams" references="_YZ54IpBJEdyardL84wfktA">
1273
+ <contents xmi:type="notation:Diagram" xmi:id="_YZ54IpBJEdyardL84wfktA" type="Freeform" name="Collection Demo">
1274
+ <children xmi:id="_qtd5oJBKEdyardL84wfktA" element="_fD7gIJBJEdyardL84wfktA">
1275
+ <children xmi:id="_qtnDkJBKEdyardL84wfktA" type="ImageCompartment" element="_fD7gIJBJEdyardL84wfktA">
1276
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_qtnDkZBKEdyardL84wfktA" width="1320" height="1320"/>
1277
+ </children>
1278
+ <children xmi:id="_qtnDkpBKEdyardL84wfktA" type="Stereotype" element="_fD7gIJBJEdyardL84wfktA"/>
1279
+ <children xmi:id="_qtnDk5BKEdyardL84wfktA" type="Name" element="_fD7gIJBJEdyardL84wfktA"/>
1280
+ <children xmi:id="_qtnDlJBKEdyardL84wfktA" type="AttributeCompartment" element="_fD7gIJBJEdyardL84wfktA">
1281
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_qtnDlZBKEdyardL84wfktA"/>
1282
+ </children>
1283
+ <children xmi:id="_qtnDlpBKEdyardL84wfktA" type="OperationCompartment" element="_fD7gIJBJEdyardL84wfktA">
1284
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_qtnDl5BKEdyardL84wfktA"/>
1285
+ </children>
1286
+ <children xmi:id="_qtnDmJBKEdyardL84wfktA" visible="false" type="SignalCompartment" element="_fD7gIJBJEdyardL84wfktA">
1287
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_qtnDmZBKEdyardL84wfktA"/>
1288
+ </children>
1289
+ <children xmi:id="_qtnDmpBKEdyardL84wfktA" visible="false" type="StructureCompartment" element="_fD7gIJBJEdyardL84wfktA">
1290
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_qtnDm5BKEdyardL84wfktA"/>
1291
+ </children>
1292
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_qtd5oZBKEdyardL84wfktA" showListSignature="true" showStereotype="Label"/>
1293
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_qtd5opBKEdyardL84wfktA" x="318" y="318"/>
1294
+ </children>
1295
+ <children xmi:id="_WJRnYJBLEdyardL84wfktA" element="_WJH2YJBLEdyardL84wfktA">
1296
+ <children xmi:id="_WJRnY5BLEdyardL84wfktA" type="CommentBody" element="_WJH2YJBLEdyardL84wfktA"/>
1297
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_WJRnYZBLEdyardL84wfktA" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
1298
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_WJRnYpBLEdyardL84wfktA" x="7632" y="318" width="6979" height="1576"/>
1299
+ </children>
1300
+ <children xmi:id="_hoCvsJX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
1301
+ <eAnnotations xmi:id="_hoCvsZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
1302
+ <children xmi:id="_hoCvspX8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
1303
+ <children xmi:id="_hoCvs5X8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
1304
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_hoCvtJX8Edyvcqg0Ap32kQ"/>
1305
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hoCvtZX8Edyvcqg0Ap32kQ" x="318" y="2862" height="735"/>
1306
+ </children>
1307
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_YZ54I5BJEdyardL84wfktA"/>
1308
+ </contents>
1309
+ </eAnnotations>
1310
+ <ownedComment xmi:id="_WJH2YJBLEdyardL84wfktA" body="Cardinality has been set to '*' for the attribute, the operation parameter and the return parameter."/>
1311
+ <ownedMember xmi:type="uml:Class" xmi:id="_fD7gIJBJEdyardL84wfktA" name="Collection Demo">
1312
+ <ownedAttribute xmi:id="_gYHr4JBJEdyardL84wfktA" name="my Set Of String" visibility="private">
1313
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1314
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_wqClwZBKEdyardL84wfktA" value="-1"/>
1315
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_wqClwJBKEdyardL84wfktA"/>
1316
+ </ownedAttribute>
1317
+ <ownedOperation xmi:id="_lCSU8JBJEdyardL84wfktA" name="my Operation">
1318
+ <ownedParameter xmi:id="_mNsYIJBJEdyardL84wfktA" name="a Set Of String" effect="read">
1319
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1320
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_tNeNsZBJEdyardL84wfktA" value="-1"/>
1321
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_tNeNsJBJEdyardL84wfktA"/>
1322
+ </ownedParameter>
1323
+ </ownedOperation>
1324
+ <ownedOperation xmi:id="_QIYb8JBLEdyardL84wfktA" name="my Operation 2">
1325
+ <returnResult xmi:id="_SOVb0JBLEdyardL84wfktA" name="ReturnResultParameter1" direction="return">
1326
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1327
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_VUq6oZBLEdyardL84wfktA" value="-1"/>
1328
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_VUq6oJBLEdyardL84wfktA"/>
1329
+ </returnResult>
1330
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1331
+ </ownedOperation>
1332
+ </ownedMember>
1333
+ </ownedMember>
1334
+ <ownedMember xmi:type="uml:Package" xmi:id="_wWVcEJBJEdyardL84wfktA" name="Collection Ordered Demo">
1335
+ <eAnnotations xmi:id="_wWVcEZBJEdyardL84wfktA" source="uml2.diagrams" references="_wWVcEpBJEdyardL84wfktA">
1336
+ <contents xmi:type="notation:Diagram" xmi:id="_wWVcEpBJEdyardL84wfktA" type="Freeform" name="Collection Ordered Demo">
1337
+ <children xmi:id="_2pJogJBKEdyardL84wfktA" element="_wWVcFJBJEdyardL84wfktA">
1338
+ <children xmi:id="_2pJog5BKEdyardL84wfktA" type="ImageCompartment" element="_wWVcFJBJEdyardL84wfktA">
1339
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_2pJohJBKEdyardL84wfktA" width="1320" height="1320"/>
1340
+ </children>
1341
+ <children xmi:id="_2pJohZBKEdyardL84wfktA" type="Stereotype" element="_wWVcFJBJEdyardL84wfktA"/>
1342
+ <children xmi:id="_2pJohpBKEdyardL84wfktA" type="Name" element="_wWVcFJBJEdyardL84wfktA"/>
1343
+ <children xmi:id="_2pJoh5BKEdyardL84wfktA" type="AttributeCompartment" element="_wWVcFJBJEdyardL84wfktA">
1344
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_2pJoiJBKEdyardL84wfktA"/>
1345
+ </children>
1346
+ <children xmi:id="_2pJoiZBKEdyardL84wfktA" type="OperationCompartment" element="_wWVcFJBJEdyardL84wfktA">
1347
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_2pJoipBKEdyardL84wfktA"/>
1348
+ </children>
1349
+ <children xmi:id="_2pJoi5BKEdyardL84wfktA" visible="false" type="SignalCompartment" element="_wWVcFJBJEdyardL84wfktA">
1350
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_2pJojJBKEdyardL84wfktA"/>
1351
+ </children>
1352
+ <children xmi:id="_2pJojZBKEdyardL84wfktA" visible="false" type="StructureCompartment" element="_wWVcFJBJEdyardL84wfktA">
1353
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_2pJojpBKEdyardL84wfktA"/>
1354
+ </children>
1355
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_2pJogZBKEdyardL84wfktA" showListSignature="true" showStereotype="Label"/>
1356
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_2pJogpBKEdyardL84wfktA" x="318" y="954"/>
1357
+ </children>
1358
+ <children xmi:id="_H_b-4JBLEdyardL84wfktA" element="_H_SN4JBLEdyardL84wfktA">
1359
+ <children xmi:id="_H_b-45BLEdyardL84wfktA" type="CommentBody" element="_H_SN4JBLEdyardL84wfktA"/>
1360
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_H_b-4ZBLEdyardL84wfktA" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
1361
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_H_b-4pBLEdyardL84wfktA" x="7314" y="954" width="8571" height="1576"/>
1362
+ </children>
1363
+ <children xmi:id="_i2uJUJX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
1364
+ <eAnnotations xmi:id="_i2uJUZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
1365
+ <children xmi:id="_i2uJUpX8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
1366
+ <children xmi:id="_i2uJU5X8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
1367
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_i2uJVJX8Edyvcqg0Ap32kQ"/>
1368
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_i2uJVZX8Edyvcqg0Ap32kQ" x="318" y="3180" height="735"/>
1369
+ </children>
1370
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_wWVcE5BJEdyardL84wfktA"/>
1371
+ </contents>
1372
+ </eAnnotations>
1373
+ <ownedComment xmi:id="_H_SN4JBLEdyardL84wfktA" body="isOrdered property has been set to true, for the attribute, the parameter and the return parameter"/>
1374
+ <ownedMember xmi:type="uml:Class" xmi:id="_wWVcFJBJEdyardL84wfktA" name="Collection Demo">
1375
+ <ownedAttribute xmi:id="_wWVcFZBJEdyardL84wfktA" name="my List Of String" visibility="private" isOrdered="true">
1376
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1377
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_3jaRUZBKEdyardL84wfktA" value="-1"/>
1378
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_3jaRUJBKEdyardL84wfktA"/>
1379
+ </ownedAttribute>
1380
+ <ownedOperation xmi:id="_wWVcFpBJEdyardL84wfktA" name="my Operation">
1381
+ <ownedParameter xmi:id="_wWVcF5BJEdyardL84wfktA" name="a List Of String" isOrdered="true" effect="read">
1382
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1383
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_wWVcGJBJEdyardL84wfktA" value="-1"/>
1384
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_wWVcGZBJEdyardL84wfktA"/>
1385
+ </ownedParameter>
1386
+ </ownedOperation>
1387
+ <ownedOperation xmi:id="_-WXy4JBKEdyardL84wfktA" name="my Operation Bis" isOrdered="true">
1388
+ <returnResult xmi:id="_Aa2MEJBLEdyardL84wfktA" name="ReturnResultParameter1" isOrdered="true" direction="return">
1389
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1390
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_Cnzy4ZBLEdyardL84wfktA" value="-1"/>
1391
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_Cnzy4JBLEdyardL84wfktA"/>
1392
+ </returnResult>
1393
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1394
+ </ownedOperation>
1395
+ </ownedMember>
1396
+ </ownedMember>
1397
+ <ownedMember xmi:type="uml:Package" xmi:id="_KXzn0JB0EdyardL84wfktA" name="Constructor Demo">
1398
+ <eAnnotations xmi:id="_KXzn0ZB0EdyardL84wfktA" source="uml2.diagrams" references="_KXzn0pB0EdyardL84wfktA">
1399
+ <contents xmi:type="notation:Diagram" xmi:id="_KXzn0pB0EdyardL84wfktA" type="Freeform" name="Constructor Demo">
1400
+ <children xmi:id="_Qb1m0JB0EdyardL84wfktA" targetEdges="_ZRL24JB0EdyardL84wfktA" element="_MHuGQJB0EdyardL84wfktA">
1401
+ <children xmi:id="_Qb1m05B0EdyardL84wfktA" type="ImageCompartment" element="_MHuGQJB0EdyardL84wfktA">
1402
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_Qb1m1JB0EdyardL84wfktA" width="1320" height="1320"/>
1403
+ </children>
1404
+ <children xmi:id="_Qb1m1ZB0EdyardL84wfktA" type="Stereotype" element="_MHuGQJB0EdyardL84wfktA"/>
1405
+ <children xmi:id="_Qb1m1pB0EdyardL84wfktA" type="Name" element="_MHuGQJB0EdyardL84wfktA"/>
1406
+ <children xmi:id="_Qb1m15B0EdyardL84wfktA" type="AttributeCompartment" element="_MHuGQJB0EdyardL84wfktA">
1407
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Qb1m2JB0EdyardL84wfktA"/>
1408
+ </children>
1409
+ <children xmi:id="_Qb1m2ZB0EdyardL84wfktA" type="OperationCompartment" element="_MHuGQJB0EdyardL84wfktA">
1410
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Qb1m2pB0EdyardL84wfktA"/>
1411
+ </children>
1412
+ <children xmi:id="_Qb1m25B0EdyardL84wfktA" visible="false" type="SignalCompartment" element="_MHuGQJB0EdyardL84wfktA">
1413
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Qb1m3JB0EdyardL84wfktA"/>
1414
+ </children>
1415
+ <children xmi:id="_Qb1m3ZB0EdyardL84wfktA" visible="false" type="StructureCompartment" element="_MHuGQJB0EdyardL84wfktA">
1416
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_Qb1m3pB0EdyardL84wfktA"/>
1417
+ </children>
1418
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_Qb1m0ZB0EdyardL84wfktA" showListSignature="true" showStereotype="Label"/>
1419
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Qb1m0pB0EdyardL84wfktA" x="954" y="636" width="8656" height="1625"/>
1420
+ </children>
1421
+ <children xmi:id="_ZRCF4JB0EdyardL84wfktA" sourceEdges="_ZRL24JB0EdyardL84wfktA" element="_ZQ478JB0EdyardL84wfktA">
1422
+ <children xmi:id="_ZRCF45B0EdyardL84wfktA" type="CommentBody" element="_ZQ478JB0EdyardL84wfktA"/>
1423
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_ZRCF4ZB0EdyardL84wfktA" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
1424
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ZRCF4pB0EdyardL84wfktA" x="10812" y="636" width="6984"/>
1425
+ </children>
1426
+ <children xmi:id="_kmxxsJX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
1427
+ <eAnnotations xmi:id="_kmxxsZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
1428
+ <children xmi:id="_kmxxspX8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
1429
+ <children xmi:id="_kmxxs5X8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
1430
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_kmxxtJX8Edyvcqg0Ap32kQ"/>
1431
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_kmxxtZX8Edyvcqg0Ap32kQ" x="954" y="2862" height="735"/>
1432
+ </children>
1433
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_KXzn05B0EdyardL84wfktA"/>
1434
+ <edges xmi:id="_ZRL24JB0EdyardL84wfktA" type="Reference" source="_ZRCF4JB0EdyardL84wfktA" target="_Qb1m0JB0EdyardL84wfktA">
1435
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_ZRL24ZB0EdyardL84wfktA" showStereotype="Text"/>
1436
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_ZRL24pB0EdyardL84wfktA" points="[3, 0, -243, -67]$[382, 105, 136, 38]"/>
1437
+ </edges>
1438
+ </contents>
1439
+ </eAnnotations>
1440
+ <ownedMember xmi:type="uml:Class" xmi:id="_MHuGQJB0EdyardL84wfktA" name="My Class">
1441
+ <ownedComment xmi:id="_ZQ478JB0EdyardL84wfktA" body="A method is a constructor if it carries stereotype &lt;&lt;create>>" annotatedElement="_MHuGQJB0EdyardL84wfktA"/>
1442
+ <ownedOperation xmi:id="_NWip0JB0EdyardL84wfktA" name="My Constructor">
1443
+ <eAnnotations xmi:id="_PykAUJB0EdyardL84wfktA" source="appliedStereotypes">
1444
+ <contents xmi:type="Basic_0:Basic__Create" xmi:id="_PykAUZB0EdyardL84wfktA"/>
1445
+ </eAnnotations>
1446
+ </ownedOperation>
1447
+ <ownedOperation xmi:id="_RX4_YJB0EdyardL84wfktA" name="My Other Constructor">
1448
+ <eAnnotations xmi:id="_TPsOgJB0EdyardL84wfktA" source="appliedStereotypes">
1449
+ <contents xmi:type="Basic_0:Basic__Create" xmi:id="_TPsOgZB0EdyardL84wfktA"/>
1450
+ </eAnnotations>
1451
+ <ownedParameter xmi:id="_VO8wgJB0EdyardL84wfktA" name="a String" effect="read">
1452
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1453
+ </ownedParameter>
1454
+ </ownedOperation>
1455
+ </ownedMember>
1456
+ </ownedMember>
1457
+ <ownedMember xmi:type="uml:Package" xmi:id="_SKujoJBKEdyardL84wfktA" name="Custom DataType Demo">
1458
+ <eAnnotations xmi:id="_SKujoZBKEdyardL84wfktA" source="uml2.diagrams" references="_SKujopBKEdyardL84wfktA">
1459
+ <contents xmi:type="notation:Diagram" xmi:id="_SKujopBKEdyardL84wfktA" type="Freeform" name="Custom DataType Demo">
1460
+ <children xmi:id="_cfv2sJBKEdyardL84wfktA" element="_XN7-0JBKEdyardL84wfktA">
1461
+ <children xmi:id="_cfv2s5BKEdyardL84wfktA" type="ImageCompartment" element="_XN7-0JBKEdyardL84wfktA">
1462
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_cfv2tJBKEdyardL84wfktA" width="1320" height="1320"/>
1463
+ </children>
1464
+ <children xmi:id="_cfv2tZBKEdyardL84wfktA" type="Stereotype" element="_XN7-0JBKEdyardL84wfktA"/>
1465
+ <children xmi:id="_cfv2tpBKEdyardL84wfktA" type="Name" element="_XN7-0JBKEdyardL84wfktA"/>
1466
+ <children xmi:id="_cfv2t5BKEdyardL84wfktA" type="AttributeCompartment" element="_XN7-0JBKEdyardL84wfktA">
1467
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_cfv2uJBKEdyardL84wfktA"/>
1468
+ </children>
1469
+ <children xmi:id="_cfv2uZBKEdyardL84wfktA" type="OperationCompartment" element="_XN7-0JBKEdyardL84wfktA">
1470
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_cfv2upBKEdyardL84wfktA"/>
1471
+ </children>
1472
+ <children xmi:id="_cfv2u5BKEdyardL84wfktA" visible="false" type="SignalCompartment" element="_XN7-0JBKEdyardL84wfktA">
1473
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_cfv2vJBKEdyardL84wfktA"/>
1474
+ </children>
1475
+ <children xmi:id="_cfv2vZBKEdyardL84wfktA" visible="false" type="StructureCompartment" element="_XN7-0JBKEdyardL84wfktA">
1476
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_cfv2vpBKEdyardL84wfktA"/>
1477
+ </children>
1478
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_cfv2sZBKEdyardL84wfktA" showStereotype="Label"/>
1479
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_cfv2spBKEdyardL84wfktA" x="318" y="954"/>
1480
+ </children>
1481
+ <children xmi:id="_c5hooJBKEdyardL84wfktA" element="_VTJtIJBKEdyardL84wfktA">
1482
+ <children xmi:id="_c5hoo5BKEdyardL84wfktA" type="ImageCompartment" element="_VTJtIJBKEdyardL84wfktA">
1483
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_c5hopJBKEdyardL84wfktA" width="1320" height="1320"/>
1484
+ </children>
1485
+ <children xmi:id="_c5hopZBKEdyardL84wfktA" type="Stereotype" element="_VTJtIJBKEdyardL84wfktA"/>
1486
+ <children xmi:id="_c5hoppBKEdyardL84wfktA" type="Kind" element="_VTJtIJBKEdyardL84wfktA"/>
1487
+ <children xmi:id="_c5hop5BKEdyardL84wfktA" type="Name" element="_VTJtIJBKEdyardL84wfktA"/>
1488
+ <children xmi:id="_c5hoqJBKEdyardL84wfktA" visible="false" type="AttributeCompartment" element="_VTJtIJBKEdyardL84wfktA">
1489
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_c5hoqZBKEdyardL84wfktA"/>
1490
+ </children>
1491
+ <children xmi:id="_c5rZoJBKEdyardL84wfktA" visible="false" type="OperationCompartment" element="_VTJtIJBKEdyardL84wfktA">
1492
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_c5rZoZBKEdyardL84wfktA"/>
1493
+ </children>
1494
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_c5hooZBKEdyardL84wfktA" showStereotype="Label"/>
1495
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_c5hoopBKEdyardL84wfktA" x="318" y="2862"/>
1496
+ </children>
1497
+ <children xmi:id="_fW4b4JBKEdyardL84wfktA" element="_fWuq4JBKEdyardL84wfktA">
1498
+ <children xmi:id="_fW4b45BKEdyardL84wfktA" type="CommentBody" element="_fWuq4JBKEdyardL84wfktA"/>
1499
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_fW4b4ZBKEdyardL84wfktA" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
1500
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_fW4b4pBKEdyardL84wfktA" x="318" y="4134" width="7931"/>
1501
+ </children>
1502
+ <children xmi:id="_O0xd8JX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
1503
+ <eAnnotations xmi:id="_O0xd9ZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
1504
+ <children xmi:id="_O0xd85X8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
1505
+ <children xmi:id="_O0xd9JX8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
1506
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_O0xd8ZX8Edyvcqg0Ap32kQ"/>
1507
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_O0xd8pX8Edyvcqg0Ap32kQ" x="318" y="6360" height="735"/>
1508
+ </children>
1509
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_SKujo5BKEdyardL84wfktA"/>
1510
+ </contents>
1511
+ </eAnnotations>
1512
+ <ownedComment xmi:id="_fWuq4JBKEdyardL84wfktA" body="My Custom Datatype is mapped to your desired type in a configuration file. In this demo, My Custom Type is a long."/>
1513
+ <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_VTJtIJBKEdyardL84wfktA" name="My Custom Datatype"/>
1514
+ <ownedMember xmi:type="uml:Class" xmi:id="_XN7-0JBKEdyardL84wfktA" name="My Class">
1515
+ <ownedAttribute xmi:id="_YxCJQJBKEdyardL84wfktA" name="a Data Of Custom Datatype" visibility="private" type="_VTJtIJBKEdyardL84wfktA"/>
1516
+ </ownedMember>
1517
+ </ownedMember>
1518
+ <ownedMember xmi:type="uml:Package" xmi:id="_9I2sUJBJEdyardL84wfktA" name="Enumeration Demo">
1519
+ <eAnnotations xmi:id="_9I2sUZBJEdyardL84wfktA" source="uml2.diagrams" references="_9I2sUpBJEdyardL84wfktA">
1520
+ <contents xmi:type="notation:Diagram" xmi:id="_9I2sUpBJEdyardL84wfktA" type="Freeform" name="Enumeration Demo">
1521
+ <children xmi:id="_iGOj8JVhEdyFDMarjK_sbQ" element="_G5NzIJBKEdyardL84wfktA">
1522
+ <children xmi:id="_iGYU8JVhEdyFDMarjK_sbQ" type="ImageCompartment" element="_G5NzIJBKEdyardL84wfktA">
1523
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_iGYU8ZVhEdyFDMarjK_sbQ" width="1320" height="1320"/>
1524
+ </children>
1525
+ <children xmi:id="_iGYU8pVhEdyFDMarjK_sbQ" type="Stereotype" element="_G5NzIJBKEdyardL84wfktA"/>
1526
+ <children xmi:id="_iGYU85VhEdyFDMarjK_sbQ" type="Name" element="_G5NzIJBKEdyardL84wfktA"/>
1527
+ <children xmi:id="_iGYU9JVhEdyFDMarjK_sbQ" type="AttributeCompartment" element="_G5NzIJBKEdyardL84wfktA">
1528
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_iGYU9ZVhEdyFDMarjK_sbQ"/>
1529
+ </children>
1530
+ <children xmi:id="_iGYU9pVhEdyFDMarjK_sbQ" type="OperationCompartment" element="_G5NzIJBKEdyardL84wfktA">
1531
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_iGYU95VhEdyFDMarjK_sbQ"/>
1532
+ </children>
1533
+ <children xmi:id="_iGYU-JVhEdyFDMarjK_sbQ" visible="false" type="SignalCompartment" element="_G5NzIJBKEdyardL84wfktA">
1534
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_iGYU-ZVhEdyFDMarjK_sbQ"/>
1535
+ </children>
1536
+ <children xmi:id="_iGYU-pVhEdyFDMarjK_sbQ" visible="false" type="StructureCompartment" element="_G5NzIJBKEdyardL84wfktA">
1537
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_iGYU-5VhEdyFDMarjK_sbQ"/>
1538
+ </children>
1539
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_iGOj8ZVhEdyFDMarjK_sbQ" showStereotype="Label"/>
1540
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_iGOj8pVhEdyFDMarjK_sbQ" x="954" y="954"/>
1541
+ </children>
1542
+ <children xmi:id="_ivXAgJVhEdyFDMarjK_sbQ" element="__KWqAJBJEdyardL84wfktA">
1543
+ <children xmi:id="_ivXAg5VhEdyFDMarjK_sbQ" type="ImageCompartment" element="__KWqAJBJEdyardL84wfktA">
1544
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_ivXAhJVhEdyFDMarjK_sbQ" width="1320" height="1320"/>
1545
+ </children>
1546
+ <children xmi:id="_ivXAhZVhEdyFDMarjK_sbQ" type="Stereotype" element="__KWqAJBJEdyardL84wfktA"/>
1547
+ <children xmi:id="_ivXAhpVhEdyFDMarjK_sbQ" type="Kind" element="__KWqAJBJEdyardL84wfktA"/>
1548
+ <children xmi:id="_ivXAh5VhEdyFDMarjK_sbQ" type="Name" element="__KWqAJBJEdyardL84wfktA"/>
1549
+ <children xmi:id="_ivXAiJVhEdyFDMarjK_sbQ" type="EnumerationCompartment" element="__KWqAJBJEdyardL84wfktA">
1550
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_ivXAiZVhEdyFDMarjK_sbQ"/>
1551
+ </children>
1552
+ <children xmi:id="_ivXAipVhEdyFDMarjK_sbQ" visible="false" type="AttributeCompartment" element="__KWqAJBJEdyardL84wfktA">
1553
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_ivXAi5VhEdyFDMarjK_sbQ"/>
1554
+ </children>
1555
+ <children xmi:id="_ivgKcJVhEdyFDMarjK_sbQ" visible="false" type="OperationCompartment" element="__KWqAJBJEdyardL84wfktA">
1556
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_ivgKcZVhEdyFDMarjK_sbQ"/>
1557
+ </children>
1558
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_ivXAgZVhEdyFDMarjK_sbQ" showStereotype="Label"/>
1559
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ivXAgpVhEdyFDMarjK_sbQ" x="6360" y="318"/>
1560
+ </children>
1561
+ <children xmi:id="_m4qUwJX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
1562
+ <eAnnotations xmi:id="_m4qUwZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
1563
+ <children xmi:id="_m4qUwpX8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
1564
+ <children xmi:id="_m4qUw5X8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
1565
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_m4qUxJX8Edyvcqg0Ap32kQ"/>
1566
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_m4qUxZX8Edyvcqg0Ap32kQ" x="954" y="2862" height="735"/>
1567
+ </children>
1568
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_9I2sU5BJEdyardL84wfktA"/>
1569
+ </contents>
1570
+ </eAnnotations>
1571
+ <ownedMember xmi:type="uml:Enumeration" xmi:id="__KWqAJBJEdyardL84wfktA" name="Color">
1572
+ <ownedLiteral xmi:id="_Dr4UcJBKEdyardL84wfktA" name="blue">
1573
+ <ownedComment xmi:id="_IawbkJCQEdy_jveRlkQIBQ" body="The blue color." annotatedElement="_Dr4UcJBKEdyardL84wfktA">
1574
+ <eAnnotations xmi:id="_Ia5lgJCQEdy_jveRlkQIBQ" source="appliedStereotypes">
1575
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_Ia5lgZCQEdy_jveRlkQIBQ"/>
1576
+ </eAnnotations>
1577
+ </ownedComment>
1578
+ </ownedLiteral>
1579
+ <ownedLiteral xmi:id="_C8Mj8JBKEdyardL84wfktA" name="green">
1580
+ <ownedComment xmi:id="_JOnhcJCQEdy_jveRlkQIBQ" body="The green color." annotatedElement="_C8Mj8JBKEdyardL84wfktA">
1581
+ <eAnnotations xmi:id="_JOnhcZCQEdy_jveRlkQIBQ" source="appliedStereotypes">
1582
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_JOnhcpCQEdy_jveRlkQIBQ"/>
1583
+ </eAnnotations>
1584
+ </ownedComment>
1585
+ </ownedLiteral>
1586
+ <ownedLiteral xmi:id="_Bn2nMJBKEdyardL84wfktA" name="red">
1587
+ <ownedComment xmi:id="_KCB7YJCQEdy_jveRlkQIBQ" body="The red color.&#xD;&#xA;&#xD;&#xA;cf: http://en.wikipedia.org/wiki/Red" annotatedElement="_Bn2nMJBKEdyardL84wfktA">
1588
+ <eAnnotations xmi:id="_KCB7YZCQEdy_jveRlkQIBQ" source="appliedStereotypes">
1589
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_KCB7YpCQEdy_jveRlkQIBQ"/>
1590
+ </eAnnotations>
1591
+ </ownedComment>
1592
+ </ownedLiteral>
1593
+ </ownedMember>
1594
+ <ownedMember xmi:type="uml:Class" xmi:id="_G5NzIJBKEdyardL84wfktA" name="Triangle">
1595
+ <ownedAttribute xmi:id="_JsUz8JBKEdyardL84wfktA" name="background color" visibility="private" type="__KWqAJBJEdyardL84wfktA"/>
1596
+ </ownedMember>
1597
+ </ownedMember>
1598
+ <ownedMember xmi:type="uml:Package" xmi:id="_xo3eIJBNEdyardL84wfktA" name="Exception Demo">
1599
+ <eAnnotations xmi:id="_xo3eIZBNEdyardL84wfktA" source="uml2.diagrams" references="_xo3eIpBNEdyardL84wfktA">
1600
+ <contents xmi:type="notation:Diagram" xmi:id="_xo3eIpBNEdyardL84wfktA" type="Freeform" name="Exception Demo">
1601
+ <children xmi:id="_zFP8kJBNEdyardL84wfktA" element="_zFGyoJBNEdyardL84wfktA">
1602
+ <children xmi:id="_zFP8k5BNEdyardL84wfktA" type="ImageCompartment" element="_zFGyoJBNEdyardL84wfktA">
1603
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_zFP8lJBNEdyardL84wfktA" width="1320" height="1320"/>
1604
+ </children>
1605
+ <children xmi:id="_zFP8lZBNEdyardL84wfktA" type="Stereotype" element="_zFGyoJBNEdyardL84wfktA"/>
1606
+ <children xmi:id="_zFP8lpBNEdyardL84wfktA" type="Name" element="_zFGyoJBNEdyardL84wfktA"/>
1607
+ <children xmi:id="_zFP8l5BNEdyardL84wfktA" type="AttributeCompartment" element="_zFGyoJBNEdyardL84wfktA">
1608
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_zFP8mJBNEdyardL84wfktA"/>
1609
+ </children>
1610
+ <children xmi:id="_zFP8mZBNEdyardL84wfktA" type="OperationCompartment" element="_zFGyoJBNEdyardL84wfktA">
1611
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_zFP8mpBNEdyardL84wfktA"/>
1612
+ </children>
1613
+ <children xmi:id="_zFZtkJBNEdyardL84wfktA" visible="false" type="SignalCompartment" element="_zFGyoJBNEdyardL84wfktA">
1614
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_zFZtkZBNEdyardL84wfktA"/>
1615
+ </children>
1616
+ <children xmi:id="_zFZtkpBNEdyardL84wfktA" visible="false" type="StructureCompartment" element="_zFGyoJBNEdyardL84wfktA">
1617
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_zFZtk5BNEdyardL84wfktA"/>
1618
+ </children>
1619
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_zFP8kZBNEdyardL84wfktA" showListSignature="true" showStereotype="Label"/>
1620
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_zFP8kpBNEdyardL84wfktA" x="318" y="636"/>
1621
+ </children>
1622
+ <children xmi:id="_0XNTsJBNEdyardL84wfktA" sourceEdges="_mTdugZCBEdyardL84wfktA" element="_0W6YwJBNEdyardL84wfktA">
1623
+ <children xmi:id="_0XNTs5BNEdyardL84wfktA" type="ImageCompartment" element="_0W6YwJBNEdyardL84wfktA">
1624
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_0XNTtJBNEdyardL84wfktA" width="1320" height="1320"/>
1625
+ </children>
1626
+ <children xmi:id="_0XNTtZBNEdyardL84wfktA" type="Stereotype" element="_0W6YwJBNEdyardL84wfktA"/>
1627
+ <children xmi:id="_0XNTtpBNEdyardL84wfktA" type="Name" element="_0W6YwJBNEdyardL84wfktA"/>
1628
+ <children xmi:id="_0XNTt5BNEdyardL84wfktA" type="AttributeCompartment" element="_0W6YwJBNEdyardL84wfktA">
1629
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_0XNTuJBNEdyardL84wfktA"/>
1630
+ </children>
1631
+ <children xmi:id="_0XNTuZBNEdyardL84wfktA" type="OperationCompartment" element="_0W6YwJBNEdyardL84wfktA">
1632
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_0XNTupBNEdyardL84wfktA"/>
1633
+ </children>
1634
+ <children xmi:id="_0XNTu5BNEdyardL84wfktA" visible="false" type="SignalCompartment" element="_0W6YwJBNEdyardL84wfktA">
1635
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_0XNTvJBNEdyardL84wfktA"/>
1636
+ </children>
1637
+ <children xmi:id="_0XNTvZBNEdyardL84wfktA" visible="false" type="StructureCompartment" element="_0W6YwJBNEdyardL84wfktA">
1638
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_0XNTvpBNEdyardL84wfktA"/>
1639
+ </children>
1640
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_0XNTsZBNEdyardL84wfktA" showStereotype="Label"/>
1641
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_0XNTspBNEdyardL84wfktA" x="7314" y="636"/>
1642
+ </children>
1643
+ <children xmi:id="_Ew_lkZBOEdyardL84wfktA" element="_Ew_lkJBOEdyardL84wfktA">
1644
+ <children xmi:id="_Ew_llJBOEdyardL84wfktA" type="CommentBody" element="_Ew_lkJBOEdyardL84wfktA"/>
1645
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_Ew_lkpBOEdyardL84wfktA" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
1646
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Ew_lk5BOEdyardL84wfktA" x="318" y="2862" width="13350" height="941"/>
1647
+ </children>
1648
+ <children xmi:id="_TOzS8JBOEdyardL84wfktA" element="_TOqJAJBOEdyardL84wfktA">
1649
+ <children xmi:id="_TOzS85BOEdyardL84wfktA" type="CommentBody" element="_TOqJAJBOEdyardL84wfktA"/>
1650
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_TOzS8ZBOEdyardL84wfktA" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
1651
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_TOzS8pBOEdyardL84wfktA" x="296" y="1929" width="13371" height="729"/>
1652
+ </children>
1653
+ <children xmi:id="_P91wUJCBEdyardL84wfktA" targetEdges="_mTdugZCBEdyardL84wfktA" element="_99iMkJCAEdyardL84wfktA">
1654
+ <children xmi:id="_P91wU5CBEdyardL84wfktA" type="ImageCompartment" element="_99iMkJCAEdyardL84wfktA">
1655
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_P91wVJCBEdyardL84wfktA" width="1320" height="1320"/>
1656
+ </children>
1657
+ <children xmi:id="_P91wVZCBEdyardL84wfktA" type="Stereotype" element="_99iMkJCAEdyardL84wfktA"/>
1658
+ <children xmi:id="_P91wVpCBEdyardL84wfktA" type="Name" element="_99iMkJCAEdyardL84wfktA"/>
1659
+ <children xmi:id="_P91wV5CBEdyardL84wfktA" type="AttributeCompartment" element="_99iMkJCAEdyardL84wfktA">
1660
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_P91wWJCBEdyardL84wfktA"/>
1661
+ </children>
1662
+ <children xmi:id="_P91wWZCBEdyardL84wfktA" type="OperationCompartment" element="_99iMkJCAEdyardL84wfktA">
1663
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_P91wWpCBEdyardL84wfktA"/>
1664
+ </children>
1665
+ <children xmi:id="_P91wW5CBEdyardL84wfktA" visible="false" type="SignalCompartment" element="_99iMkJCAEdyardL84wfktA">
1666
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_P91wXJCBEdyardL84wfktA"/>
1667
+ </children>
1668
+ <children xmi:id="_P91wXZCBEdyardL84wfktA" visible="false" type="StructureCompartment" element="_99iMkJCAEdyardL84wfktA">
1669
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_P91wXpCBEdyardL84wfktA"/>
1670
+ </children>
1671
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_P91wUZCBEdyardL84wfktA" showParentName="true" showStereotype="Label"/>
1672
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_P91wUpCBEdyardL84wfktA" x="12636" y="613"/>
1673
+ </children>
1674
+ <children xmi:id="_oBiBUJX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
1675
+ <eAnnotations xmi:id="_oBiBUZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
1676
+ <children xmi:id="_oBiBUpX8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
1677
+ <children xmi:id="_oBiBU5X8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
1678
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_oBiBVJX8Edyvcqg0Ap32kQ"/>
1679
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_oBiBVZX8Edyvcqg0Ap32kQ" x="318" y="4134" height="735"/>
1680
+ </children>
1681
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_xo3eI5BNEdyardL84wfktA"/>
1682
+ <edges xmi:id="_mTdugZCBEdyardL84wfktA" element="_mTdugJCBEdyardL84wfktA" source="_0XNTsJBNEdyardL84wfktA" target="_P91wUJCBEdyardL84wfktA">
1683
+ <children xmi:id="_mTduhJCBEdyardL84wfktA" type="NameLabel" element="_mTdugJCBEdyardL84wfktA">
1684
+ <children xmi:id="_mTduhpCBEdyardL84wfktA" type="Stereotype" element="_mTdugJCBEdyardL84wfktA"/>
1685
+ <children xmi:id="_mTduh5CBEdyardL84wfktA" type="Name" element="_mTdugJCBEdyardL84wfktA"/>
1686
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_mTduhZCBEdyardL84wfktA" y="-148"/>
1687
+ </children>
1688
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_mTdugpCBEdyardL84wfktA" showStereotype="Text"/>
1689
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_mTdug5CBEdyardL84wfktA" points="[96, -6, -217, -5]$[155, -6, -158, -5]"/>
1690
+ </edges>
1691
+ </contents>
1692
+ </eAnnotations>
1693
+ <ownedComment xmi:id="_Ew_lkJBOEdyardL84wfktA" body="Note: In Rational, thrown exception only visible in &quot;Property&quot; dialog raisedException field"/>
1694
+ <ownedComment xmi:id="_TOqJAJBOEdyardL84wfktA" body="My Demo Method With Exceptions throws My Demo Exception"/>
1695
+ <ownedMember xmi:type="uml:Class" xmi:id="_zFGyoJBNEdyardL84wfktA" name="My Demo Class">
1696
+ <ownedOperation xmi:id="_2vDU0JBNEdyardL84wfktA" name="My Demo Method With Exception" raisedException="_0W6YwJBNEdyardL84wfktA"/>
1697
+ </ownedMember>
1698
+ <ownedMember xmi:type="uml:Class" xmi:id="_0W6YwJBNEdyardL84wfktA" name="My Demo Exception">
1699
+ <generalization xmi:id="_mTdugJCBEdyardL84wfktA" general="_99iMkJCAEdyardL84wfktA"/>
1700
+ </ownedMember>
1701
+ </ownedMember>
1702
+ <ownedMember xmi:type="uml:Package" xmi:id="_dmW8oJBOEdyardL84wfktA" name="Hastable qualifier demo">
1703
+ <eAnnotations xmi:id="_dmW8oZBOEdyardL84wfktA" source="uml2.diagrams" references="_dmW8opBOEdyardL84wfktA">
1704
+ <contents xmi:type="notation:Diagram" xmi:id="_dmW8opBOEdyardL84wfktA" type="Freeform" name="Hastable qualifier demo">
1705
+ <children xmi:id="_GA-m8JBzEdyardL84wfktA" sourceEdges="_JqLiQJBzEdyardL84wfktA" targetEdges="_BfLaQJB0EdyardL84wfktA" element="_GArsAJBzEdyardL84wfktA">
1706
+ <children xmi:id="_GA-m85BzEdyardL84wfktA" type="ImageCompartment" element="_GArsAJBzEdyardL84wfktA">
1707
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_GA-m9JBzEdyardL84wfktA" width="1320" height="1320"/>
1708
+ </children>
1709
+ <children xmi:id="_GA-m9ZBzEdyardL84wfktA" type="Stereotype" element="_GArsAJBzEdyardL84wfktA"/>
1710
+ <children xmi:id="_GA-m9pBzEdyardL84wfktA" type="Name" element="_GArsAJBzEdyardL84wfktA"/>
1711
+ <children xmi:id="_GA-m95BzEdyardL84wfktA" type="AttributeCompartment" element="_GArsAJBzEdyardL84wfktA">
1712
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_GA-m-JBzEdyardL84wfktA"/>
1713
+ <layoutConstraint xmi:type="notation:Ratio" xmi:id="_-7RTEJBzEdyardL84wfktA" value="0.5"/>
1714
+ </children>
1715
+ <children xmi:id="_GA-m-ZBzEdyardL84wfktA" type="OperationCompartment" element="_GArsAJBzEdyardL84wfktA">
1716
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_GA-m-pBzEdyardL84wfktA"/>
1717
+ <layoutConstraint xmi:type="notation:Ratio" xmi:id="_-7RTEZBzEdyardL84wfktA" value="0.5"/>
1718
+ </children>
1719
+ <children xmi:id="_GA-m-5BzEdyardL84wfktA" visible="false" type="SignalCompartment" element="_GArsAJBzEdyardL84wfktA">
1720
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_GA-m_JBzEdyardL84wfktA"/>
1721
+ </children>
1722
+ <children xmi:id="_GA-m_ZBzEdyardL84wfktA" visible="false" type="StructureCompartment" element="_GArsAJBzEdyardL84wfktA">
1723
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_GA-m_pBzEdyardL84wfktA"/>
1724
+ </children>
1725
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_GA-m8ZBzEdyardL84wfktA" showStereotype="Label"/>
1726
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_GA-m8pBzEdyardL84wfktA" x="318" y="318"/>
1727
+ </children>
1728
+ <children xmi:id="_H7BRwJBzEdyardL84wfktA" targetEdges="_JqLiQJBzEdyardL84wfktA" element="_H6uW0JBzEdyardL84wfktA">
1729
+ <children xmi:id="_H7BRw5BzEdyardL84wfktA" type="ImageCompartment" element="_H6uW0JBzEdyardL84wfktA">
1730
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_H7BRxJBzEdyardL84wfktA" width="1320" height="1320"/>
1731
+ </children>
1732
+ <children xmi:id="_H7BRxZBzEdyardL84wfktA" type="Stereotype" element="_H6uW0JBzEdyardL84wfktA"/>
1733
+ <children xmi:id="_H7BRxpBzEdyardL84wfktA" type="Name" element="_H6uW0JBzEdyardL84wfktA"/>
1734
+ <children xmi:id="_H7BRx5BzEdyardL84wfktA" type="AttributeCompartment" element="_H6uW0JBzEdyardL84wfktA">
1735
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_H7BRyJBzEdyardL84wfktA"/>
1736
+ </children>
1737
+ <children xmi:id="_H7BRyZBzEdyardL84wfktA" type="OperationCompartment" element="_H6uW0JBzEdyardL84wfktA">
1738
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_H7BRypBzEdyardL84wfktA"/>
1739
+ </children>
1740
+ <children xmi:id="_H7BRy5BzEdyardL84wfktA" visible="false" type="SignalCompartment" element="_H6uW0JBzEdyardL84wfktA">
1741
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_H7BRzJBzEdyardL84wfktA"/>
1742
+ </children>
1743
+ <children xmi:id="_H7BRzZBzEdyardL84wfktA" visible="false" type="StructureCompartment" element="_H6uW0JBzEdyardL84wfktA">
1744
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_H7BRzpBzEdyardL84wfktA"/>
1745
+ </children>
1746
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_H7BRwZBzEdyardL84wfktA" showStereotype="Label"/>
1747
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_H7BRwpBzEdyardL84wfktA" x="13038" y="318" width="4213"/>
1748
+ </children>
1749
+ <children xmi:id="_SSkUYJBzEdyardL84wfktA" sourceEdges="_XzuP0JBzEdyardL84wfktA" targetEdges="_7qNK8JBzEdyardL84wfktA" element="_SSRZcJBzEdyardL84wfktA">
1750
+ <children xmi:id="_SSkUY5BzEdyardL84wfktA" type="ImageCompartment" element="_SSRZcJBzEdyardL84wfktA">
1751
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_SSkUZJBzEdyardL84wfktA" width="1320" height="1320"/>
1752
+ </children>
1753
+ <children xmi:id="_SSkUZZBzEdyardL84wfktA" type="Stereotype" element="_SSRZcJBzEdyardL84wfktA"/>
1754
+ <children xmi:id="_SSkUZpBzEdyardL84wfktA" type="Name" element="_SSRZcJBzEdyardL84wfktA"/>
1755
+ <children xmi:id="_SSkUZ5BzEdyardL84wfktA" type="AttributeCompartment" element="_SSRZcJBzEdyardL84wfktA">
1756
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SSkUaJBzEdyardL84wfktA"/>
1757
+ </children>
1758
+ <children xmi:id="_SSkUaZBzEdyardL84wfktA" type="OperationCompartment" element="_SSRZcJBzEdyardL84wfktA">
1759
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SSkUapBzEdyardL84wfktA"/>
1760
+ </children>
1761
+ <children xmi:id="_SSkUa5BzEdyardL84wfktA" visible="false" type="SignalCompartment" element="_SSRZcJBzEdyardL84wfktA">
1762
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SSkUbJBzEdyardL84wfktA"/>
1763
+ </children>
1764
+ <children xmi:id="_SSkUbZBzEdyardL84wfktA" visible="false" type="StructureCompartment" element="_SSRZcJBzEdyardL84wfktA">
1765
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_SSkUbpBzEdyardL84wfktA"/>
1766
+ </children>
1767
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_SSkUYZBzEdyardL84wfktA" showStereotype="Label"/>
1768
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_SSkUYpBzEdyardL84wfktA" x="318" y="2544"/>
1769
+ </children>
1770
+ <children xmi:id="_V_DNMJBzEdyardL84wfktA" targetEdges="_XzuP0JBzEdyardL84wfktA" element="_V-mhQJBzEdyardL84wfktA">
1771
+ <children xmi:id="_V_DNM5BzEdyardL84wfktA" type="ImageCompartment" element="_V-mhQJBzEdyardL84wfktA">
1772
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_V_DNNJBzEdyardL84wfktA" width="1320" height="1320"/>
1773
+ </children>
1774
+ <children xmi:id="_V_DNNZBzEdyardL84wfktA" type="Stereotype" element="_V-mhQJBzEdyardL84wfktA"/>
1775
+ <children xmi:id="_V_DNNpBzEdyardL84wfktA" type="Name" element="_V-mhQJBzEdyardL84wfktA"/>
1776
+ <children xmi:id="_V_DNN5BzEdyardL84wfktA" type="AttributeCompartment" element="_V-mhQJBzEdyardL84wfktA">
1777
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_V_DNOJBzEdyardL84wfktA"/>
1778
+ </children>
1779
+ <children xmi:id="_V_DNOZBzEdyardL84wfktA" type="OperationCompartment" element="_V-mhQJBzEdyardL84wfktA">
1780
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_V_DNOpBzEdyardL84wfktA"/>
1781
+ </children>
1782
+ <children xmi:id="_V_DNO5BzEdyardL84wfktA" visible="false" type="SignalCompartment" element="_V-mhQJBzEdyardL84wfktA">
1783
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_V_DNPJBzEdyardL84wfktA"/>
1784
+ </children>
1785
+ <children xmi:id="_V_DNPZBzEdyardL84wfktA" visible="false" type="StructureCompartment" element="_V-mhQJBzEdyardL84wfktA">
1786
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_V_DNPpBzEdyardL84wfktA"/>
1787
+ </children>
1788
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_V_DNMZBzEdyardL84wfktA" showStereotype="Label"/>
1789
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_V_DNMpBzEdyardL84wfktA" x="13038" y="2544" width="4214"/>
1790
+ </children>
1791
+ <children xmi:id="_7p6QAZBzEdyardL84wfktA" sourceEdges="_7qNK8JBzEdyardL84wfktA" element="_7p6QAJBzEdyardL84wfktA">
1792
+ <children xmi:id="_7p6QBJBzEdyardL84wfktA" type="CommentBody" element="_7p6QAJBzEdyardL84wfktA"/>
1793
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_7p6QApBzEdyardL84wfktA" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
1794
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_7p6QA5BzEdyardL84wfktA" x="2544" y="3816" height="623"/>
1795
+ </children>
1796
+ <children xmi:id="_BfCQUZB0EdyardL84wfktA" sourceEdges="_BfLaQJB0EdyardL84wfktA" element="_BfCQUJB0EdyardL84wfktA">
1797
+ <children xmi:id="_BfCQVJB0EdyardL84wfktA" type="CommentBody" element="_BfCQUJB0EdyardL84wfktA"/>
1798
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_BfCQUpB0EdyardL84wfktA" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
1799
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_BfCQU5B0EdyardL84wfktA" x="2226" y="1590" width="5073" height="623"/>
1800
+ </children>
1801
+ <children xmi:id="_wDUtgJX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
1802
+ <eAnnotations xmi:id="_wDUtgZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
1803
+ <children xmi:id="_wDUtgpX8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
1804
+ <children xmi:id="_wDUtg5X8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
1805
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_wDUthJX8Edyvcqg0Ap32kQ"/>
1806
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_wDUthZX8Edyvcqg0Ap32kQ" x="318" y="4770" height="735"/>
1807
+ </children>
1808
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_dmW8o5BOEdyardL84wfktA"/>
1809
+ <edges xmi:id="_JqLiQJBzEdyardL84wfktA" element="_JplsYJBzEdyardL84wfktA" source="_GA-m8JBzEdyardL84wfktA" target="_H7BRwJBzEdyardL84wfktA">
1810
+ <children xmi:id="_JqLiQ5BzEdyardL84wfktA" type="NameLabel" element="_JplsYJBzEdyardL84wfktA">
1811
+ <children xmi:id="_JqLiRZBzEdyardL84wfktA" type="Stereotype" element="_JplsYJBzEdyardL84wfktA"/>
1812
+ <children xmi:id="_JqLiRpBzEdyardL84wfktA" type="Name" element="_JplsYJBzEdyardL84wfktA"/>
1813
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JqLiRJBzEdyardL84wfktA" y="-148"/>
1814
+ </children>
1815
+ <children xmi:id="_JqLiR5BzEdyardL84wfktA" type="ToMultiplicityLabel" element="_JplsYpBzEdyardL84wfktA">
1816
+ <children xmi:id="_JqLiSZBzEdyardL84wfktA" type="ToMultiplicity" element="_JplsYpBzEdyardL84wfktA"/>
1817
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JqLiSJBzEdyardL84wfktA" y="318"/>
1818
+ </children>
1819
+ <children xmi:id="_JqLiSpBzEdyardL84wfktA" type="ToRoleLabel" element="_JplsYpBzEdyardL84wfktA">
1820
+ <children xmi:id="_JqLiTJBzEdyardL84wfktA" type="ToRole" element="_JplsYpBzEdyardL84wfktA"/>
1821
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JqLiS5BzEdyardL84wfktA" y="-317"/>
1822
+ </children>
1823
+ <children xmi:id="_JqLiTZBzEdyardL84wfktA" type="FromMultiplicityLabel" element="_JplsYZBzEdyardL84wfktA">
1824
+ <children xmi:id="_JqLiT5BzEdyardL84wfktA" type="FromMultiplicity" element="_JplsYZBzEdyardL84wfktA"/>
1825
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JqLiTpBzEdyardL84wfktA" y="318"/>
1826
+ </children>
1827
+ <children xmi:id="_JqLiUJBzEdyardL84wfktA" type="FromRoleLabel" element="_JplsYZBzEdyardL84wfktA">
1828
+ <children xmi:id="_JqLiUpBzEdyardL84wfktA" type="FromRole" element="_JplsYZBzEdyardL84wfktA"/>
1829
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JqLiUZBzEdyardL84wfktA" y="-317"/>
1830
+ </children>
1831
+ <children xmi:id="_JqLiU5BzEdyardL84wfktA" type="ToQualifierLabel" element="_JplsYpBzEdyardL84wfktA">
1832
+ <children xmi:id="_JqLiVZBzEdyardL84wfktA" type="QualifierCompartment" element="_JplsYpBzEdyardL84wfktA">
1833
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JqLiVpBzEdyardL84wfktA"/>
1834
+ </children>
1835
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JqLiVJBzEdyardL84wfktA" y="-148"/>
1836
+ </children>
1837
+ <children xmi:id="_JqLiV5BzEdyardL84wfktA" type="FromQualifierLabel" element="_JplsYZBzEdyardL84wfktA">
1838
+ <children xmi:id="_JqLiWZBzEdyardL84wfktA" type="QualifierCompartment" element="_JplsYZBzEdyardL84wfktA">
1839
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JqLiWpBzEdyardL84wfktA"/>
1840
+ </children>
1841
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JqLiWJBzEdyardL84wfktA" y="-148"/>
1842
+ </children>
1843
+ <children xmi:id="_JqLiW5BzEdyardL84wfktA" type="ToRoleLabel" element="_JplsYpBzEdyardL84wfktA">
1844
+ <eAnnotations xmi:id="_JqLiXZBzEdyardL84wfktA" source="ToConstraintLabel"/>
1845
+ <children xmi:id="_JqLiXpBzEdyardL84wfktA" visible="false" type="ToConstraintCompartment" element="_JplsYpBzEdyardL84wfktA">
1846
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JqLiX5BzEdyardL84wfktA"/>
1847
+ </children>
1848
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JqLiXJBzEdyardL84wfktA" y="847"/>
1849
+ </children>
1850
+ <children xmi:id="_JqLiYJBzEdyardL84wfktA" type="FromRoleLabel" element="_JplsYZBzEdyardL84wfktA">
1851
+ <eAnnotations xmi:id="_JqLiYpBzEdyardL84wfktA" source="FromConstraintLabel"/>
1852
+ <children xmi:id="_JqLiY5BzEdyardL84wfktA" visible="false" type="FromConstraintCompartment" element="_JplsYZBzEdyardL84wfktA">
1853
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JqLiZJBzEdyardL84wfktA"/>
1854
+ </children>
1855
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JqLiYZBzEdyardL84wfktA" y="847"/>
1856
+ </children>
1857
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_JqLiQZBzEdyardL84wfktA" showStereotype="Text"/>
1858
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_JqLiQpBzEdyardL84wfktA" points="[45, -11, -350, -11]$[346, -25, -49, -25]"/>
1859
+ </edges>
1860
+ <edges xmi:id="_XzuP0JBzEdyardL84wfktA" element="_XzIZ8JBzEdyardL84wfktA" source="_SSkUYJBzEdyardL84wfktA" target="_V_DNMJBzEdyardL84wfktA">
1861
+ <children xmi:id="_XzuP05BzEdyardL84wfktA" type="NameLabel" element="_XzIZ8JBzEdyardL84wfktA">
1862
+ <children xmi:id="_Xz4A0JBzEdyardL84wfktA" type="Stereotype" element="_XzIZ8JBzEdyardL84wfktA"/>
1863
+ <children xmi:id="_Xz4A0ZBzEdyardL84wfktA" type="Name" element="_XzIZ8JBzEdyardL84wfktA"/>
1864
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XzuP1JBzEdyardL84wfktA" y="-148"/>
1865
+ </children>
1866
+ <children xmi:id="_Xz4A0pBzEdyardL84wfktA" type="ToMultiplicityLabel" element="_XzIZ8pBzEdyardL84wfktA">
1867
+ <children xmi:id="_Xz4A1JBzEdyardL84wfktA" type="ToMultiplicity" element="_XzIZ8pBzEdyardL84wfktA"/>
1868
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_Xz4A05BzEdyardL84wfktA" y="318"/>
1869
+ </children>
1870
+ <children xmi:id="_Xz4A1ZBzEdyardL84wfktA" type="ToRoleLabel" element="_XzIZ8pBzEdyardL84wfktA">
1871
+ <children xmi:id="_Xz4A15BzEdyardL84wfktA" type="ToRole" element="_XzIZ8pBzEdyardL84wfktA"/>
1872
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_Xz4A1pBzEdyardL84wfktA" y="-317"/>
1873
+ </children>
1874
+ <children xmi:id="_Xz4A2JBzEdyardL84wfktA" type="FromMultiplicityLabel" element="_XzIZ8ZBzEdyardL84wfktA">
1875
+ <children xmi:id="_Xz4A2pBzEdyardL84wfktA" type="FromMultiplicity" element="_XzIZ8ZBzEdyardL84wfktA"/>
1876
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_Xz4A2ZBzEdyardL84wfktA" y="318"/>
1877
+ </children>
1878
+ <children xmi:id="_Xz4A25BzEdyardL84wfktA" type="FromRoleLabel" element="_XzIZ8ZBzEdyardL84wfktA">
1879
+ <children xmi:id="_Xz4A3ZBzEdyardL84wfktA" type="FromRole" element="_XzIZ8ZBzEdyardL84wfktA"/>
1880
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_Xz4A3JBzEdyardL84wfktA" y="-317"/>
1881
+ </children>
1882
+ <children xmi:id="_Xz4A3pBzEdyardL84wfktA" type="ToQualifierLabel" element="_XzIZ8pBzEdyardL84wfktA">
1883
+ <children xmi:id="_Xz4A4JBzEdyardL84wfktA" type="QualifierCompartment" element="_XzIZ8pBzEdyardL84wfktA">
1884
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Xz4A4ZBzEdyardL84wfktA"/>
1885
+ </children>
1886
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_Xz4A35BzEdyardL84wfktA" y="-148"/>
1887
+ </children>
1888
+ <children xmi:id="_Xz4A4pBzEdyardL84wfktA" type="FromQualifierLabel" element="_XzIZ8ZBzEdyardL84wfktA">
1889
+ <children xmi:id="_Xz4A5JBzEdyardL84wfktA" type="QualifierCompartment" element="_XzIZ8ZBzEdyardL84wfktA">
1890
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Xz4A5ZBzEdyardL84wfktA"/>
1891
+ </children>
1892
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_Xz4A45BzEdyardL84wfktA" y="-148"/>
1893
+ </children>
1894
+ <children xmi:id="_Xz4A5pBzEdyardL84wfktA" type="ToRoleLabel" element="_XzIZ8pBzEdyardL84wfktA">
1895
+ <eAnnotations xmi:id="_Xz4A6JBzEdyardL84wfktA" source="ToConstraintLabel"/>
1896
+ <children xmi:id="_Xz4A6ZBzEdyardL84wfktA" visible="false" type="ToConstraintCompartment" element="_XzIZ8pBzEdyardL84wfktA">
1897
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Xz4A6pBzEdyardL84wfktA"/>
1898
+ </children>
1899
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_Xz4A55BzEdyardL84wfktA" y="847"/>
1900
+ </children>
1901
+ <children xmi:id="_Xz4A65BzEdyardL84wfktA" type="FromRoleLabel" element="_XzIZ8ZBzEdyardL84wfktA">
1902
+ <eAnnotations xmi:id="_Xz4A7ZBzEdyardL84wfktA" source="FromConstraintLabel"/>
1903
+ <children xmi:id="_Xz4A7pBzEdyardL84wfktA" visible="false" type="FromConstraintCompartment" element="_XzIZ8ZBzEdyardL84wfktA">
1904
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Xz4A75BzEdyardL84wfktA"/>
1905
+ </children>
1906
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_Xz4A7JBzEdyardL84wfktA" y="847"/>
1907
+ </children>
1908
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_XzuP0ZBzEdyardL84wfktA" showStereotype="Text"/>
1909
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XzuP0pBzEdyardL84wfktA" points="[94, 1, -441, 1]$[609, 18, 74, 18]"/>
1910
+ </edges>
1911
+ <edges xmi:id="_7qNK8JBzEdyardL84wfktA" type="Reference" source="_7p6QAZBzEdyardL84wfktA" target="_SSkUYJBzEdyardL84wfktA">
1912
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_7qNK8ZBzEdyardL84wfktA" showStereotype="Text"/>
1913
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_7qNK8pBzEdyardL84wfktA" points="[3, 0, -179, -159]$[210, 184, 28, 25]"/>
1914
+ </edges>
1915
+ <edges xmi:id="_BfLaQJB0EdyardL84wfktA" type="Reference" source="_BfCQUZB0EdyardL84wfktA" target="_GA-m8JBzEdyardL84wfktA">
1916
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_BfLaQZB0EdyardL84wfktA" showStereotype="Text"/>
1917
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_BfLaQpB0EdyardL84wfktA" points="[3, 0, -158, -39]$[234, 56, 73, 17]"/>
1918
+ </edges>
1919
+ </contents>
1920
+ </eAnnotations>
1921
+ <ownedMember xmi:type="uml:Class" xmi:id="_GArsAJBzEdyardL84wfktA" name="My Container">
1922
+ <ownedComment xmi:id="_BfCQUJB0EdyardL84wfktA" body="Hash&lt;String,MyElement2>" annotatedElement="_GArsAJBzEdyardL84wfktA"/>
1923
+ <ownedAttribute xmi:id="_JplsYZBzEdyardL84wfktA" name="class1" visibility="private" type="_H6uW0JBzEdyardL84wfktA" association="_JplsYJBzEdyardL84wfktA">
1924
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_JplsZJBzEdyardL84wfktA" value="1"/>
1925
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_JplsY5BzEdyardL84wfktA"/>
1926
+ <qualifier xmi:id="_KjGuUJBzEdyardL84wfktA" name="myHashKey" visibility="private">
1927
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1928
+ </qualifier>
1929
+ </ownedAttribute>
1930
+ </ownedMember>
1931
+ <ownedMember xmi:type="uml:Class" xmi:id="_H6uW0JBzEdyardL84wfktA" name="My Element"/>
1932
+ <ownedMember xmi:type="uml:Association" xmi:id="_JplsYJBzEdyardL84wfktA" memberEnd="_JplsYZBzEdyardL84wfktA _JplsYpBzEdyardL84wfktA">
1933
+ <ownedEnd xmi:id="_JplsYpBzEdyardL84wfktA" visibility="private" type="_GArsAJBzEdyardL84wfktA" association="_JplsYJBzEdyardL84wfktA"/>
1934
+ </ownedMember>
1935
+ <ownedMember xmi:type="uml:Class" xmi:id="_SSRZcJBzEdyardL84wfktA" name="My Container Multi">
1936
+ <ownedComment xmi:id="_7p6QAJBzEdyardL84wfktA" body="Hash&lt;String,Set&lt;MyElement2>>" annotatedElement="_SSRZcJBzEdyardL84wfktA"/>
1937
+ <ownedAttribute xmi:id="_XzIZ8ZBzEdyardL84wfktA" name="my element 2" visibility="private" type="_V-mhQJBzEdyardL84wfktA" association="_XzIZ8JBzEdyardL84wfktA">
1938
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_XzIZ9JBzEdyardL84wfktA" value="-1"/>
1939
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_XzIZ85BzEdyardL84wfktA"/>
1940
+ <qualifier xmi:id="_ZCZpcJBzEdyardL84wfktA" name="my Hash Key" visibility="private">
1941
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1942
+ </qualifier>
1943
+ </ownedAttribute>
1944
+ </ownedMember>
1945
+ <ownedMember xmi:type="uml:Class" xmi:id="_V-mhQJBzEdyardL84wfktA" name="My Element 2"/>
1946
+ <ownedMember xmi:type="uml:Association" xmi:id="_XzIZ8JBzEdyardL84wfktA" memberEnd="_XzIZ8ZBzEdyardL84wfktA _XzIZ8pBzEdyardL84wfktA">
1947
+ <ownedEnd xmi:id="_XzIZ8pBzEdyardL84wfktA" visibility="private" type="_SSRZcJBzEdyardL84wfktA" association="_XzIZ8JBzEdyardL84wfktA"/>
1948
+ </ownedMember>
1949
+ </ownedMember>
1950
+ <ownedMember xmi:type="uml:Package" xmi:id="_0bUpkJBLEdyardL84wfktA" name="Inheritance Demo">
1951
+ <eAnnotations xmi:id="_0bUpkZBLEdyardL84wfktA" source="uml2.diagrams" references="_0bUpkpBLEdyardL84wfktA">
1952
+ <contents xmi:type="notation:Diagram" xmi:id="_0bUpkpBLEdyardL84wfktA" type="Freeform" name="Inheritance Demo">
1953
+ <children xmi:id="_1s1UwJBLEdyardL84wfktA" targetEdges="_7jlswJBLEdyardL84wfktA _8Z_JQJBLEdyardL84wfktA" element="_1shywJBLEdyardL84wfktA">
1954
+ <children xmi:id="_1s1Uw5BLEdyardL84wfktA" type="ImageCompartment" element="_1shywJBLEdyardL84wfktA">
1955
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_1s1UxJBLEdyardL84wfktA" width="1320" height="1320"/>
1956
+ </children>
1957
+ <children xmi:id="_1s1UxZBLEdyardL84wfktA" type="Stereotype" element="_1shywJBLEdyardL84wfktA"/>
1958
+ <children xmi:id="_1s1UxpBLEdyardL84wfktA" type="Name" element="_1shywJBLEdyardL84wfktA"/>
1959
+ <children xmi:id="_1s1Ux5BLEdyardL84wfktA" type="AttributeCompartment" element="_1shywJBLEdyardL84wfktA">
1960
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_1s1UyJBLEdyardL84wfktA"/>
1961
+ </children>
1962
+ <children xmi:id="_1s1UyZBLEdyardL84wfktA" type="OperationCompartment" element="_1shywJBLEdyardL84wfktA">
1963
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_1s1UypBLEdyardL84wfktA"/>
1964
+ </children>
1965
+ <children xmi:id="_1s1Uy5BLEdyardL84wfktA" visible="false" type="SignalCompartment" element="_1shywJBLEdyardL84wfktA">
1966
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_1s1UzJBLEdyardL84wfktA"/>
1967
+ </children>
1968
+ <children xmi:id="_1s1UzZBLEdyardL84wfktA" visible="false" type="StructureCompartment" element="_1shywJBLEdyardL84wfktA">
1969
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_1s1UzpBLEdyardL84wfktA"/>
1970
+ </children>
1971
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_1s1UwZBLEdyardL84wfktA" showStereotype="Label"/>
1972
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_1s1UwpBLEdyardL84wfktA" x="3498" y="636"/>
1973
+ </children>
1974
+ <children xmi:id="_3d7e8JBLEdyardL84wfktA" sourceEdges="_7jlswJBLEdyardL84wfktA" element="_3dokAJBLEdyardL84wfktA">
1975
+ <children xmi:id="_3d7e85BLEdyardL84wfktA" type="ImageCompartment" element="_3dokAJBLEdyardL84wfktA">
1976
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_3d7e9JBLEdyardL84wfktA" width="1320" height="1320"/>
1977
+ </children>
1978
+ <children xmi:id="_3d7e9ZBLEdyardL84wfktA" type="Stereotype" element="_3dokAJBLEdyardL84wfktA"/>
1979
+ <children xmi:id="_3d7e9pBLEdyardL84wfktA" type="Name" element="_3dokAJBLEdyardL84wfktA"/>
1980
+ <children xmi:id="_3d7e95BLEdyardL84wfktA" type="AttributeCompartment" element="_3dokAJBLEdyardL84wfktA">
1981
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_3d7e-JBLEdyardL84wfktA"/>
1982
+ </children>
1983
+ <children xmi:id="_3d7e-ZBLEdyardL84wfktA" type="OperationCompartment" element="_3dokAJBLEdyardL84wfktA">
1984
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_3d7e-pBLEdyardL84wfktA"/>
1985
+ </children>
1986
+ <children xmi:id="_3d7e-5BLEdyardL84wfktA" visible="false" type="SignalCompartment" element="_3dokAJBLEdyardL84wfktA">
1987
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_3d7e_JBLEdyardL84wfktA"/>
1988
+ </children>
1989
+ <children xmi:id="_3d7e_ZBLEdyardL84wfktA" visible="false" type="StructureCompartment" element="_3dokAJBLEdyardL84wfktA">
1990
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_3d7e_pBLEdyardL84wfktA"/>
1991
+ </children>
1992
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_3d7e8ZBLEdyardL84wfktA" showStereotype="Label"/>
1993
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_3d7e8pBLEdyardL84wfktA" x="1272" y="2544"/>
1994
+ </children>
1995
+ <children xmi:id="_5XXs0JBLEdyardL84wfktA" sourceEdges="_8Z_JQJBLEdyardL84wfktA" element="_5XEx4JBLEdyardL84wfktA">
1996
+ <children xmi:id="_5XXs05BLEdyardL84wfktA" type="ImageCompartment" element="_5XEx4JBLEdyardL84wfktA">
1997
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_5XXs1JBLEdyardL84wfktA" width="1320" height="1320"/>
1998
+ </children>
1999
+ <children xmi:id="_5XXs1ZBLEdyardL84wfktA" type="Stereotype" element="_5XEx4JBLEdyardL84wfktA"/>
2000
+ <children xmi:id="_5XXs1pBLEdyardL84wfktA" type="Name" element="_5XEx4JBLEdyardL84wfktA"/>
2001
+ <children xmi:id="_5XXs15BLEdyardL84wfktA" type="AttributeCompartment" element="_5XEx4JBLEdyardL84wfktA">
2002
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_5XXs2JBLEdyardL84wfktA"/>
2003
+ </children>
2004
+ <children xmi:id="_5XXs2ZBLEdyardL84wfktA" type="OperationCompartment" element="_5XEx4JBLEdyardL84wfktA">
2005
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_5XXs2pBLEdyardL84wfktA"/>
2006
+ </children>
2007
+ <children xmi:id="_5XXs25BLEdyardL84wfktA" visible="false" type="SignalCompartment" element="_5XEx4JBLEdyardL84wfktA">
2008
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_5XXs3JBLEdyardL84wfktA"/>
2009
+ </children>
2010
+ <children xmi:id="_5XXs3ZBLEdyardL84wfktA" visible="false" type="StructureCompartment" element="_5XEx4JBLEdyardL84wfktA">
2011
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_5XXs3pBLEdyardL84wfktA"/>
2012
+ </children>
2013
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_5XXs0ZBLEdyardL84wfktA" showStereotype="Label"/>
2014
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5XXs0pBLEdyardL84wfktA" x="6678" y="2544"/>
2015
+ </children>
2016
+ <children xmi:id="_OKpHcJBMEdyardL84wfktA" targetEdges="_UiyVQZBMEdyardL84wfktA _VK3o8JBMEdyardL84wfktA" element="_OKWMgJBMEdyardL84wfktA">
2017
+ <children xmi:id="_OKy4cJBMEdyardL84wfktA" type="ImageCompartment" element="_OKWMgJBMEdyardL84wfktA">
2018
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_OKy4cZBMEdyardL84wfktA" width="530" height="530"/>
2019
+ </children>
2020
+ <children xmi:id="_OKy4cpBMEdyardL84wfktA" type="Stereotype" element="_OKWMgJBMEdyardL84wfktA"/>
2021
+ <children xmi:id="_OKy4c5BMEdyardL84wfktA" type="Kind" element="_OKWMgJBMEdyardL84wfktA"/>
2022
+ <children xmi:id="_OKy4dJBMEdyardL84wfktA" type="Name" element="_OKWMgJBMEdyardL84wfktA"/>
2023
+ <children xmi:id="_OKy4dZBMEdyardL84wfktA" type="AttributeCompartment" element="_OKWMgJBMEdyardL84wfktA">
2024
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_OKy4dpBMEdyardL84wfktA"/>
2025
+ </children>
2026
+ <children xmi:id="_OKy4d5BMEdyardL84wfktA" type="OperationCompartment" element="_OKWMgJBMEdyardL84wfktA">
2027
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_OKy4eJBMEdyardL84wfktA"/>
2028
+ </children>
2029
+ <children xmi:id="_OKy4eZBMEdyardL84wfktA" visible="false" type="SignalCompartment" element="_OKWMgJBMEdyardL84wfktA">
2030
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_OKy4epBMEdyardL84wfktA"/>
2031
+ </children>
2032
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_OKpHcZBMEdyardL84wfktA" showStereotype="Label" useClassifierShape="true"/>
2033
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_OKpHcpBMEdyardL84wfktA" x="4134" y="3816"/>
2034
+ </children>
2035
+ <children xmi:id="_PuL90JBMEdyardL84wfktA" sourceEdges="_UiyVQZBMEdyardL84wfktA" element="_Pt4b0JBMEdyardL84wfktA">
2036
+ <children xmi:id="_PuL905BMEdyardL84wfktA" type="ImageCompartment" element="_Pt4b0JBMEdyardL84wfktA">
2037
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_PuL91JBMEdyardL84wfktA" width="530" height="530"/>
2038
+ </children>
2039
+ <children xmi:id="_PuL91ZBMEdyardL84wfktA" type="Stereotype" element="_Pt4b0JBMEdyardL84wfktA"/>
2040
+ <children xmi:id="_PuL91pBMEdyardL84wfktA" type="Kind" element="_Pt4b0JBMEdyardL84wfktA"/>
2041
+ <children xmi:id="_PuL915BMEdyardL84wfktA" type="Name" element="_Pt4b0JBMEdyardL84wfktA"/>
2042
+ <children xmi:id="_PuL92JBMEdyardL84wfktA" type="AttributeCompartment" element="_Pt4b0JBMEdyardL84wfktA">
2043
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_PuL92ZBMEdyardL84wfktA"/>
2044
+ </children>
2045
+ <children xmi:id="_PuL92pBMEdyardL84wfktA" type="OperationCompartment" element="_Pt4b0JBMEdyardL84wfktA">
2046
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_PuL925BMEdyardL84wfktA"/>
2047
+ </children>
2048
+ <children xmi:id="_PuL93JBMEdyardL84wfktA" visible="false" type="SignalCompartment" element="_Pt4b0JBMEdyardL84wfktA">
2049
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_PuL93ZBMEdyardL84wfktA"/>
2050
+ </children>
2051
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_PuL90ZBMEdyardL84wfktA" showStereotype="Label" useClassifierShape="true"/>
2052
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_PuL90pBMEdyardL84wfktA" x="318" y="6042"/>
2053
+ </children>
2054
+ <children xmi:id="_Smp_wJBMEdyardL84wfktA" sourceEdges="_VK3o8JBMEdyardL84wfktA _ZoYWEJBMEdyardL84wfktA" element="_SmXE0JBMEdyardL84wfktA">
2055
+ <children xmi:id="_Smp_w5BMEdyardL84wfktA" type="ImageCompartment" element="_SmXE0JBMEdyardL84wfktA">
2056
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_Smp_xJBMEdyardL84wfktA" width="530" height="530"/>
2057
+ </children>
2058
+ <children xmi:id="_Smp_xZBMEdyardL84wfktA" type="Stereotype" element="_SmXE0JBMEdyardL84wfktA"/>
2059
+ <children xmi:id="_Smp_xpBMEdyardL84wfktA" type="Kind" element="_SmXE0JBMEdyardL84wfktA"/>
2060
+ <children xmi:id="_Smp_x5BMEdyardL84wfktA" type="Name" element="_SmXE0JBMEdyardL84wfktA"/>
2061
+ <children xmi:id="_Smp_yJBMEdyardL84wfktA" type="AttributeCompartment" element="_SmXE0JBMEdyardL84wfktA">
2062
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Smp_yZBMEdyardL84wfktA"/>
2063
+ </children>
2064
+ <children xmi:id="_Smp_ypBMEdyardL84wfktA" type="OperationCompartment" element="_SmXE0JBMEdyardL84wfktA">
2065
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Smp_y5BMEdyardL84wfktA"/>
2066
+ </children>
2067
+ <children xmi:id="_Smp_zJBMEdyardL84wfktA" visible="false" type="SignalCompartment" element="_SmXE0JBMEdyardL84wfktA">
2068
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Smp_zZBMEdyardL84wfktA"/>
2069
+ </children>
2070
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_Smp_wZBMEdyardL84wfktA" showStereotype="Label" useClassifierShape="true"/>
2071
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Smp_wpBMEdyardL84wfktA" x="6678" y="6042"/>
2072
+ </children>
2073
+ <children xmi:id="_XuVrQJBMEdyardL84wfktA" targetEdges="_ZoYWEJBMEdyardL84wfktA" element="_XuCJQJBMEdyardL84wfktA">
2074
+ <children xmi:id="_XuVrQ5BMEdyardL84wfktA" type="ImageCompartment" element="_XuCJQJBMEdyardL84wfktA">
2075
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_XuVrRJBMEdyardL84wfktA" width="530" height="530"/>
2076
+ </children>
2077
+ <children xmi:id="_XuVrRZBMEdyardL84wfktA" type="Stereotype" element="_XuCJQJBMEdyardL84wfktA"/>
2078
+ <children xmi:id="_Xue1MJBMEdyardL84wfktA" type="Kind" element="_XuCJQJBMEdyardL84wfktA"/>
2079
+ <children xmi:id="_Xue1MZBMEdyardL84wfktA" type="Name" element="_XuCJQJBMEdyardL84wfktA"/>
2080
+ <children xmi:id="_Xue1MpBMEdyardL84wfktA" type="AttributeCompartment" element="_XuCJQJBMEdyardL84wfktA">
2081
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Xue1M5BMEdyardL84wfktA"/>
2082
+ </children>
2083
+ <children xmi:id="_Xue1NJBMEdyardL84wfktA" type="OperationCompartment" element="_XuCJQJBMEdyardL84wfktA">
2084
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Xue1NZBMEdyardL84wfktA"/>
2085
+ </children>
2086
+ <children xmi:id="_Xue1NpBMEdyardL84wfktA" visible="false" type="SignalCompartment" element="_XuCJQJBMEdyardL84wfktA">
2087
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Xue1N5BMEdyardL84wfktA"/>
2088
+ </children>
2089
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_XuVrQZBMEdyardL84wfktA" showStereotype="Label" useClassifierShape="true"/>
2090
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XuVrQpBMEdyardL84wfktA" x="9540" y="3816"/>
2091
+ </children>
2092
+ <children xmi:id="_x61BsJX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
2093
+ <eAnnotations xmi:id="_x61BsZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
2094
+ <children xmi:id="_x61BspX8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
2095
+ <children xmi:id="_x61Bs5X8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
2096
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_x61BtJX8Edyvcqg0Ap32kQ"/>
2097
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_x61BtZX8Edyvcqg0Ap32kQ" x="318" y="7950" height="735"/>
2098
+ </children>
2099
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_0bUpk5BLEdyardL84wfktA"/>
2100
+ <edges xmi:id="_7jlswJBLEdyardL84wfktA" element="_7jci0JBLEdyardL84wfktA" source="_3d7e8JBLEdyardL84wfktA" target="_1s1UwJBLEdyardL84wfktA">
2101
+ <children xmi:id="_7jlsw5BLEdyardL84wfktA" type="NameLabel" element="_7jci0JBLEdyardL84wfktA">
2102
+ <children xmi:id="_7jlsxZBLEdyardL84wfktA" type="Stereotype" element="_7jci0JBLEdyardL84wfktA"/>
2103
+ <children xmi:id="_7jlsxpBLEdyardL84wfktA" type="Name" element="_7jci0JBLEdyardL84wfktA"/>
2104
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_7jlsxJBLEdyardL84wfktA" y="-148"/>
2105
+ </children>
2106
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_7jlswZBLEdyardL84wfktA" showStereotype="Text"/>
2107
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_7jlswpBLEdyardL84wfktA" points="[26, -25, -60, 65]$[181, -91, 95, -1]"/>
2108
+ </edges>
2109
+ <edges xmi:id="_8Z_JQJBLEdyardL84wfktA" element="_8Z1YQJBLEdyardL84wfktA" source="_5XXs0JBLEdyardL84wfktA" target="_1s1UwJBLEdyardL84wfktA">
2110
+ <children xmi:id="_8Z_JQ5BLEdyardL84wfktA" type="NameLabel" element="_8Z1YQJBLEdyardL84wfktA">
2111
+ <children xmi:id="_8Z_JRZBLEdyardL84wfktA" type="Stereotype" element="_8Z1YQJBLEdyardL84wfktA"/>
2112
+ <children xmi:id="_8Z_JRpBLEdyardL84wfktA" type="Name" element="_8Z1YQJBLEdyardL84wfktA"/>
2113
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_8Z_JRJBLEdyardL84wfktA" y="-148"/>
2114
+ </children>
2115
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_8Z_JQZBLEdyardL84wfktA" showStereotype="Text"/>
2116
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_8Z_JQpBLEdyardL84wfktA" points="[-48, -25, 271, 134]$[-224, -160, 95, -1]"/>
2117
+ </edges>
2118
+ <edges xmi:id="_UiyVQZBMEdyardL84wfktA" element="_UiyVQJBMEdyardL84wfktA" source="_PuL90JBMEdyardL84wfktA" target="_OKpHcJBMEdyardL84wfktA">
2119
+ <children xmi:id="_UiyVRJBMEdyardL84wfktA" type="NameLabel" element="_UiyVQJBMEdyardL84wfktA">
2120
+ <children xmi:id="_UiyVRpBMEdyardL84wfktA" type="Stereotype" element="_UiyVQJBMEdyardL84wfktA"/>
2121
+ <children xmi:id="_UiyVR5BMEdyardL84wfktA" type="Name" element="_UiyVQJBMEdyardL84wfktA"/>
2122
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_UiyVRZBMEdyardL84wfktA" y="-148"/>
2123
+ </children>
2124
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_UiyVQpBMEdyardL84wfktA" showStereotype="Text"/>
2125
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_UiyVQ5BMEdyardL84wfktA" points="[56, -33, -108, 57]$[171, -122, 7, -32]"/>
2126
+ </edges>
2127
+ <edges xmi:id="_VK3o8JBMEdyardL84wfktA" element="_VJ1HIJBMEdyardL84wfktA" source="_Smp_wJBMEdyardL84wfktA" target="_OKpHcJBMEdyardL84wfktA">
2128
+ <children xmi:id="_VK3o85BMEdyardL84wfktA" type="NameLabel" element="_VJ1HIJBMEdyardL84wfktA">
2129
+ <children xmi:id="_VK3o9ZBMEdyardL84wfktA" type="Stereotype" element="_VJ1HIJBMEdyardL84wfktA"/>
2130
+ <children xmi:id="_VK3o9pBMEdyardL84wfktA" type="Name" element="_VJ1HIJBMEdyardL84wfktA"/>
2131
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_VK3o9JBMEdyardL84wfktA" y="-148"/>
2132
+ </children>
2133
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_VK3o8ZBMEdyardL84wfktA" showStereotype="Text"/>
2134
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_VK3o8pBMEdyardL84wfktA" points="[-49, -34, 91, 56]$[-38, -55, 102, 35]"/>
2135
+ </edges>
2136
+ <edges xmi:id="_ZoYWEJBMEdyardL84wfktA" element="_ZoOlEJBMEdyardL84wfktA" source="_Smp_wJBMEdyardL84wfktA" target="_XuVrQJBMEdyardL84wfktA">
2137
+ <children xmi:id="_ZoYWE5BMEdyardL84wfktA" type="NameLabel" element="_ZoOlEJBMEdyardL84wfktA">
2138
+ <children xmi:id="_ZoYWFZBMEdyardL84wfktA" type="Stereotype" element="_ZoOlEJBMEdyardL84wfktA"/>
2139
+ <children xmi:id="_ZoYWFpBMEdyardL84wfktA" type="Name" element="_ZoOlEJBMEdyardL84wfktA"/>
2140
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ZoYWFJBMEdyardL84wfktA" y="-148"/>
2141
+ </children>
2142
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_ZoYWEZBMEdyardL84wfktA" showStereotype="Text"/>
2143
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_ZoYWEpBMEdyardL84wfktA" points="[50, -33, -109, 63]$[21, -75, -138, 21]"/>
2144
+ </edges>
2145
+ </contents>
2146
+ </eAnnotations>
2147
+ <ownedMember xmi:type="uml:Class" xmi:id="_1shywJBLEdyardL84wfktA" name="My Top Level Class"/>
2148
+ <ownedMember xmi:type="uml:Class" xmi:id="_3dokAJBLEdyardL84wfktA" name="My Inheriting Class One">
2149
+ <generalization xmi:id="_7jci0JBLEdyardL84wfktA" general="_1shywJBLEdyardL84wfktA"/>
2150
+ </ownedMember>
2151
+ <ownedMember xmi:type="uml:Class" xmi:id="_5XEx4JBLEdyardL84wfktA" name="My Inheriting Class Two">
2152
+ <generalization xmi:id="_8Z1YQJBLEdyardL84wfktA" general="_1shywJBLEdyardL84wfktA"/>
2153
+ </ownedMember>
2154
+ <ownedMember xmi:type="uml:Interface" xmi:id="_OKWMgJBMEdyardL84wfktA" name="My Top Level Interface"/>
2155
+ <ownedMember xmi:type="uml:Interface" xmi:id="_Pt4b0JBMEdyardL84wfktA" name="My Inherting Interface One">
2156
+ <generalization xmi:id="_UiyVQJBMEdyardL84wfktA" general="_OKWMgJBMEdyardL84wfktA"/>
2157
+ </ownedMember>
2158
+ <ownedMember xmi:type="uml:Interface" xmi:id="_SmXE0JBMEdyardL84wfktA" name="My Inheriting Interface Two">
2159
+ <generalization xmi:id="_VJ1HIJBMEdyardL84wfktA" general="_OKWMgJBMEdyardL84wfktA"/>
2160
+ <generalization xmi:id="_ZoOlEJBMEdyardL84wfktA" general="_XuCJQJBMEdyardL84wfktA"/>
2161
+ </ownedMember>
2162
+ <ownedMember xmi:type="uml:Interface" xmi:id="_XuCJQJBMEdyardL84wfktA" name="My Second Top Level Interface"/>
2163
+ </ownedMember>
2164
+ <ownedMember xmi:type="uml:Package" xmi:id="_x4oAIJBHEdyardL84wfktA" name="Inner Class Demo">
2165
+ <eAnnotations xmi:id="_x4oAIZBHEdyardL84wfktA" source="uml2.diagrams">
2166
+ <contents xmi:type="notation:Diagram" xmi:id="_GUttwJXCEdyvcqg0Ap32kQ" type="Freeform" name="Inner Class Demo">
2167
+ <children xmi:id="_HySfAJXCEdyvcqg0Ap32kQ" sourceEdges="_IdNEQJXCEdyvcqg0Ap32kQ _JNMWwJXCEdyvcqg0Ap32kQ" element="_0RqUEJBHEdyardL84wfktA">
2168
+ <children xmi:id="_HySfA5XCEdyvcqg0Ap32kQ" type="ImageCompartment" element="_0RqUEJBHEdyardL84wfktA">
2169
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_HySfBJXCEdyvcqg0Ap32kQ" width="1320" height="1320"/>
2170
+ </children>
2171
+ <children xmi:id="_HySfBZXCEdyvcqg0Ap32kQ" type="Stereotype" element="_0RqUEJBHEdyardL84wfktA"/>
2172
+ <children xmi:id="_HySfBpXCEdyvcqg0Ap32kQ" type="Name" element="_0RqUEJBHEdyardL84wfktA"/>
2173
+ <children xmi:id="_HySfB5XCEdyvcqg0Ap32kQ" type="AttributeCompartment" element="_0RqUEJBHEdyardL84wfktA">
2174
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_HySfCJXCEdyvcqg0Ap32kQ"/>
2175
+ </children>
2176
+ <children xmi:id="_HySfCZXCEdyvcqg0Ap32kQ" type="OperationCompartment" element="_0RqUEJBHEdyardL84wfktA">
2177
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_HySfCpXCEdyvcqg0Ap32kQ"/>
2178
+ </children>
2179
+ <children xmi:id="_HySfC5XCEdyvcqg0Ap32kQ" visible="false" type="SignalCompartment" element="_0RqUEJBHEdyardL84wfktA">
2180
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_HySfDJXCEdyvcqg0Ap32kQ"/>
2181
+ </children>
2182
+ <children xmi:id="_HySfDZXCEdyvcqg0Ap32kQ" visible="false" type="StructureCompartment" element="_0RqUEJBHEdyardL84wfktA">
2183
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_HySfDpXCEdyvcqg0Ap32kQ"/>
2184
+ </children>
2185
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_HySfAZXCEdyvcqg0Ap32kQ" showStereotype="Label"/>
2186
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_HySfApXCEdyvcqg0Ap32kQ" x="636" y="1908"/>
2187
+ </children>
2188
+ <children xmi:id="_IdD6UJXCEdyvcqg0Ap32kQ" targetEdges="_IdNEQJXCEdyvcqg0Ap32kQ" element="_8GCPUJBHEdyardL84wfktA">
2189
+ <children xmi:id="_IdD6U5XCEdyvcqg0Ap32kQ" type="ImageCompartment" element="_8GCPUJBHEdyardL84wfktA">
2190
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_IdD6VJXCEdyvcqg0Ap32kQ" width="1320" height="1320"/>
2191
+ </children>
2192
+ <children xmi:id="_IdD6VZXCEdyvcqg0Ap32kQ" type="Stereotype" element="_8GCPUJBHEdyardL84wfktA"/>
2193
+ <children xmi:id="_IdD6VpXCEdyvcqg0Ap32kQ" type="Name" element="_8GCPUJBHEdyardL84wfktA"/>
2194
+ <children xmi:id="_IdD6V5XCEdyvcqg0Ap32kQ" type="AttributeCompartment" element="_8GCPUJBHEdyardL84wfktA">
2195
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_IdD6WJXCEdyvcqg0Ap32kQ"/>
2196
+ </children>
2197
+ <children xmi:id="_IdD6WZXCEdyvcqg0Ap32kQ" type="OperationCompartment" element="_8GCPUJBHEdyardL84wfktA">
2198
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_IdD6WpXCEdyvcqg0Ap32kQ"/>
2199
+ </children>
2200
+ <children xmi:id="_IdD6W5XCEdyvcqg0Ap32kQ" visible="false" type="SignalCompartment" element="_8GCPUJBHEdyardL84wfktA">
2201
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_IdD6XJXCEdyvcqg0Ap32kQ"/>
2202
+ </children>
2203
+ <children xmi:id="_IdD6XZXCEdyvcqg0Ap32kQ" visible="false" type="StructureCompartment" element="_8GCPUJBHEdyardL84wfktA">
2204
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_IdD6XpXCEdyvcqg0Ap32kQ"/>
2205
+ </children>
2206
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_IdD6UZXCEdyvcqg0Ap32kQ" showStereotype="Label"/>
2207
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_IdD6UpXCEdyvcqg0Ap32kQ" x="6360" y="954" width="5166"/>
2208
+ </children>
2209
+ <children xmi:id="_JNClwJXCEdyvcqg0Ap32kQ" targetEdges="_JNMWwJXCEdyvcqg0Ap32kQ" element="_1yXR0JBHEdyardL84wfktA">
2210
+ <children xmi:id="_JNClw5XCEdyvcqg0Ap32kQ" type="ImageCompartment" element="_1yXR0JBHEdyardL84wfktA">
2211
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_JNClxJXCEdyvcqg0Ap32kQ" width="1320" height="1320"/>
2212
+ </children>
2213
+ <children xmi:id="_JNClxZXCEdyvcqg0Ap32kQ" type="Stereotype" element="_1yXR0JBHEdyardL84wfktA"/>
2214
+ <children xmi:id="_JNClxpXCEdyvcqg0Ap32kQ" type="Name" element="_1yXR0JBHEdyardL84wfktA"/>
2215
+ <children xmi:id="_JNClx5XCEdyvcqg0Ap32kQ" type="AttributeCompartment" element="_1yXR0JBHEdyardL84wfktA">
2216
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JNClyJXCEdyvcqg0Ap32kQ"/>
2217
+ </children>
2218
+ <children xmi:id="_JNClyZXCEdyvcqg0Ap32kQ" type="OperationCompartment" element="_1yXR0JBHEdyardL84wfktA">
2219
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JNClypXCEdyvcqg0Ap32kQ"/>
2220
+ </children>
2221
+ <children xmi:id="_JNCly5XCEdyvcqg0Ap32kQ" visible="false" type="SignalCompartment" element="_1yXR0JBHEdyardL84wfktA">
2222
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JNClzJXCEdyvcqg0Ap32kQ"/>
2223
+ </children>
2224
+ <children xmi:id="_JNClzZXCEdyvcqg0Ap32kQ" visible="false" type="StructureCompartment" element="_1yXR0JBHEdyardL84wfktA">
2225
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_JNClzpXCEdyvcqg0Ap32kQ"/>
2226
+ </children>
2227
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_JNClwZXCEdyvcqg0Ap32kQ" showStereotype="Label"/>
2228
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JNClwpXCEdyvcqg0Ap32kQ" x="6360" y="2226" width="5166"/>
2229
+ </children>
2230
+ <children xmi:id="_zGhYwJX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
2231
+ <eAnnotations xmi:id="_zGhYwZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
2232
+ <children xmi:id="_zGhYwpX8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
2233
+ <children xmi:id="_zGhYw5X8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
2234
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_zGhYxJX8Edyvcqg0Ap32kQ"/>
2235
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_zGhYxZX8Edyvcqg0Ap32kQ" x="636" y="4134" height="735"/>
2236
+ </children>
2237
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_GUttwZXCEdyvcqg0Ap32kQ"/>
2238
+ <edges xmi:id="_IdNEQJXCEdyvcqg0Ap32kQ" type="OwnedElement" source="_HySfAJXCEdyvcqg0Ap32kQ" target="_IdD6UJXCEdyvcqg0Ap32kQ">
2239
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_IdNEQZXCEdyvcqg0Ap32kQ" showStereotype="Text"/>
2240
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_IdNEQpXCEdyvcqg0Ap32kQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
2241
+ </edges>
2242
+ <edges xmi:id="_JNMWwJXCEdyvcqg0Ap32kQ" type="OwnedElement" source="_HySfAJXCEdyvcqg0Ap32kQ" target="_JNClwJXCEdyvcqg0Ap32kQ">
2243
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_JNMWwZXCEdyvcqg0Ap32kQ" showStereotype="Text"/>
2244
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_JNMWwpXCEdyvcqg0Ap32kQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
2245
+ </edges>
2246
+ </contents>
2247
+ </eAnnotations>
2248
+ <ownedMember xmi:type="uml:Class" xmi:id="_0RqUEJBHEdyardL84wfktA" name="My Outter Class">
2249
+ <nestedClassifier xmi:type="uml:Class" xmi:id="_1yXR0JBHEdyardL84wfktA" name="My Public Inner Class" packageableElement_visibility="private"/>
2250
+ <nestedClassifier xmi:type="uml:Class" xmi:id="_8GCPUJBHEdyardL84wfktA" name="My Private Inner Class"/>
2251
+ </ownedMember>
2252
+ </ownedMember>
2253
+ <ownedMember xmi:type="uml:Package" xmi:id="_U0ZHkJW7Edyvcqg0Ap32kQ" name="Automatic Java Convention Naming Demo">
2254
+ <eAnnotations xmi:id="_U0iRgJW7Edyvcqg0Ap32kQ" source="uml2.diagrams" references="_U0iRgZW7Edyvcqg0Ap32kQ">
2255
+ <contents xmi:type="notation:Diagram" xmi:id="_U0iRgZW7Edyvcqg0Ap32kQ" type="Freeform" name="Automatic Java Convention Naming Demo">
2256
+ <children xmi:id="_ZBpyMJW7Edyvcqg0Ap32kQ" targetEdges="_mjaHAJW7Edyvcqg0Ap32kQ _uO_5sJW7Edyvcqg0Ap32kQ _1j8G8JW7Edyvcqg0Ap32kQ _BhQ0kJW8Edyvcqg0Ap32kQ" element="_ZBW3QJW7Edyvcqg0Ap32kQ">
2257
+ <children xmi:id="_ZBzjMJW7Edyvcqg0Ap32kQ" type="ImageCompartment" element="_ZBW3QJW7Edyvcqg0Ap32kQ">
2258
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_ZBzjMZW7Edyvcqg0Ap32kQ" width="1320" height="1320"/>
2259
+ </children>
2260
+ <children xmi:id="_ZBzjMpW7Edyvcqg0Ap32kQ" type="Stereotype" element="_ZBW3QJW7Edyvcqg0Ap32kQ"/>
2261
+ <children xmi:id="_ZBzjM5W7Edyvcqg0Ap32kQ" type="Name" element="_ZBW3QJW7Edyvcqg0Ap32kQ"/>
2262
+ <children xmi:id="_ZBzjNJW7Edyvcqg0Ap32kQ" type="AttributeCompartment" element="_ZBW3QJW7Edyvcqg0Ap32kQ">
2263
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_ZBzjNZW7Edyvcqg0Ap32kQ"/>
2264
+ </children>
2265
+ <children xmi:id="_ZBzjNpW7Edyvcqg0Ap32kQ" type="OperationCompartment" element="_ZBW3QJW7Edyvcqg0Ap32kQ">
2266
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_ZBzjN5W7Edyvcqg0Ap32kQ"/>
2267
+ </children>
2268
+ <children xmi:id="_ZBzjOJW7Edyvcqg0Ap32kQ" visible="false" type="SignalCompartment" element="_ZBW3QJW7Edyvcqg0Ap32kQ">
2269
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_ZBzjOZW7Edyvcqg0Ap32kQ"/>
2270
+ </children>
2271
+ <children xmi:id="_ZBzjOpW7Edyvcqg0Ap32kQ" visible="false" type="StructureCompartment" element="_ZBW3QJW7Edyvcqg0Ap32kQ">
2272
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_ZBzjO5W7Edyvcqg0Ap32kQ"/>
2273
+ </children>
2274
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_ZBpyMZW7Edyvcqg0Ap32kQ" showStereotype="Label"/>
2275
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ZBpyMpW7Edyvcqg0Ap32kQ" x="636" y="318" width="4213" height="1940"/>
2276
+ </children>
2277
+ <children xmi:id="_mjHMEZW7Edyvcqg0Ap32kQ" sourceEdges="_mjaHAJW7Edyvcqg0Ap32kQ" element="_mjHMEJW7Edyvcqg0Ap32kQ">
2278
+ <children xmi:id="_mjHMFJW7Edyvcqg0Ap32kQ" type="CommentBody" element="_mjHMEJW7Edyvcqg0Ap32kQ"/>
2279
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_mjHMEpW7Edyvcqg0Ap32kQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2280
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_mjHME5W7Edyvcqg0Ap32kQ" x="6042" width="12064" height="623"/>
2281
+ </children>
2282
+ <children xmi:id="_uOs-wJW7Edyvcqg0Ap32kQ" sourceEdges="_uO_5sJW7Edyvcqg0Ap32kQ" element="_uOjNwJW7Edyvcqg0Ap32kQ">
2283
+ <children xmi:id="_uOs-w5W7Edyvcqg0Ap32kQ" type="CommentBody" element="_uOjNwJW7Edyvcqg0Ap32kQ"/>
2284
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_uOs-wZW7Edyvcqg0Ap32kQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2285
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_uOs-wpW7Edyvcqg0Ap32kQ" x="6042" y="954" width="11429" height="940"/>
2286
+ </children>
2287
+ <children xmi:id="_1jpMAJW7Edyvcqg0Ap32kQ" type="Note" sourceEdges="_1j8G8JW7Edyvcqg0Ap32kQ">
2288
+ <children xmi:id="_1jpMA5W7Edyvcqg0Ap32kQ" type="DiagramName"/>
2289
+ <children xmi:id="_1jpMBJW7Edyvcqg0Ap32kQ" type="Description"/>
2290
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_1jpMAZW7Edyvcqg0Ap32kQ" description="my Class Name will become &quot;MyClassName&quot;" fillColor="13369343" lineColor="6737151"/>
2291
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_1jpMApW7Edyvcqg0Ap32kQ" x="636" y="2544" width="6666" height="629"/>
2292
+ </children>
2293
+ <children xmi:id="_Bg95oJW8Edyvcqg0Ap32kQ" type="Note" sourceEdges="_BhQ0kJW8Edyvcqg0Ap32kQ">
2294
+ <children xmi:id="_Bg95o5W8Edyvcqg0Ap32kQ" type="DiagramName"/>
2295
+ <children xmi:id="_Bg95pJW8Edyvcqg0Ap32kQ" type="Description"/>
2296
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_Bg95oZW8Edyvcqg0Ap32kQ" description="An Attribute ! will become &quot;anAttribute_&quot;" fillColor="13369343" lineColor="6737151"/>
2297
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Bg95opW8Edyvcqg0Ap32kQ" x="636" y="3498" width="6661" height="629"/>
2298
+ </children>
2299
+ <children xmi:id="_OwsqUJW8Edyvcqg0Ap32kQ" type="Note">
2300
+ <children xmi:id="_OwsqU5W8Edyvcqg0Ap32kQ" type="DiagramName"/>
2301
+ <children xmi:id="_OwsqVJW8Edyvcqg0Ap32kQ" type="Description"/>
2302
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_OwsqUZW8Edyvcqg0Ap32kQ" description="An Operation Z will become &quot;anOperationZ&quot;" fillColor="13369343" lineColor="6737151"/>
2303
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_OwsqUpW8Edyvcqg0Ap32kQ" x="636" y="4452" height="629"/>
2304
+ </children>
2305
+ <children xmi:id="_gNmK8JX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
2306
+ <eAnnotations xmi:id="_gNmK8ZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
2307
+ <children xmi:id="_gNmK8pX8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
2308
+ <children xmi:id="_gNmK85X8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
2309
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_gNmK9JX8Edyvcqg0Ap32kQ"/>
2310
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_gNmK9ZX8Edyvcqg0Ap32kQ" x="636" y="5724" height="735"/>
2311
+ </children>
2312
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_U0iRgpW7Edyvcqg0Ap32kQ"/>
2313
+ <edges xmi:id="_mjaHAJW7Edyvcqg0Ap32kQ" type="Reference" source="_mjHMEZW7Edyvcqg0Ap32kQ" target="_ZBpyMJW7Edyvcqg0Ap32kQ">
2314
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_mjaHAZW7Edyvcqg0Ap32kQ" showStereotype="Text"/>
2315
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_mjaHApW7Edyvcqg0Ap32kQ" points="[3, 0, -123, -59]$[222, 105, 96, 46]"/>
2316
+ </edges>
2317
+ <edges xmi:id="_uO_5sJW7Edyvcqg0Ap32kQ" type="Reference" source="_uOs-wJW7Edyvcqg0Ap32kQ" target="_ZBpyMJW7Edyvcqg0Ap32kQ">
2318
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_uO_5sZW7Edyvcqg0Ap32kQ" showStereotype="Text"/>
2319
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_uO_5spW7Edyvcqg0Ap32kQ" points="[3, 0, -123, -59]$[222, 105, 96, 46]"/>
2320
+ </edges>
2321
+ <edges xmi:id="_1j8G8JW7Edyvcqg0Ap32kQ" type="NoteAttachment" source="_1jpMAJW7Edyvcqg0Ap32kQ" target="_ZBpyMJW7Edyvcqg0Ap32kQ">
2322
+ <styles xmi:type="notation:ConnectorStyle" xmi:id="_1j8G8ZW7Edyvcqg0Ap32kQ"/>
2323
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_1j8G8pW7Edyvcqg0Ap32kQ" points="[3, 0, -123, -59]$[222, 105, 96, 46]"/>
2324
+ </edges>
2325
+ <edges xmi:id="_BhQ0kJW8Edyvcqg0Ap32kQ" type="NoteAttachment" source="_Bg95oJW8Edyvcqg0Ap32kQ" target="_ZBpyMJW7Edyvcqg0Ap32kQ">
2326
+ <styles xmi:type="notation:ConnectorStyle" xmi:id="_BhQ0kZW8Edyvcqg0Ap32kQ"/>
2327
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_BhQ0kpW8Edyvcqg0Ap32kQ" points="[3, 0, -123, -59]$[222, 105, 96, 46]"/>
2328
+ </edges>
2329
+ </contents>
2330
+ </eAnnotations>
2331
+ <ownedMember xmi:type="uml:Class" xmi:id="_ZBW3QJW7Edyvcqg0Ap32kQ" name="my Class Name">
2332
+ <ownedComment xmi:id="_mjHMEJW7Edyvcqg0Ap32kQ" body="Names in UML model do not need to be valid Java identifier and spaces are allowed" annotatedElement="_ZBW3QJW7Edyvcqg0Ap32kQ"/>
2333
+ <ownedComment xmi:id="_uOjNwJW7Edyvcqg0Ap32kQ" body="Java generator clean up names : remove spaces, apply proper casing so names become Java compliant and obey Java conventions." annotatedElement="_ZBW3QJW7Edyvcqg0Ap32kQ"/>
2334
+ <ownedAttribute xmi:id="_fuNw0JW7Edyvcqg0Ap32kQ" name="An Attribute !" visibility="private">
2335
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
2336
+ </ownedAttribute>
2337
+ <ownedOperation xmi:id="_khLJgJW7Edyvcqg0Ap32kQ" name="An Operation Z"/>
2338
+ </ownedMember>
2339
+ </ownedMember>
2340
+ <ownedMember xmi:type="uml:Package" xmi:id="_YYgy8KlhEdy9n9qKL3mrRQ" name="Javadoc Demo">
2341
+ <eAnnotations xmi:id="_YZJsIKlhEdy9n9qKL3mrRQ" source="uml2.diagrams" references="_YZJsIalhEdy9n9qKL3mrRQ">
2342
+ <contents xmi:type="notation:Diagram" xmi:id="_YZJsIalhEdy9n9qKL3mrRQ" type="Freeform" name="javadoc Demo">
2343
+ <children xmi:id="_f7T2AKlhEdy9n9qKL3mrRQ" sourceEdges="_suP6AKmCEdy9n9qKL3mrRQ" targetEdges="_Afu4kKlkEdy9n9qKL3mrRQ" element="_f6_s8KlhEdy9n9qKL3mrRQ">
2344
+ <children xmi:id="_f7eOEKlhEdy9n9qKL3mrRQ" type="ImageCompartment" element="_f6_s8KlhEdy9n9qKL3mrRQ">
2345
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_f7eOEalhEdy9n9qKL3mrRQ" width="1320" height="1320"/>
2346
+ </children>
2347
+ <children xmi:id="_f7eOEqlhEdy9n9qKL3mrRQ" type="Stereotype" element="_f6_s8KlhEdy9n9qKL3mrRQ"/>
2348
+ <children xmi:id="_f7eOE6lhEdy9n9qKL3mrRQ" type="Name" element="_f6_s8KlhEdy9n9qKL3mrRQ"/>
2349
+ <children xmi:id="_f7eOFKlhEdy9n9qKL3mrRQ" type="AttributeCompartment" element="_f6_s8KlhEdy9n9qKL3mrRQ">
2350
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_f7eOFalhEdy9n9qKL3mrRQ"/>
2351
+ <layoutConstraint xmi:type="notation:Ratio" xmi:id="_phurwKljEdy9n9qKL3mrRQ" value="0.21948212083847102"/>
2352
+ </children>
2353
+ <children xmi:id="_f7eOFqlhEdy9n9qKL3mrRQ" type="OperationCompartment" element="_f6_s8KlhEdy9n9qKL3mrRQ">
2354
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_f7eOF6lhEdy9n9qKL3mrRQ"/>
2355
+ <layoutConstraint xmi:type="notation:Ratio" xmi:id="_phurwaljEdy9n9qKL3mrRQ" value="0.7805178791615289"/>
2356
+ </children>
2357
+ <children xmi:id="_f7eOGKlhEdy9n9qKL3mrRQ" visible="false" type="SignalCompartment" element="_f6_s8KlhEdy9n9qKL3mrRQ">
2358
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_f7eOGalhEdy9n9qKL3mrRQ"/>
2359
+ </children>
2360
+ <children xmi:id="_f7eOGqlhEdy9n9qKL3mrRQ" visible="false" type="StructureCompartment" element="_f6_s8KlhEdy9n9qKL3mrRQ">
2361
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_f7eOG6lhEdy9n9qKL3mrRQ"/>
2362
+ </children>
2363
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_f7T2AalhEdy9n9qKL3mrRQ" showListSignature="true" showStereotype="Label"/>
2364
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_f7T2AqlhEdy9n9qKL3mrRQ" x="1272" y="-954" height="3849"/>
2365
+ </children>
2366
+ <children xmi:id="_AflHkKlkEdy9n9qKL3mrRQ" sourceEdges="_Afu4kKlkEdy9n9qKL3mrRQ" element="_j1cwUKlhEdy9n9qKL3mrRQ">
2367
+ <children xmi:id="_AflHk6lkEdy9n9qKL3mrRQ" type="CommentBody" element="_j1cwUKlhEdy9n9qKL3mrRQ"/>
2368
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_AflHkalkEdy9n9qKL3mrRQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2369
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_AflHkqlkEdy9n9qKL3mrRQ" x="1272" y="3180" width="7613"/>
2370
+ </children>
2371
+ <children xmi:id="_gsRRgKlkEdy9n9qKL3mrRQ" element="_Mf37kKliEdy9n9qKL3mrRQ">
2372
+ <children xmi:id="_gsRRg6lkEdy9n9qKL3mrRQ" type="CommentBody" element="_Mf37kKliEdy9n9qKL3mrRQ"/>
2373
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_gsRRgalkEdy9n9qKL3mrRQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2374
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_gsRRgqlkEdy9n9qKL3mrRQ" x="1272" y="6996" width="7613" height="1576"/>
2375
+ </children>
2376
+ <children xmi:id="_ieHCkKlkEdy9n9qKL3mrRQ" element="_X8ZMwKljEdy9n9qKL3mrRQ">
2377
+ <children xmi:id="_ieHCk6lkEdy9n9qKL3mrRQ" type="CommentBody" element="_X8ZMwKljEdy9n9qKL3mrRQ"/>
2378
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_ieHCkalkEdy9n9qKL3mrRQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2379
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ieHCkqlkEdy9n9qKL3mrRQ" x="1272" y="4770" width="7613" height="1893"/>
2380
+ </children>
2381
+ <children xmi:id="_ztijAKlkEdy9n9qKL3mrRQ" element="_bzpnoKliEdy9n9qKL3mrRQ">
2382
+ <children xmi:id="_ztijA6lkEdy9n9qKL3mrRQ" type="CommentBody" element="_bzpnoKliEdy9n9qKL3mrRQ"/>
2383
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_ztijAalkEdy9n9qKL3mrRQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2384
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ztijAqlkEdy9n9qKL3mrRQ" x="9222" y="4452" width="7614" height="940"/>
2385
+ </children>
2386
+ <children xmi:id="_TkrTsKllEdy9n9qKL3mrRQ" element="_TKnN4KllEdy9n9qKL3mrRQ">
2387
+ <children xmi:id="_TkrTs6llEdy9n9qKL3mrRQ" type="CommentBody" element="_TKnN4KllEdy9n9qKL3mrRQ"/>
2388
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_TkrTsallEdy9n9qKL3mrRQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2389
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_TkrTsqllEdy9n9qKL3mrRQ" x="9222" y="5724" width="7613" height="941"/>
2390
+ </children>
2391
+ <children xmi:id="_cc7dEKmBEdy9n9qKL3mrRQ" element="_6C-xYKmAEdy9n9qKL3mrRQ">
2392
+ <children xmi:id="_cc7dE6mBEdy9n9qKL3mrRQ" type="CommentBody" element="_6C-xYKmAEdy9n9qKL3mrRQ"/>
2393
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_cc7dEamBEdy9n9qKL3mrRQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2394
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_cc7dEqmBEdy9n9qKL3mrRQ" x="9222" y="6996" width="7614"/>
2395
+ </children>
2396
+ <children xmi:id="_p8oG8KmCEdy9n9qKL3mrRQ" targetEdges="_suP6AKmCEdy9n9qKL3mrRQ" element="_p8VMAKmCEdy9n9qKL3mrRQ">
2397
+ <children xmi:id="_p8oG86mCEdy9n9qKL3mrRQ" type="ImageCompartment" element="_p8VMAKmCEdy9n9qKL3mrRQ">
2398
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_p8oG9KmCEdy9n9qKL3mrRQ" width="1320" height="1320"/>
2399
+ </children>
2400
+ <children xmi:id="_p8oG9amCEdy9n9qKL3mrRQ" type="Stereotype" element="_p8VMAKmCEdy9n9qKL3mrRQ"/>
2401
+ <children xmi:id="_p8oG9qmCEdy9n9qKL3mrRQ" type="Name" element="_p8VMAKmCEdy9n9qKL3mrRQ"/>
2402
+ <children xmi:id="_p8oG96mCEdy9n9qKL3mrRQ" type="AttributeCompartment" element="_p8VMAKmCEdy9n9qKL3mrRQ">
2403
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_p8oG-KmCEdy9n9qKL3mrRQ"/>
2404
+ </children>
2405
+ <children xmi:id="_p8oG-amCEdy9n9qKL3mrRQ" type="OperationCompartment" element="_p8VMAKmCEdy9n9qKL3mrRQ">
2406
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_p8oG-qmCEdy9n9qKL3mrRQ"/>
2407
+ </children>
2408
+ <children xmi:id="_p8oG-6mCEdy9n9qKL3mrRQ" visible="false" type="SignalCompartment" element="_p8VMAKmCEdy9n9qKL3mrRQ">
2409
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_p8oG_KmCEdy9n9qKL3mrRQ"/>
2410
+ </children>
2411
+ <children xmi:id="_p8oG_amCEdy9n9qKL3mrRQ" visible="false" type="StructureCompartment" element="_p8VMAKmCEdy9n9qKL3mrRQ">
2412
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_p8oG_qmCEdy9n9qKL3mrRQ"/>
2413
+ </children>
2414
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_p8oG8amCEdy9n9qKL3mrRQ" showStereotype="Label"/>
2415
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_p8oG8qmCEdy9n9qKL3mrRQ" x="13674" y="1590"/>
2416
+ </children>
2417
+ <children xmi:id="_OYXEMKmDEdy9n9qKL3mrRQ" element="_9d38AKlhEdy9n9qKL3mrRQ">
2418
+ <children xmi:id="_OYXEM6mDEdy9n9qKL3mrRQ" type="CommentBody" element="_9d38AKlhEdy9n9qKL3mrRQ"/>
2419
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_OYXEMamDEdy9n9qKL3mrRQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2420
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_OYXEMqmDEdy9n9qKL3mrRQ" x="1272" y="8904" width="7613" height="941"/>
2421
+ </children>
2422
+ <children xmi:id="_QVPAkKmDEdy9n9qKL3mrRQ" element="_CCvyYKmDEdy9n9qKL3mrRQ">
2423
+ <children xmi:id="_QVPAk6mDEdy9n9qKL3mrRQ" type="CommentBody" element="_CCvyYKmDEdy9n9qKL3mrRQ"/>
2424
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_QVPAkamDEdy9n9qKL3mrRQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2425
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_QVPAkqmDEdy9n9qKL3mrRQ" x="9222" y="8586" width="7614" height="941"/>
2426
+ </children>
2427
+ <children xmi:id="_Kt7tIKnAEdy9n9qKL3mrRQ" targetEdges="_mH8yQKnAEdy9n9qKL3mrRQ" element="_Ktx8IKnAEdy9n9qKL3mrRQ">
2428
+ <children xmi:id="_Kt7tI6nAEdy9n9qKL3mrRQ" type="ImageCompartment" element="_Ktx8IKnAEdy9n9qKL3mrRQ">
2429
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_Kt7tJKnAEdy9n9qKL3mrRQ" width="1320" height="1320"/>
2430
+ </children>
2431
+ <children xmi:id="_Kt7tJanAEdy9n9qKL3mrRQ" type="Stereotype" element="_Ktx8IKnAEdy9n9qKL3mrRQ"/>
2432
+ <children xmi:id="_Kt7tJqnAEdy9n9qKL3mrRQ" type="Kind" element="_Ktx8IKnAEdy9n9qKL3mrRQ"/>
2433
+ <children xmi:id="_Kt7tJ6nAEdy9n9qKL3mrRQ" type="Name" element="_Ktx8IKnAEdy9n9qKL3mrRQ"/>
2434
+ <children xmi:id="_Kt7tKKnAEdy9n9qKL3mrRQ" type="EnumerationCompartment" element="_Ktx8IKnAEdy9n9qKL3mrRQ">
2435
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Kt7tKanAEdy9n9qKL3mrRQ"/>
2436
+ </children>
2437
+ <children xmi:id="_Kt7tKqnAEdy9n9qKL3mrRQ" visible="false" type="AttributeCompartment" element="_Ktx8IKnAEdy9n9qKL3mrRQ">
2438
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Kt7tK6nAEdy9n9qKL3mrRQ"/>
2439
+ </children>
2440
+ <children xmi:id="_Kt7tLKnAEdy9n9qKL3mrRQ" visible="false" type="OperationCompartment" element="_Ktx8IKnAEdy9n9qKL3mrRQ">
2441
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Kt7tLanAEdy9n9qKL3mrRQ"/>
2442
+ </children>
2443
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_Kt7tIanAEdy9n9qKL3mrRQ" showStereotype="Label"/>
2444
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Kt7tIqnAEdy9n9qKL3mrRQ" x="12720" y="-2544"/>
2445
+ </children>
2446
+ <children xmi:id="_mHzBQKnAEdy9n9qKL3mrRQ" sourceEdges="_mH8yQKnAEdy9n9qKL3mrRQ" element="_c7pawKnAEdy9n9qKL3mrRQ">
2447
+ <children xmi:id="_mHzBQ6nAEdy9n9qKL3mrRQ" type="CommentBody" element="_c7pawKnAEdy9n9qKL3mrRQ"/>
2448
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_mHzBQanAEdy9n9qKL3mrRQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2449
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_mHzBQqnAEdy9n9qKL3mrRQ" x="9222" y="3180" width="7359" height="941"/>
2450
+ </children>
2451
+ <children xmi:id="_rcSZsKnAEdy9n9qKL3mrRQ" element="_f2qaYKnAEdy9n9qKL3mrRQ">
2452
+ <children xmi:id="_rcSZs6nAEdy9n9qKL3mrRQ" type="CommentBody" element="_f2qaYKnAEdy9n9qKL3mrRQ"/>
2453
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_rcSZsanAEdy9n9qKL3mrRQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2454
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_rcSZsqnAEdy9n9qKL3mrRQ" x="9222" y="9858" width="7614" height="941"/>
2455
+ </children>
2456
+ <children xmi:id="_u1P5kKnAEdy9n9qKL3mrRQ" element="_hLccAKnAEdy9n9qKL3mrRQ">
2457
+ <children xmi:id="_u1P5k6nAEdy9n9qKL3mrRQ" type="CommentBody" element="_hLccAKnAEdy9n9qKL3mrRQ"/>
2458
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_u1P5kanAEdy9n9qKL3mrRQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2459
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_u1P5kqnAEdy9n9qKL3mrRQ" x="1272" y="10176" width="7613" height="940"/>
2460
+ </children>
2461
+ <children xmi:id="_tYqtMKnIEdy9n9qKL3mrRQ" targetEdges="_4jxTsKnIEdy9n9qKL3mrRQ" element="_r6MkEKnIEdy9n9qKL3mrRQ">
2462
+ <children xmi:id="_tYqtM6nIEdy9n9qKL3mrRQ" type="ImageCompartment" element="_r6MkEKnIEdy9n9qKL3mrRQ">
2463
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_tYqtNKnIEdy9n9qKL3mrRQ" width="530" height="530"/>
2464
+ </children>
2465
+ <children xmi:id="_tYqtNanIEdy9n9qKL3mrRQ" type="Stereotype" element="_r6MkEKnIEdy9n9qKL3mrRQ"/>
2466
+ <children xmi:id="_tYqtNqnIEdy9n9qKL3mrRQ" type="Kind" element="_r6MkEKnIEdy9n9qKL3mrRQ"/>
2467
+ <children xmi:id="_tYqtN6nIEdy9n9qKL3mrRQ" type="Name" element="_r6MkEKnIEdy9n9qKL3mrRQ"/>
2468
+ <children xmi:id="_tYqtOKnIEdy9n9qKL3mrRQ" type="AttributeCompartment" element="_r6MkEKnIEdy9n9qKL3mrRQ">
2469
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_tYqtOanIEdy9n9qKL3mrRQ"/>
2470
+ </children>
2471
+ <children xmi:id="_tYqtOqnIEdy9n9qKL3mrRQ" type="OperationCompartment" element="_r6MkEKnIEdy9n9qKL3mrRQ">
2472
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_tYqtO6nIEdy9n9qKL3mrRQ"/>
2473
+ </children>
2474
+ <children xmi:id="_tYqtPKnIEdy9n9qKL3mrRQ" visible="false" type="SignalCompartment" element="_r6MkEKnIEdy9n9qKL3mrRQ">
2475
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_tYqtPanIEdy9n9qKL3mrRQ"/>
2476
+ </children>
2477
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_tYqtManIEdy9n9qKL3mrRQ" showStereotype="Label" useClassifierShape="true"/>
2478
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_tYqtMqnIEdy9n9qKL3mrRQ" x="6996" y="-2544"/>
2479
+ </children>
2480
+ <children xmi:id="_4joJwKnIEdy9n9qKL3mrRQ" sourceEdges="_4jxTsKnIEdy9n9qKL3mrRQ" element="_z4jhwKnIEdy9n9qKL3mrRQ">
2481
+ <children xmi:id="_4joJw6nIEdy9n9qKL3mrRQ" type="CommentBody" element="_z4jhwKnIEdy9n9qKL3mrRQ"/>
2482
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_4joJwanIEdy9n9qKL3mrRQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2483
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_4joJwqnIEdy9n9qKL3mrRQ" x="9222" y="11130" width="7614"/>
2484
+ </children>
2485
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_YZJsIqlhEdy9n9qKL3mrRQ"/>
2486
+ <edges xmi:id="_Afu4kKlkEdy9n9qKL3mrRQ" type="Reference" source="_AflHkKlkEdy9n9qKL3mrRQ" target="_f7T2AKlhEdy9n9qKL3mrRQ">
2487
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_Afu4kalkEdy9n9qKL3mrRQ" showStereotype="Text"/>
2488
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_Afu4kqlkEdy9n9qKL3mrRQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
2489
+ </edges>
2490
+ <edges xmi:id="_suP6AKmCEdy9n9qKL3mrRQ" element="_stzOEKmCEdy9n9qKL3mrRQ" source="_f7T2AKlhEdy9n9qKL3mrRQ" target="_p8oG8KmCEdy9n9qKL3mrRQ">
2491
+ <children xmi:id="_suZrAKmCEdy9n9qKL3mrRQ" type="NameLabel" element="_stzOEKmCEdy9n9qKL3mrRQ">
2492
+ <children xmi:id="_suZrAqmCEdy9n9qKL3mrRQ" type="Stereotype" element="_stzOEKmCEdy9n9qKL3mrRQ"/>
2493
+ <children xmi:id="_suZrA6mCEdy9n9qKL3mrRQ" type="Name" element="_stzOEKmCEdy9n9qKL3mrRQ"/>
2494
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_suZrAamCEdy9n9qKL3mrRQ" y="-148"/>
2495
+ </children>
2496
+ <children xmi:id="_suZrBKmCEdy9n9qKL3mrRQ" type="ToMultiplicityLabel" element="_stzOEqmCEdy9n9qKL3mrRQ">
2497
+ <children xmi:id="_suZrBqmCEdy9n9qKL3mrRQ" type="ToMultiplicity" element="_stzOEqmCEdy9n9qKL3mrRQ"/>
2498
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_suZrBamCEdy9n9qKL3mrRQ" y="318"/>
2499
+ </children>
2500
+ <children xmi:id="_suZrB6mCEdy9n9qKL3mrRQ" type="ToRoleLabel" element="_stzOEqmCEdy9n9qKL3mrRQ">
2501
+ <children xmi:id="_suZrCamCEdy9n9qKL3mrRQ" type="ToRole" element="_stzOEqmCEdy9n9qKL3mrRQ"/>
2502
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_suZrCKmCEdy9n9qKL3mrRQ" y="-317"/>
2503
+ </children>
2504
+ <children xmi:id="_suZrCqmCEdy9n9qKL3mrRQ" type="FromMultiplicityLabel" element="_stzOEamCEdy9n9qKL3mrRQ">
2505
+ <children xmi:id="_suZrDKmCEdy9n9qKL3mrRQ" type="FromMultiplicity" element="_stzOEamCEdy9n9qKL3mrRQ"/>
2506
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_suZrC6mCEdy9n9qKL3mrRQ" x="403" y="717"/>
2507
+ </children>
2508
+ <children xmi:id="_suZrDamCEdy9n9qKL3mrRQ" type="FromRoleLabel" element="_stzOEamCEdy9n9qKL3mrRQ">
2509
+ <children xmi:id="_suZrD6mCEdy9n9qKL3mrRQ" type="FromRole" element="_stzOEamCEdy9n9qKL3mrRQ"/>
2510
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_suZrDqmCEdy9n9qKL3mrRQ" x="403" y="-1243"/>
2511
+ </children>
2512
+ <children xmi:id="_suZrEKmCEdy9n9qKL3mrRQ" type="ToQualifierLabel" element="_stzOEqmCEdy9n9qKL3mrRQ">
2513
+ <children xmi:id="_suZrEqmCEdy9n9qKL3mrRQ" type="QualifierCompartment" element="_stzOEqmCEdy9n9qKL3mrRQ">
2514
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_suZrE6mCEdy9n9qKL3mrRQ"/>
2515
+ </children>
2516
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_suZrEamCEdy9n9qKL3mrRQ" y="-148"/>
2517
+ </children>
2518
+ <children xmi:id="_suZrFKmCEdy9n9qKL3mrRQ" type="FromQualifierLabel" element="_stzOEamCEdy9n9qKL3mrRQ">
2519
+ <children xmi:id="_suZrFqmCEdy9n9qKL3mrRQ" type="QualifierCompartment" element="_stzOEamCEdy9n9qKL3mrRQ">
2520
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_suZrF6mCEdy9n9qKL3mrRQ"/>
2521
+ </children>
2522
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_suZrFamCEdy9n9qKL3mrRQ" y="-148"/>
2523
+ </children>
2524
+ <children xmi:id="_suZrGKmCEdy9n9qKL3mrRQ" type="ToRoleLabel" element="_stzOEqmCEdy9n9qKL3mrRQ">
2525
+ <eAnnotations xmi:id="_suZrGqmCEdy9n9qKL3mrRQ" source="ToConstraintLabel"/>
2526
+ <children xmi:id="_suZrG6mCEdy9n9qKL3mrRQ" visible="false" type="ToConstraintCompartment" element="_stzOEqmCEdy9n9qKL3mrRQ">
2527
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_suZrHKmCEdy9n9qKL3mrRQ"/>
2528
+ </children>
2529
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_suZrGamCEdy9n9qKL3mrRQ" y="847"/>
2530
+ </children>
2531
+ <children xmi:id="_suZrHamCEdy9n9qKL3mrRQ" type="FromRoleLabel" element="_stzOEamCEdy9n9qKL3mrRQ">
2532
+ <eAnnotations xmi:id="_suZrH6mCEdy9n9qKL3mrRQ" source="FromConstraintLabel"/>
2533
+ <children xmi:id="_suZrIKmCEdy9n9qKL3mrRQ" visible="false" type="FromConstraintCompartment" element="_stzOEamCEdy9n9qKL3mrRQ">
2534
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_suZrIamCEdy9n9qKL3mrRQ"/>
2535
+ </children>
2536
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_suZrHqmCEdy9n9qKL3mrRQ" y="847"/>
2537
+ </children>
2538
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_suP6AamCEdy9n9qKL3mrRQ" showStereotype="Text"/>
2539
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_suP6AqmCEdy9n9qKL3mrRQ" points="[5229, -169, -3026, -1333]$[8425, -169, 170, -1333]$[8425, 635, 170, -529]"/>
2540
+ </edges>
2541
+ <edges xmi:id="_mH8yQKnAEdy9n9qKL3mrRQ" type="Reference" source="_mHzBQKnAEdy9n9qKL3mrRQ" target="_Kt7tIKnAEdy9n9qKL3mrRQ">
2542
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_mH8yQanAEdy9n9qKL3mrRQ" showStereotype="Text"/>
2543
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_mH8yQqnAEdy9n9qKL3mrRQ" points="[3704, -21, 1418, 5313]$[5186, -21, 2900, 5313]$[5186, -5122, 2900, 212]$[4763, -5122, 2477, 212]"/>
2544
+ </edges>
2545
+ <edges xmi:id="_4jxTsKnIEdy9n9qKL3mrRQ" type="Reference" source="_4joJwKnIEdy9n9qKL3mrRQ" target="_tYqtMKnIEdy9n9qKL3mrRQ">
2546
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_4jxTsanIEdy9n9qKL3mrRQ" showStereotype="Text"/>
2547
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_4jxTsqnIEdy9n9qKL3mrRQ" points="[3831, -21, 7069, 13610]$[5525, -21, 8763, 13610]$[5525, -15726, 8763, -2095]$[-3238, -15726, 0, -2095]$[-3238, -14351, 0, -720]"/>
2548
+ </edges>
2549
+ </contents>
2550
+ </eAnnotations>
2551
+ <ownedMember xmi:type="uml:Class" xmi:id="_f6_s8KlhEdy9n9qKL3mrRQ" name="A Well Documented Class">
2552
+ <ownedComment xmi:id="_j1cwUKlhEdy9n9qKL3mrRQ" body="This is a demo comment created in UML model for AWellDocumentedClass." annotatedElement="_f6_s8KlhEdy9n9qKL3mrRQ">
2553
+ <eAnnotations xmi:id="_j1cwUalhEdy9n9qKL3mrRQ" source="appliedStereotypes">
2554
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_j1cwUqlhEdy9n9qKL3mrRQ"/>
2555
+ </eAnnotations>
2556
+ </ownedComment>
2557
+ <ownedAttribute xmi:id="_3kz24KlhEdy9n9qKL3mrRQ" name="a Documented Attribute" visibility="private">
2558
+ <ownedComment xmi:id="_9d38AKlhEdy9n9qKL3mrRQ" body="This is a demo documentation created in UML model for aDocumented Attribute&#xD;&#xA;&#xD;&#xA;" annotatedElement="_3kz24KlhEdy9n9qKL3mrRQ">
2559
+ <eAnnotations xmi:id="_9d38AalhEdy9n9qKL3mrRQ" source="appliedStereotypes">
2560
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_9d38AqlhEdy9n9qKL3mrRQ"/>
2561
+ </eAnnotations>
2562
+ </ownedComment>
2563
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXfBUK86EdieaYgxtVWN8Q"/>
2564
+ </ownedAttribute>
2565
+ <ownedAttribute xmi:id="_stzOEamCEdy9n9qKL3mrRQ" name="a Doc Assoc" visibility="private" type="_p8VMAKmCEdy9n9qKL3mrRQ" association="_stzOEKmCEdy9n9qKL3mrRQ">
2566
+ <ownedComment xmi:id="_AA9g0KmDEdy9n9qKL3mrRQ" body="This is a demo documentation created in UML model for a Doc Assoc association role." annotatedElement="_stzOEamCEdy9n9qKL3mrRQ">
2567
+ <eAnnotations xmi:id="_AA9g0amDEdy9n9qKL3mrRQ" source="appliedStereotypes">
2568
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_AA9g0qmDEdy9n9qKL3mrRQ"/>
2569
+ </eAnnotations>
2570
+ </ownedComment>
2571
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_stzOFKmCEdy9n9qKL3mrRQ" value="1"/>
2572
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_stzOE6mCEdy9n9qKL3mrRQ"/>
2573
+ </ownedAttribute>
2574
+ <ownedOperation xmi:id="_1WGjoKlhEdy9n9qKL3mrRQ" name="a Documented Operation">
2575
+ <ownedComment xmi:id="_Mf37kKliEdy9n9qKL3mrRQ" body="This is a demo documentation created in UML model for aDocumentedOperation.&#xD;&#xA;This text is about &quot;a Documented Operation&quot;.&#xD;&#xA;" annotatedElement="_1WGjoKlhEdy9n9qKL3mrRQ">
2576
+ <eAnnotations xmi:id="_MgBskKliEdy9n9qKL3mrRQ" source="appliedStereotypes">
2577
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_MgBskaliEdy9n9qKL3mrRQ"/>
2578
+ </eAnnotations>
2579
+ </ownedComment>
2580
+ </ownedOperation>
2581
+ <ownedOperation xmi:id="_YY2UsKliEdy9n9qKL3mrRQ" name="a Documented Operation With Return">
2582
+ <ownedComment xmi:id="_bzpnoKliEdy9n9qKL3mrRQ" body="This is a demo documentation created in UML model for ADocumentedOperationWithReturn." annotatedElement="_YY2UsKliEdy9n9qKL3mrRQ">
2583
+ <eAnnotations xmi:id="_bzpnoaliEdy9n9qKL3mrRQ" source="appliedStereotypes">
2584
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_bzpnoqliEdy9n9qKL3mrRQ"/>
2585
+ </eAnnotations>
2586
+ </ownedComment>
2587
+ <returnResult xmi:id="_Ak6wAKljEdy9n9qKL3mrRQ" name="ReturnResultParameter1" direction="return">
2588
+ <ownedComment xmi:id="_6C-xYKmAEdy9n9qKL3mrRQ" body="This is a demo documentation created in UML model for aDocumentedOperationWithReturn return parameter." annotatedElement="_Ak6wAKljEdy9n9qKL3mrRQ">
2589
+ <eAnnotations xmi:id="_6C-xYamAEdy9n9qKL3mrRQ" source="appliedStereotypes">
2590
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_6C-xYqmAEdy9n9qKL3mrRQ"/>
2591
+ </eAnnotations>
2592
+ </ownedComment>
2593
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXfBUK86EdieaYgxtVWN8Q"/>
2594
+ </returnResult>
2595
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXfBUK86EdieaYgxtVWN8Q"/>
2596
+ <ownedParameter xmi:id="_IQ2PAKllEdy9n9qKL3mrRQ" name="a Param" effect="read">
2597
+ <ownedComment xmi:id="_TKnN4KllEdy9n9qKL3mrRQ" body="This is a demo documentation created in UML model for aParam." annotatedElement="_IQ2PAKllEdy9n9qKL3mrRQ">
2598
+ <eAnnotations xmi:id="_TKnN4allEdy9n9qKL3mrRQ" source="appliedStereotypes">
2599
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_TKnN4qllEdy9n9qKL3mrRQ"/>
2600
+ </eAnnotations>
2601
+ </ownedComment>
2602
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXfBUK86EdieaYgxtVWN8Q"/>
2603
+ </ownedParameter>
2604
+ </ownedOperation>
2605
+ <ownedOperation xmi:id="_Ojb5UKljEdy9n9qKL3mrRQ" name="a Documented Operation With Parameters">
2606
+ <ownedComment xmi:id="_X8ZMwKljEdy9n9qKL3mrRQ" body="This is a demo documentation created in UML model for ADocumentedOperationWithParameters.&#xD;&#xA;(A Documented Operation With Parameters)&#xD;&#xA;This operation does this and that.&#xD;&#xA;" annotatedElement="_Ojb5UKljEdy9n9qKL3mrRQ">
2607
+ <eAnnotations xmi:id="_X8ZMwaljEdy9n9qKL3mrRQ" source="appliedStereotypes">
2608
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_X8ZMwqljEdy9n9qKL3mrRQ"/>
2609
+ </eAnnotations>
2610
+ </ownedComment>
2611
+ </ownedOperation>
2612
+ </ownedMember>
2613
+ <ownedMember xmi:type="uml:Class" xmi:id="_p8VMAKmCEdy9n9qKL3mrRQ" name="A Class">
2614
+ <ownedAttribute xmi:id="_stzOEqmCEdy9n9qKL3mrRQ" name="roleA" visibility="private" type="_f6_s8KlhEdy9n9qKL3mrRQ" association="_stzOEKmCEdy9n9qKL3mrRQ">
2615
+ <ownedComment xmi:id="_CCvyYKmDEdy9n9qKL3mrRQ" body="This is a demo documentation created in UML model for a roleA association role." annotatedElement="_stzOEqmCEdy9n9qKL3mrRQ">
2616
+ <eAnnotations xmi:id="_CCvyYamDEdy9n9qKL3mrRQ" source="appliedStereotypes">
2617
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_CCvyYqmDEdy9n9qKL3mrRQ"/>
2618
+ </eAnnotations>
2619
+ </ownedComment>
2620
+ </ownedAttribute>
2621
+ </ownedMember>
2622
+ <ownedMember xmi:type="uml:Association" xmi:id="_stzOEKmCEdy9n9qKL3mrRQ" memberEnd="_stzOEamCEdy9n9qKL3mrRQ _stzOEqmCEdy9n9qKL3mrRQ"/>
2623
+ <ownedMember xmi:type="uml:Enumeration" xmi:id="_Ktx8IKnAEdy9n9qKL3mrRQ" name="A Well Documented Enum">
2624
+ <ownedComment xmi:id="_c7pawKnAEdy9n9qKL3mrRQ" body="This is a demo comment created in UML model for A Well Documented Enum&#xD;&#xA;" annotatedElement="_Ktx8IKnAEdy9n9qKL3mrRQ">
2625
+ <eAnnotations xmi:id="_c7pawanAEdy9n9qKL3mrRQ" source="appliedStereotypes">
2626
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_c7pawqnAEdy9n9qKL3mrRQ"/>
2627
+ </eAnnotations>
2628
+ </ownedComment>
2629
+ <ownedLiteral xmi:id="_P4l0IKnAEdy9n9qKL3mrRQ" name="red">
2630
+ <ownedComment xmi:id="_hLccAKnAEdy9n9qKL3mrRQ" body="This is a demo comment created in UML model for red enum literall" annotatedElement="_P4l0IKnAEdy9n9qKL3mrRQ">
2631
+ <eAnnotations xmi:id="_hLccAanAEdy9n9qKL3mrRQ" source="appliedStereotypes">
2632
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_hLccAqnAEdy9n9qKL3mrRQ"/>
2633
+ </eAnnotations>
2634
+ </ownedComment>
2635
+ <specification xmi:type="uml:OpaqueExpression" xmi:id="_Q7y9kKnAEdy9n9qKL3mrRQ"/>
2636
+ </ownedLiteral>
2637
+ <ownedLiteral xmi:id="_RkU9MKnAEdy9n9qKL3mrRQ" name="blue">
2638
+ <ownedComment xmi:id="_f2qaYKnAEdy9n9qKL3mrRQ" body="This is a demo comment created in UML model for blue enum litteral." annotatedElement="_RkU9MKnAEdy9n9qKL3mrRQ">
2639
+ <eAnnotations xmi:id="_f2zkUKnAEdy9n9qKL3mrRQ" source="appliedStereotypes">
2640
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_f2zkUanAEdy9n9qKL3mrRQ"/>
2641
+ </eAnnotations>
2642
+ </ownedComment>
2643
+ <specification xmi:type="uml:OpaqueExpression" xmi:id="_RxlWEKnAEdy9n9qKL3mrRQ"/>
2644
+ </ownedLiteral>
2645
+ </ownedMember>
2646
+ <ownedMember xmi:type="uml:Interface" xmi:id="_r6MkEKnIEdy9n9qKL3mrRQ" name="A Well Documented Interface">
2647
+ <ownedComment xmi:id="_z4jhwKnIEdy9n9qKL3mrRQ" body="This is a demo comment created in UML model for interface AWellDocumentedInterface." annotatedElement="_r6MkEKnIEdy9n9qKL3mrRQ">
2648
+ <eAnnotations xmi:id="_z4jhwanIEdy9n9qKL3mrRQ" source="appliedStereotypes">
2649
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_z4jhwqnIEdy9n9qKL3mrRQ"/>
2650
+ </eAnnotations>
2651
+ </ownedComment>
2652
+ </ownedMember>
2653
+ </ownedMember>
2654
+ <ownedMember xmi:type="uml:Package" xmi:id="_GT73YMQ1Edyo2ZiKrKv3-g" name="Predefined Data Types demo">
2655
+ <eAnnotations xmi:id="_GUFBUMQ1Edyo2ZiKrKv3-g" source="uml2.diagrams" references="_GUFBUcQ1Edyo2ZiKrKv3-g">
2656
+ <contents xmi:type="notation:Diagram" xmi:id="_GUFBUcQ1Edyo2ZiKrKv3-g" type="Freeform" name="Predefined DataType Demo">
2657
+ <children xmi:id="_og4zcMQ2Edyo2ZiKrKv3-g" element="_Jta7sMQ1Edyo2ZiKrKv3-g">
2658
+ <children xmi:id="_og4zc8Q2Edyo2ZiKrKv3-g" type="ImageCompartment" element="_Jta7sMQ1Edyo2ZiKrKv3-g">
2659
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_og4zdMQ2Edyo2ZiKrKv3-g" width="1320" height="1320"/>
2660
+ </children>
2661
+ <children xmi:id="_og4zdcQ2Edyo2ZiKrKv3-g" type="Stereotype" element="_Jta7sMQ1Edyo2ZiKrKv3-g"/>
2662
+ <children xmi:id="_og4zdsQ2Edyo2ZiKrKv3-g" type="Name" element="_Jta7sMQ1Edyo2ZiKrKv3-g"/>
2663
+ <children xmi:id="_og4zd8Q2Edyo2ZiKrKv3-g" type="AttributeCompartment" element="_Jta7sMQ1Edyo2ZiKrKv3-g">
2664
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_og4zeMQ2Edyo2ZiKrKv3-g"/>
2665
+ </children>
2666
+ <children xmi:id="_og4zecQ2Edyo2ZiKrKv3-g" type="OperationCompartment" element="_Jta7sMQ1Edyo2ZiKrKv3-g">
2667
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_og4zesQ2Edyo2ZiKrKv3-g"/>
2668
+ </children>
2669
+ <children xmi:id="_og4ze8Q2Edyo2ZiKrKv3-g" visible="false" type="SignalCompartment" element="_Jta7sMQ1Edyo2ZiKrKv3-g">
2670
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_og4zfMQ2Edyo2ZiKrKv3-g"/>
2671
+ </children>
2672
+ <children xmi:id="_ohCkcMQ2Edyo2ZiKrKv3-g" visible="false" type="StructureCompartment" element="_Jta7sMQ1Edyo2ZiKrKv3-g">
2673
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_ohCkccQ2Edyo2ZiKrKv3-g"/>
2674
+ </children>
2675
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_og4zccQ2Edyo2ZiKrKv3-g" showStereotype="Label"/>
2676
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_og4zcsQ2Edyo2ZiKrKv3-g" x="318" y="636"/>
2677
+ </children>
2678
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_GUFBUsQ1Edyo2ZiKrKv3-g"/>
2679
+ </contents>
2680
+ </eAnnotations>
2681
+ <ownedMember xmi:type="uml:Class" xmi:id="_Jta7sMQ1Edyo2ZiKrKv3-g" name="Class With Predefined Data Types">
2682
+ <ownedAttribute xmi:id="_MHvpEMQ1Edyo2ZiKrKv3-g" name="aBlob" visibility="private" type="_OBKBwMQ1Edyo2ZiKrKv3-g"/>
2683
+ <ownedAttribute xmi:id="_KZUi8MQ2Edyo2ZiKrKv3-g" name="aString" visibility="private">
2684
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
2685
+ </ownedAttribute>
2686
+ <ownedAttribute xmi:id="_Kg6YsMQ2Edyo2ZiKrKv3-g" name="aCalendar" visibility="private" type="_sscDUMQ1Edyo2ZiKrKv3-g" isUnique="false"/>
2687
+ <ownedAttribute xmi:id="_exlckMQ2Edyo2ZiKrKv3-g" name="aTimeStamp" visibility="private" type="_tO2M0MQ1Edyo2ZiKrKv3-g"/>
2688
+ </ownedMember>
2689
+ <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_OBKBwMQ1Edyo2ZiKrKv3-g" name="Blob"/>
2690
+ <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_sscDUMQ1Edyo2ZiKrKv3-g" name="Calendar"/>
2691
+ <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_tO2M0MQ1Edyo2ZiKrKv3-g" name="TimeStamp"/>
2692
+ </ownedMember>
2693
+ <ownedMember xmi:type="uml:Package" xmi:id="_zvkB8C5bEd2BKohsknSqMQ" name="Annotation Demo">
2694
+ <eAnnotations xmi:id="_zvkB8S5bEd2BKohsknSqMQ" source="uml2.diagrams" references="_zvkB8i5bEd2BKohsknSqMQ">
2695
+ <contents xmi:type="notation:Diagram" xmi:id="_zvkB8i5bEd2BKohsknSqMQ" type="Freeform" name="Annotation Demo">
2696
+ <children xmi:id="_DZXoYC5cEd2BKohsknSqMQ" element="_1QawsC5bEd2BKohsknSqMQ">
2697
+ <children xmi:id="_DZXoYy5cEd2BKohsknSqMQ" type="ImageCompartment" element="_1QawsC5bEd2BKohsknSqMQ">
2698
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_DZXoZC5cEd2BKohsknSqMQ" width="1320" height="1320"/>
2699
+ </children>
2700
+ <children xmi:id="_DZXoZS5cEd2BKohsknSqMQ" type="Stereotype" element="_1QawsC5bEd2BKohsknSqMQ"/>
2701
+ <children xmi:id="_DZXoZi5cEd2BKohsknSqMQ" type="Name" element="_1QawsC5bEd2BKohsknSqMQ"/>
2702
+ <children xmi:id="_DZXoZy5cEd2BKohsknSqMQ" type="AttributeCompartment" element="_1QawsC5bEd2BKohsknSqMQ">
2703
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_DZXoaC5cEd2BKohsknSqMQ"/>
2704
+ </children>
2705
+ <children xmi:id="_DZXoaS5cEd2BKohsknSqMQ" type="OperationCompartment" element="_1QawsC5bEd2BKohsknSqMQ">
2706
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_DZXoai5cEd2BKohsknSqMQ"/>
2707
+ </children>
2708
+ <children xmi:id="_DZXoay5cEd2BKohsknSqMQ" visible="false" type="SignalCompartment" element="_1QawsC5bEd2BKohsknSqMQ">
2709
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_DZXobC5cEd2BKohsknSqMQ"/>
2710
+ </children>
2711
+ <children xmi:id="_DZXobS5cEd2BKohsknSqMQ" visible="false" type="StructureCompartment" element="_1QawsC5bEd2BKohsknSqMQ">
2712
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_DZXobi5cEd2BKohsknSqMQ"/>
2713
+ </children>
2714
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_DZXoYS5cEd2BKohsknSqMQ" showStereotype="Label"/>
2715
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_DZXoYi5cEd2BKohsknSqMQ" x="318" y="636"/>
2716
+ </children>
2717
+ <children xmi:id="_O5L6oC5cEd2BKohsknSqMQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
2718
+ <eAnnotations xmi:id="_O5L6pS5cEd2BKohsknSqMQ" source="DiagramLink"/>
2719
+ <children xmi:id="_O5L6oy5cEd2BKohsknSqMQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
2720
+ <children xmi:id="_O5L6pC5cEd2BKohsknSqMQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
2721
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_O5L6oS5cEd2BKohsknSqMQ"/>
2722
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_O5L6oi5cEd2BKohsknSqMQ" x="318" y="2544"/>
2723
+ </children>
2724
+ <children xmi:id="_XeI-QC5cEd2BKohsknSqMQ" element="_Xd_0UC5cEd2BKohsknSqMQ">
2725
+ <children xmi:id="_XeI-Qy5cEd2BKohsknSqMQ" type="CommentBody" element="_Xd_0UC5cEd2BKohsknSqMQ"/>
2726
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_XeI-QS5cEd2BKohsknSqMQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2727
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XeI-Qi5cEd2BKohsknSqMQ" x="6678" y="636" width="5710" height="1893"/>
2728
+ </children>
2729
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_zvkB8y5bEd2BKohsknSqMQ"/>
2730
+ </contents>
2731
+ </eAnnotations>
2732
+ <ownedComment xmi:id="_Xd_0UC5cEd2BKohsknSqMQ" body="A class stereotyped &quot;Annotation&quot; will be generated as a Java5 annotation (@Interface)"/>
2733
+ <ownedMember xmi:type="uml:Class" xmi:id="_1QawsC5bEd2BKohsknSqMQ" name="An Annotation">
2734
+ <eAnnotations xmi:id="_CX8noC5cEd2BKohsknSqMQ" source="appliedStereotypes">
2735
+ <contents xmi:type="OntoMDEprofil_25:OntoMDEprofil__Annotation" xmi:id="_CX8noS5cEd2BKohsknSqMQ"/>
2736
+ </eAnnotations>
2737
+ <ownedAttribute xmi:id="_EpsAwC5cEd2BKohsknSqMQ" name="an Annotation Attribute">
2738
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
2739
+ </ownedAttribute>
2740
+ </ownedMember>
2741
+ </ownedMember>
2742
+ </ownedMember>
2743
+ <ownedMember xmi:type="uml:Package" xmi:id="_51sp8JVhEdyFDMarjK_sbQ" name="java5-advanced-demos">
2744
+ <eAnnotations xmi:id="_51sp8ZVhEdyFDMarjK_sbQ" source="uml2.diagrams"/>
2745
+ <ownedMember xmi:type="uml:Package" xmi:id="_kLntsJViEdyFDMarjK_sbQ" name="Abstract Operation AutoImplement">
2746
+ <eAnnotations xmi:id="_kLntsZViEdyFDMarjK_sbQ" source="uml2.diagrams" references="_kLntspViEdyFDMarjK_sbQ">
2747
+ <contents xmi:type="notation:Diagram" xmi:id="_kLntspViEdyFDMarjK_sbQ" type="Freeform" name="Abstract Operation AutoImplement">
2748
+ <children xmi:id="_saYe4JViEdyFDMarjK_sbQ" targetEdges="_3CUt8JViEdyFDMarjK_sbQ" element="_saFj8JViEdyFDMarjK_sbQ">
2749
+ <children xmi:id="_saYe45ViEdyFDMarjK_sbQ" type="ImageCompartment" element="_saFj8JViEdyFDMarjK_sbQ">
2750
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_saYe5JViEdyFDMarjK_sbQ" width="1320" height="1320"/>
2751
+ </children>
2752
+ <children xmi:id="_saYe5ZViEdyFDMarjK_sbQ" type="Stereotype" element="_saFj8JViEdyFDMarjK_sbQ"/>
2753
+ <children xmi:id="_saYe5pViEdyFDMarjK_sbQ" type="Name" element="_saFj8JViEdyFDMarjK_sbQ"/>
2754
+ <children xmi:id="_saYe55ViEdyFDMarjK_sbQ" type="AttributeCompartment" element="_saFj8JViEdyFDMarjK_sbQ">
2755
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_saYe6JViEdyFDMarjK_sbQ"/>
2756
+ </children>
2757
+ <children xmi:id="_saYe6ZViEdyFDMarjK_sbQ" type="OperationCompartment" element="_saFj8JViEdyFDMarjK_sbQ">
2758
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_saYe6pViEdyFDMarjK_sbQ"/>
2759
+ </children>
2760
+ <children xmi:id="_saYe65ViEdyFDMarjK_sbQ" visible="false" type="SignalCompartment" element="_saFj8JViEdyFDMarjK_sbQ">
2761
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_saYe7JViEdyFDMarjK_sbQ"/>
2762
+ </children>
2763
+ <children xmi:id="_saYe7ZViEdyFDMarjK_sbQ" visible="false" type="StructureCompartment" element="_saFj8JViEdyFDMarjK_sbQ">
2764
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_saYe7pViEdyFDMarjK_sbQ"/>
2765
+ </children>
2766
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_saYe4ZViEdyFDMarjK_sbQ" showStereotype="Label"/>
2767
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_saYe4pViEdyFDMarjK_sbQ" x="318" y="954"/>
2768
+ </children>
2769
+ <children xmi:id="_0EoNwJViEdyFDMarjK_sbQ" sourceEdges="_3CUt8JViEdyFDMarjK_sbQ" targetEdges="_4tAuIJViEdyFDMarjK_sbQ" element="_0EVS0JViEdyFDMarjK_sbQ">
2770
+ <children xmi:id="_0EoNw5ViEdyFDMarjK_sbQ" type="ImageCompartment" element="_0EVS0JViEdyFDMarjK_sbQ">
2771
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_0EoNxJViEdyFDMarjK_sbQ" width="1320" height="1320"/>
2772
+ </children>
2773
+ <children xmi:id="_0EoNxZViEdyFDMarjK_sbQ" type="Stereotype" element="_0EVS0JViEdyFDMarjK_sbQ"/>
2774
+ <children xmi:id="_0EoNxpViEdyFDMarjK_sbQ" type="Name" element="_0EVS0JViEdyFDMarjK_sbQ"/>
2775
+ <children xmi:id="_0EoNx5ViEdyFDMarjK_sbQ" type="AttributeCompartment" element="_0EVS0JViEdyFDMarjK_sbQ">
2776
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_0EoNyJViEdyFDMarjK_sbQ"/>
2777
+ </children>
2778
+ <children xmi:id="_0EoNyZViEdyFDMarjK_sbQ" type="OperationCompartment" element="_0EVS0JViEdyFDMarjK_sbQ">
2779
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_0EoNypViEdyFDMarjK_sbQ"/>
2780
+ </children>
2781
+ <children xmi:id="_0EoNy5ViEdyFDMarjK_sbQ" visible="false" type="SignalCompartment" element="_0EVS0JViEdyFDMarjK_sbQ">
2782
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_0EoNzJViEdyFDMarjK_sbQ"/>
2783
+ </children>
2784
+ <children xmi:id="_0EoNzZViEdyFDMarjK_sbQ" visible="false" type="StructureCompartment" element="_0EVS0JViEdyFDMarjK_sbQ">
2785
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_0EoNzpViEdyFDMarjK_sbQ"/>
2786
+ </children>
2787
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_0EoNwZViEdyFDMarjK_sbQ" showStereotype="Label"/>
2788
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_0EoNwpViEdyFDMarjK_sbQ" x="5724" y="954"/>
2789
+ </children>
2790
+ <children xmi:id="_4skCMZViEdyFDMarjK_sbQ" sourceEdges="_4tAuIJViEdyFDMarjK_sbQ" element="_4skCMJViEdyFDMarjK_sbQ">
2791
+ <children xmi:id="_4skCNJViEdyFDMarjK_sbQ" type="CommentBody" element="_4skCMJViEdyFDMarjK_sbQ"/>
2792
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_4skCMpViEdyFDMarjK_sbQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2793
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_4skCM5ViEdyFDMarjK_sbQ" x="9858" y="636" width="8571"/>
2794
+ </children>
2795
+ <children xmi:id="_Rnlj0JX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
2796
+ <eAnnotations xmi:id="_Rnlj0ZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
2797
+ <children xmi:id="_Rnlj0pX8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
2798
+ <children xmi:id="_Rnlj05X8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
2799
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_Rnlj1JX8Edyvcqg0Ap32kQ"/>
2800
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Rnlj1ZX8Edyvcqg0Ap32kQ" x="318" y="2544" height="735"/>
2801
+ </children>
2802
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_kLnts5ViEdyFDMarjK_sbQ"/>
2803
+ <edges xmi:id="_3CUt8JViEdyFDMarjK_sbQ" element="_3CK88JViEdyFDMarjK_sbQ" source="_0EoNwJViEdyFDMarjK_sbQ" target="_saYe4JViEdyFDMarjK_sbQ">
2804
+ <children xmi:id="_3CUt85ViEdyFDMarjK_sbQ" type="NameLabel" element="_3CK88JViEdyFDMarjK_sbQ">
2805
+ <children xmi:id="_3CUt9ZViEdyFDMarjK_sbQ" type="Stereotype" element="_3CK88JViEdyFDMarjK_sbQ"/>
2806
+ <children xmi:id="_3CUt9pViEdyFDMarjK_sbQ" type="Name" element="_3CK88JViEdyFDMarjK_sbQ"/>
2807
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_3CUt9JViEdyFDMarjK_sbQ" y="-148"/>
2808
+ </children>
2809
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_3CUt8ZViEdyFDMarjK_sbQ" showStereotype="Text"/>
2810
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_3CUt8pViEdyFDMarjK_sbQ" points="[-56, 0, 260, -3]$[-344, -24, -28, -27]"/>
2811
+ </edges>
2812
+ <edges xmi:id="_4tAuIJViEdyFDMarjK_sbQ" type="Reference" source="_4skCMZViEdyFDMarjK_sbQ" target="_0EoNwJViEdyFDMarjK_sbQ">
2813
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_4tAuIZViEdyFDMarjK_sbQ" showStereotype="Text"/>
2814
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_4tAuIpViEdyFDMarjK_sbQ" points="[3, 0, -472, -84]$[531, 94, 56, 10]"/>
2815
+ </edges>
2816
+ </contents>
2817
+ </eAnnotations>
2818
+ <ownedMember xmi:type="uml:Class" xmi:id="_saFj8JViEdyFDMarjK_sbQ" name="MyAbstractClass" isAbstract="true">
2819
+ <ownedOperation xmi:id="_umTj4JViEdyFDMarjK_sbQ" name="myMethod" isAbstract="true"/>
2820
+ </ownedMember>
2821
+ <ownedMember xmi:type="uml:Class" xmi:id="_0EVS0JViEdyFDMarjK_sbQ" name="My Class">
2822
+ <ownedComment xmi:id="_4skCMJViEdyFDMarjK_sbQ" body="myMethod is automatically added to MyClass in generated code. There is no need to redefine in in MyClass." annotatedElement="_0EVS0JViEdyFDMarjK_sbQ"/>
2823
+ <generalization xmi:id="_3CK88JViEdyFDMarjK_sbQ" general="_saFj8JViEdyFDMarjK_sbQ"/>
2824
+ </ownedMember>
2825
+ </ownedMember>
2826
+ <ownedMember xmi:type="uml:Package" xmi:id="_oJ_AsJViEdyFDMarjK_sbQ" name="Interface Operation AutoImplement">
2827
+ <eAnnotations xmi:id="_oJ_AsZViEdyFDMarjK_sbQ" source="uml2.diagrams" references="_oJ_AspViEdyFDMarjK_sbQ">
2828
+ <contents xmi:type="notation:Diagram" xmi:id="_oJ_AspViEdyFDMarjK_sbQ" type="Freeform" name="Interface Operation AutoImplement">
2829
+ <children xmi:id="_DbNWMJVjEdyFDMarjK_sbQ" sourceEdges="_GrFLgJVjEdyFDMarjK_sbQ" targetEdges="_J0GK4JVjEdyFDMarjK_sbQ" element="_C0BaYJVjEdyFDMarjK_sbQ">
2830
+ <children xmi:id="_DbNWM5VjEdyFDMarjK_sbQ" type="ImageCompartment" element="_C0BaYJVjEdyFDMarjK_sbQ">
2831
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_DbNWNJVjEdyFDMarjK_sbQ" width="1320" height="1320"/>
2832
+ </children>
2833
+ <children xmi:id="_DbNWNZVjEdyFDMarjK_sbQ" type="Stereotype" element="_C0BaYJVjEdyFDMarjK_sbQ"/>
2834
+ <children xmi:id="_DbNWNpVjEdyFDMarjK_sbQ" type="Name" element="_C0BaYJVjEdyFDMarjK_sbQ"/>
2835
+ <children xmi:id="_DbNWN5VjEdyFDMarjK_sbQ" type="AttributeCompartment" element="_C0BaYJVjEdyFDMarjK_sbQ">
2836
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_DbNWOJVjEdyFDMarjK_sbQ"/>
2837
+ </children>
2838
+ <children xmi:id="_DbNWOZVjEdyFDMarjK_sbQ" type="OperationCompartment" element="_C0BaYJVjEdyFDMarjK_sbQ">
2839
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_DbNWOpVjEdyFDMarjK_sbQ"/>
2840
+ </children>
2841
+ <children xmi:id="_DbNWO5VjEdyFDMarjK_sbQ" visible="false" type="SignalCompartment" element="_C0BaYJVjEdyFDMarjK_sbQ">
2842
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_DbNWPJVjEdyFDMarjK_sbQ"/>
2843
+ </children>
2844
+ <children xmi:id="_DbNWPZVjEdyFDMarjK_sbQ" visible="false" type="StructureCompartment" element="_C0BaYJVjEdyFDMarjK_sbQ">
2845
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_DbNWPpVjEdyFDMarjK_sbQ"/>
2846
+ </children>
2847
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_DbNWMZVjEdyFDMarjK_sbQ" showStereotype="Label"/>
2848
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_DbNWMpVjEdyFDMarjK_sbQ" x="5406" y="954"/>
2849
+ </children>
2850
+ <children xmi:id="_E3JvwJVjEdyFDMarjK_sbQ" targetEdges="_GrFLgJVjEdyFDMarjK_sbQ _VwFbwJVjEdyFDMarjK_sbQ" element="_E2200JVjEdyFDMarjK_sbQ">
2851
+ <children xmi:id="_E3Jvw5VjEdyFDMarjK_sbQ" type="ImageCompartment" element="_E2200JVjEdyFDMarjK_sbQ">
2852
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_E3JvxJVjEdyFDMarjK_sbQ" width="530" height="530"/>
2853
+ </children>
2854
+ <children xmi:id="_E3JvxZVjEdyFDMarjK_sbQ" type="Stereotype" element="_E2200JVjEdyFDMarjK_sbQ"/>
2855
+ <children xmi:id="_E3JvxpVjEdyFDMarjK_sbQ" type="Kind" element="_E2200JVjEdyFDMarjK_sbQ"/>
2856
+ <children xmi:id="_E3Jvx5VjEdyFDMarjK_sbQ" type="Name" element="_E2200JVjEdyFDMarjK_sbQ"/>
2857
+ <children xmi:id="_E3JvyJVjEdyFDMarjK_sbQ" type="AttributeCompartment" element="_E2200JVjEdyFDMarjK_sbQ">
2858
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_E3JvyZVjEdyFDMarjK_sbQ"/>
2859
+ </children>
2860
+ <children xmi:id="_E3JvypVjEdyFDMarjK_sbQ" type="OperationCompartment" element="_E2200JVjEdyFDMarjK_sbQ">
2861
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_E3Jvy5VjEdyFDMarjK_sbQ"/>
2862
+ </children>
2863
+ <children xmi:id="_E3JvzJVjEdyFDMarjK_sbQ" visible="false" type="SignalCompartment" element="_E2200JVjEdyFDMarjK_sbQ">
2864
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_E3JvzZVjEdyFDMarjK_sbQ"/>
2865
+ </children>
2866
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_E3JvwZVjEdyFDMarjK_sbQ" showStereotype="Label" useClassifierShape="true"/>
2867
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_E3JvwpVjEdyFDMarjK_sbQ" x="954" y="1908"/>
2868
+ </children>
2869
+ <children xmi:id="_JzzP8ZVjEdyFDMarjK_sbQ" sourceEdges="_J0GK4JVjEdyFDMarjK_sbQ" element="_JzzP8JVjEdyFDMarjK_sbQ">
2870
+ <children xmi:id="_JzzP9JVjEdyFDMarjK_sbQ" type="CommentBody" element="_JzzP8JVjEdyFDMarjK_sbQ"/>
2871
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_JzzP8pVjEdyFDMarjK_sbQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2872
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JzzP85VjEdyFDMarjK_sbQ" x="10494" y="636" width="6344"/>
2873
+ </children>
2874
+ <children xmi:id="_QrPB0JVjEdyFDMarjK_sbQ" sourceEdges="_VwFbwJVjEdyFDMarjK_sbQ" targetEdges="_XCVt0JVjEdyFDMarjK_sbQ" element="_Qq8G4JVjEdyFDMarjK_sbQ">
2875
+ <children xmi:id="_QrPB05VjEdyFDMarjK_sbQ" type="ImageCompartment" element="_Qq8G4JVjEdyFDMarjK_sbQ">
2876
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_QrPB1JVjEdyFDMarjK_sbQ" width="1320" height="1320"/>
2877
+ </children>
2878
+ <children xmi:id="_QrPB1ZVjEdyFDMarjK_sbQ" type="Stereotype" element="_Qq8G4JVjEdyFDMarjK_sbQ"/>
2879
+ <children xmi:id="_QrPB1pVjEdyFDMarjK_sbQ" type="Name" element="_Qq8G4JVjEdyFDMarjK_sbQ"/>
2880
+ <children xmi:id="_QrPB15VjEdyFDMarjK_sbQ" type="AttributeCompartment" element="_Qq8G4JVjEdyFDMarjK_sbQ">
2881
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_QrPB2JVjEdyFDMarjK_sbQ"/>
2882
+ </children>
2883
+ <children xmi:id="_QrPB2ZVjEdyFDMarjK_sbQ" type="OperationCompartment" element="_Qq8G4JVjEdyFDMarjK_sbQ">
2884
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_QrPB2pVjEdyFDMarjK_sbQ"/>
2885
+ </children>
2886
+ <children xmi:id="_QrPB25VjEdyFDMarjK_sbQ" visible="false" type="SignalCompartment" element="_Qq8G4JVjEdyFDMarjK_sbQ">
2887
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_QrPB3JVjEdyFDMarjK_sbQ"/>
2888
+ </children>
2889
+ <children xmi:id="_QrPB3ZVjEdyFDMarjK_sbQ" visible="false" type="StructureCompartment" element="_Qq8G4JVjEdyFDMarjK_sbQ">
2890
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_QrPB3pVjEdyFDMarjK_sbQ"/>
2891
+ </children>
2892
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_QrPB0ZVjEdyFDMarjK_sbQ" showStereotype="Label"/>
2893
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_QrPB0pVjEdyFDMarjK_sbQ" x="5406" y="3180"/>
2894
+ </children>
2895
+ <children xmi:id="_XCCL0ZVjEdyFDMarjK_sbQ" sourceEdges="_XCVt0JVjEdyFDMarjK_sbQ" element="_XCCL0JVjEdyFDMarjK_sbQ">
2896
+ <children xmi:id="_XCCL1JVjEdyFDMarjK_sbQ" type="CommentBody" element="_XCCL0JVjEdyFDMarjK_sbQ"/>
2897
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_XCCL0pVjEdyFDMarjK_sbQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2898
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XCCL05VjEdyFDMarjK_sbQ" x="10494" y="2862" width="7613"/>
2899
+ </children>
2900
+ <children xmi:id="_d3Y6EJVjEdyFDMarjK_sbQ" element="_d3PJEJVjEdyFDMarjK_sbQ">
2901
+ <children xmi:id="_d3Y6E5VjEdyFDMarjK_sbQ" type="CommentBody" element="_d3PJEJVjEdyFDMarjK_sbQ"/>
2902
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_d3Y6EZVjEdyFDMarjK_sbQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2903
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_d3Y6EpVjEdyFDMarjK_sbQ" x="2544" y="4770" width="9841" height="623"/>
2904
+ </children>
2905
+ <children xmi:id="_W2RPMJX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
2906
+ <eAnnotations xmi:id="_W2RPMZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
2907
+ <children xmi:id="_W2RPMpX8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
2908
+ <children xmi:id="_W2RPM5X8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
2909
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_W2RPNJX8Edyvcqg0Ap32kQ"/>
2910
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_W2RPNZX8Edyvcqg0Ap32kQ" x="954" y="6042" height="735"/>
2911
+ </children>
2912
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_oJ_As5ViEdyFDMarjK_sbQ"/>
2913
+ <edges xmi:id="_GrFLgJVjEdyFDMarjK_sbQ" element="_Gq8BkJVjEdyFDMarjK_sbQ" source="_DbNWMJVjEdyFDMarjK_sbQ" target="_E3JvwJVjEdyFDMarjK_sbQ">
2914
+ <children xmi:id="_GrFLg5VjEdyFDMarjK_sbQ" type="NameLabel" element="_Gq8BkJVjEdyFDMarjK_sbQ">
2915
+ <children xmi:id="_GrFLhZVjEdyFDMarjK_sbQ" type="Stereotype" element="_Gq8BkJVjEdyFDMarjK_sbQ"/>
2916
+ <children xmi:id="_GrFLhpVjEdyFDMarjK_sbQ" type="Name" element="_Gq8BkJVjEdyFDMarjK_sbQ"/>
2917
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_GrFLhJVjEdyFDMarjK_sbQ" y="-148"/>
2918
+ </children>
2919
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_GrFLgZVjEdyFDMarjK_sbQ" showStereotype="Text"/>
2920
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_GrFLgpVjEdyFDMarjK_sbQ" points="[-55, -5, 306, 1]$[-297, -40, 64, -34]"/>
2921
+ </edges>
2922
+ <edges xmi:id="_J0GK4JVjEdyFDMarjK_sbQ" type="Reference" source="_JzzP8ZVjEdyFDMarjK_sbQ" target="_DbNWMJVjEdyFDMarjK_sbQ">
2923
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_J0GK4ZVjEdyFDMarjK_sbQ" showStereotype="Text"/>
2924
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_J0GK4pVjEdyFDMarjK_sbQ" points="[3, 0, -334, -84]$[392, 97, 55, 13]"/>
2925
+ </edges>
2926
+ <edges xmi:id="_VwFbwJVjEdyFDMarjK_sbQ" element="_Vv7qwJVjEdyFDMarjK_sbQ" source="_QrPB0JVjEdyFDMarjK_sbQ" target="_E3JvwJVjEdyFDMarjK_sbQ">
2927
+ <children xmi:id="_VwFbw5VjEdyFDMarjK_sbQ" type="NameLabel" element="_Vv7qwJVjEdyFDMarjK_sbQ">
2928
+ <children xmi:id="_VwFbxZVjEdyFDMarjK_sbQ" type="Stereotype" element="_Vv7qwJVjEdyFDMarjK_sbQ"/>
2929
+ <children xmi:id="_VwFbxpVjEdyFDMarjK_sbQ" type="Name" element="_Vv7qwJVjEdyFDMarjK_sbQ"/>
2930
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_VwFbxJVjEdyFDMarjK_sbQ" y="-148"/>
2931
+ </children>
2932
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_VwFbwZVjEdyFDMarjK_sbQ" showStereotype="Text"/>
2933
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_VwFbwpVjEdyFDMarjK_sbQ" points="[-86, -20, 141, 28]$[-157, -42, 70, 6]"/>
2934
+ </edges>
2935
+ <edges xmi:id="_XCVt0JVjEdyFDMarjK_sbQ" type="Reference" source="_XCCL0ZVjEdyFDMarjK_sbQ" target="_QrPB0JVjEdyFDMarjK_sbQ">
2936
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_XCVt0ZVjEdyFDMarjK_sbQ" showStereotype="Text"/>
2937
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XCVt0pVjEdyFDMarjK_sbQ" points="[3, 0, -336, -174]$[386, 199, 47, 25]"/>
2938
+ </edges>
2939
+ </contents>
2940
+ </eAnnotations>
2941
+ <ownedComment xmi:id="_d3PJEJVjEdyFDMarjK_sbQ" body="Note: This feature can be disabled using a command line switch"/>
2942
+ <ownedMember xmi:type="uml:Class" xmi:id="_C0BaYJVjEdyFDMarjK_sbQ" name="MyClass" clientDependency="_Gq8BkJVjEdyFDMarjK_sbQ">
2943
+ <ownedComment xmi:id="_JzzP8JVjEdyFDMarjK_sbQ" body="MyOperation is automatically added in MyClass. There is no need to add it explicitely in MyClass." annotatedElement="_C0BaYJVjEdyFDMarjK_sbQ"/>
2944
+ <implementation xmi:id="_Gq8BkJVjEdyFDMarjK_sbQ" client="_C0BaYJVjEdyFDMarjK_sbQ" supplier="_E2200JVjEdyFDMarjK_sbQ" realizingClassifier="_E2200JVjEdyFDMarjK_sbQ" contract="_E2200JVjEdyFDMarjK_sbQ">
2945
+ <mapping xmi:id="_Gq8BkZVjEdyFDMarjK_sbQ"/>
2946
+ </implementation>
2947
+ </ownedMember>
2948
+ <ownedMember xmi:type="uml:Interface" xmi:id="_E2200JVjEdyFDMarjK_sbQ" name="MyInterface">
2949
+ <ownedOperation xmi:id="_HrAXcJVjEdyFDMarjK_sbQ" name="MyOperation"/>
2950
+ </ownedMember>
2951
+ <ownedMember xmi:type="uml:Class" xmi:id="_Qq8G4JVjEdyFDMarjK_sbQ" name="MyAbstractClass" clientDependency="_Vv7qwJVjEdyFDMarjK_sbQ" isAbstract="true">
2952
+ <ownedComment xmi:id="_XCCL0JVjEdyFDMarjK_sbQ" body="MyOperation is not added to MyAbstractClass because it is abstract." annotatedElement="_Qq8G4JVjEdyFDMarjK_sbQ"/>
2953
+ <implementation xmi:id="_Vv7qwJVjEdyFDMarjK_sbQ" client="_Qq8G4JVjEdyFDMarjK_sbQ" supplier="_E2200JVjEdyFDMarjK_sbQ" realizingClassifier="_E2200JVjEdyFDMarjK_sbQ" contract="_E2200JVjEdyFDMarjK_sbQ">
2954
+ <mapping xmi:id="_Vv7qwZVjEdyFDMarjK_sbQ"/>
2955
+ </implementation>
2956
+ </ownedMember>
2957
+ </ownedMember>
2958
+ <ownedMember xmi:type="uml:Package" xmi:id="_p_29MJViEdyFDMarjK_sbQ" name="Interface Attribute AutoImplement">
2959
+ <eAnnotations xmi:id="_p_29MZViEdyFDMarjK_sbQ" source="uml2.diagrams">
2960
+ <contents xmi:type="notation:Diagram" xmi:id="_-uPbUJVjEdyFDMarjK_sbQ" type="Freeform" name="Interface Attribute AutoImplement">
2961
+ <children xmi:id="_-uPbUZVjEdyFDMarjK_sbQ" sourceEdges="_-uPbipVjEdyFDMarjK_sbQ" targetEdges="_-uPbkZVjEdyFDMarjK_sbQ" element="_-uYlQZVjEdyFDMarjK_sbQ">
2962
+ <children xmi:id="_-uPbUpVjEdyFDMarjK_sbQ" type="ImageCompartment" element="_-uYlQZVjEdyFDMarjK_sbQ">
2963
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_-uPbU5VjEdyFDMarjK_sbQ" width="1320" height="1320"/>
2964
+ </children>
2965
+ <children xmi:id="_-uPbVJVjEdyFDMarjK_sbQ" type="Stereotype" element="_-uYlQZVjEdyFDMarjK_sbQ"/>
2966
+ <children xmi:id="_-uPbVZVjEdyFDMarjK_sbQ" type="Name" element="_-uYlQZVjEdyFDMarjK_sbQ"/>
2967
+ <children xmi:id="_-uPbVpVjEdyFDMarjK_sbQ" type="AttributeCompartment" element="_-uYlQZVjEdyFDMarjK_sbQ">
2968
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_-uPbV5VjEdyFDMarjK_sbQ"/>
2969
+ </children>
2970
+ <children xmi:id="_-uPbWJVjEdyFDMarjK_sbQ" type="OperationCompartment" element="_-uYlQZVjEdyFDMarjK_sbQ">
2971
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_-uPbWZVjEdyFDMarjK_sbQ"/>
2972
+ </children>
2973
+ <children xmi:id="_-uPbWpVjEdyFDMarjK_sbQ" visible="false" type="SignalCompartment" element="_-uYlQZVjEdyFDMarjK_sbQ">
2974
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_-uPbW5VjEdyFDMarjK_sbQ"/>
2975
+ </children>
2976
+ <children xmi:id="_-uPbXJVjEdyFDMarjK_sbQ" visible="false" type="StructureCompartment" element="_-uYlQZVjEdyFDMarjK_sbQ">
2977
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_-uPbXZVjEdyFDMarjK_sbQ"/>
2978
+ </children>
2979
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_-uPbXpVjEdyFDMarjK_sbQ" showStereotype="Label"/>
2980
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_-uPbX5VjEdyFDMarjK_sbQ" x="5406" y="954"/>
2981
+ </children>
2982
+ <children xmi:id="_-uPbYJVjEdyFDMarjK_sbQ" targetEdges="_-uPbipVjEdyFDMarjK_sbQ _-uPblJVjEdyFDMarjK_sbQ" element="_-uYlRZVjEdyFDMarjK_sbQ">
2983
+ <children xmi:id="_-uPbYZVjEdyFDMarjK_sbQ" type="ImageCompartment" element="_-uYlRZVjEdyFDMarjK_sbQ">
2984
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_-uPbYpVjEdyFDMarjK_sbQ" width="530" height="530"/>
2985
+ </children>
2986
+ <children xmi:id="_-uPbY5VjEdyFDMarjK_sbQ" type="Stereotype" element="_-uYlRZVjEdyFDMarjK_sbQ"/>
2987
+ <children xmi:id="_-uPbZJVjEdyFDMarjK_sbQ" type="Kind" element="_-uYlRZVjEdyFDMarjK_sbQ"/>
2988
+ <children xmi:id="_-uPbZZVjEdyFDMarjK_sbQ" type="Name" element="_-uYlRZVjEdyFDMarjK_sbQ"/>
2989
+ <children xmi:id="_-uPbZpVjEdyFDMarjK_sbQ" type="AttributeCompartment" element="_-uYlRZVjEdyFDMarjK_sbQ">
2990
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_-uPbZ5VjEdyFDMarjK_sbQ"/>
2991
+ </children>
2992
+ <children xmi:id="_-uPbaJVjEdyFDMarjK_sbQ" type="OperationCompartment" element="_-uYlRZVjEdyFDMarjK_sbQ">
2993
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_-uPbaZVjEdyFDMarjK_sbQ"/>
2994
+ </children>
2995
+ <children xmi:id="_-uPbapVjEdyFDMarjK_sbQ" visible="false" type="SignalCompartment" element="_-uYlRZVjEdyFDMarjK_sbQ">
2996
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_-uPba5VjEdyFDMarjK_sbQ"/>
2997
+ </children>
2998
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_-uPbbJVjEdyFDMarjK_sbQ" showStereotype="Label" useClassifierShape="true"/>
2999
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_-uPbbZVjEdyFDMarjK_sbQ" x="636" y="1590"/>
3000
+ </children>
3001
+ <children xmi:id="_-uPbbpVjEdyFDMarjK_sbQ" sourceEdges="_-uPbkZVjEdyFDMarjK_sbQ" element="_-uYlQpVjEdyFDMarjK_sbQ">
3002
+ <children xmi:id="_-uPbb5VjEdyFDMarjK_sbQ" type="CommentBody" element="_-uYlQpVjEdyFDMarjK_sbQ"/>
3003
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_-uPbcJVjEdyFDMarjK_sbQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
3004
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_-uPbcZVjEdyFDMarjK_sbQ" x="10494" y="636" width="6344"/>
3005
+ </children>
3006
+ <children xmi:id="_-uPbcpVjEdyFDMarjK_sbQ" sourceEdges="_-uPblJVjEdyFDMarjK_sbQ" element="_-uYlR5VjEdyFDMarjK_sbQ">
3007
+ <children xmi:id="_-uPbc5VjEdyFDMarjK_sbQ" type="ImageCompartment" element="_-uYlR5VjEdyFDMarjK_sbQ">
3008
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_-uPbdJVjEdyFDMarjK_sbQ" width="1320" height="1320"/>
3009
+ </children>
3010
+ <children xmi:id="_-uPbdZVjEdyFDMarjK_sbQ" type="Stereotype" element="_-uYlR5VjEdyFDMarjK_sbQ"/>
3011
+ <children xmi:id="_-uPbdpVjEdyFDMarjK_sbQ" type="Name" element="_-uYlR5VjEdyFDMarjK_sbQ"/>
3012
+ <children xmi:id="_-uPbd5VjEdyFDMarjK_sbQ" type="AttributeCompartment" element="_-uYlR5VjEdyFDMarjK_sbQ">
3013
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_-uPbeJVjEdyFDMarjK_sbQ"/>
3014
+ </children>
3015
+ <children xmi:id="_-uPbeZVjEdyFDMarjK_sbQ" type="OperationCompartment" element="_-uYlR5VjEdyFDMarjK_sbQ">
3016
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_-uPbepVjEdyFDMarjK_sbQ"/>
3017
+ </children>
3018
+ <children xmi:id="_-uPbe5VjEdyFDMarjK_sbQ" visible="false" type="SignalCompartment" element="_-uYlR5VjEdyFDMarjK_sbQ">
3019
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_-uPbfJVjEdyFDMarjK_sbQ"/>
3020
+ </children>
3021
+ <children xmi:id="_-uPbfZVjEdyFDMarjK_sbQ" visible="false" type="StructureCompartment" element="_-uYlR5VjEdyFDMarjK_sbQ">
3022
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_-uPbfpVjEdyFDMarjK_sbQ"/>
3023
+ </children>
3024
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_-uPbf5VjEdyFDMarjK_sbQ" showStereotype="Label"/>
3025
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_-uPbgJVjEdyFDMarjK_sbQ" x="5406" y="3180"/>
3026
+ </children>
3027
+ <children xmi:id="_-uPbhZVjEdyFDMarjK_sbQ" element="_-uYlQJVjEdyFDMarjK_sbQ">
3028
+ <children xmi:id="_-uPbhpVjEdyFDMarjK_sbQ" type="CommentBody" element="_-uYlQJVjEdyFDMarjK_sbQ"/>
3029
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_-uPbh5VjEdyFDMarjK_sbQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
3030
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_-uPbiJVjEdyFDMarjK_sbQ" x="636" y="4452" width="9841" height="623"/>
3031
+ </children>
3032
+ <children xmi:id="_UrFxEJX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
3033
+ <eAnnotations xmi:id="_UrFxEZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
3034
+ <children xmi:id="_UrFxEpX8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
3035
+ <children xmi:id="_UrFxE5X8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
3036
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_UrFxFJX8Edyvcqg0Ap32kQ"/>
3037
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_UrFxFZX8Edyvcqg0Ap32kQ" x="636" y="5724" height="735"/>
3038
+ </children>
3039
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_-uPbiZVjEdyFDMarjK_sbQ"/>
3040
+ <edges xmi:id="_-uPbipVjEdyFDMarjK_sbQ" element="_-uYlQ5VjEdyFDMarjK_sbQ" source="_-uPbUZVjEdyFDMarjK_sbQ" target="_-uPbYJVjEdyFDMarjK_sbQ">
3041
+ <children xmi:id="_-uPbi5VjEdyFDMarjK_sbQ" type="NameLabel" element="_-uYlQ5VjEdyFDMarjK_sbQ">
3042
+ <children xmi:id="_-uPbjJVjEdyFDMarjK_sbQ" type="Stereotype" element="_-uYlQ5VjEdyFDMarjK_sbQ"/>
3043
+ <children xmi:id="_-uPbjZVjEdyFDMarjK_sbQ" type="Name" element="_-uYlQ5VjEdyFDMarjK_sbQ"/>
3044
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_-uPbjpVjEdyFDMarjK_sbQ" y="-148"/>
3045
+ </children>
3046
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_-uPbj5VjEdyFDMarjK_sbQ" showStereotype="Text"/>
3047
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_-uPbkJVjEdyFDMarjK_sbQ" points="[-55, -5, 306, 1]$[-297, -40, 64, -34]"/>
3048
+ </edges>
3049
+ <edges xmi:id="_-uPbkZVjEdyFDMarjK_sbQ" type="Reference" source="_-uPbbpVjEdyFDMarjK_sbQ" target="_-uPbUZVjEdyFDMarjK_sbQ">
3050
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_-uPbkpVjEdyFDMarjK_sbQ" showStereotype="Text"/>
3051
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_-uPbk5VjEdyFDMarjK_sbQ" points="[3, 0, -334, -84]$[392, 97, 55, 13]"/>
3052
+ </edges>
3053
+ <edges xmi:id="_-uPblJVjEdyFDMarjK_sbQ" element="_-uYlSZVjEdyFDMarjK_sbQ" source="_-uPbcpVjEdyFDMarjK_sbQ" target="_-uPbYJVjEdyFDMarjK_sbQ">
3054
+ <children xmi:id="_-uPblZVjEdyFDMarjK_sbQ" type="NameLabel" element="_-uYlSZVjEdyFDMarjK_sbQ">
3055
+ <children xmi:id="_-uPblpVjEdyFDMarjK_sbQ" type="Stereotype" element="_-uYlSZVjEdyFDMarjK_sbQ"/>
3056
+ <children xmi:id="_-uPbl5VjEdyFDMarjK_sbQ" type="Name" element="_-uYlSZVjEdyFDMarjK_sbQ"/>
3057
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_-uPbmJVjEdyFDMarjK_sbQ" y="-148"/>
3058
+ </children>
3059
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_-uPbmZVjEdyFDMarjK_sbQ" showStereotype="Text"/>
3060
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_-uPbmpVjEdyFDMarjK_sbQ" points="[-86, -20, 141, 28]$[-157, -42, 70, 6]"/>
3061
+ </edges>
3062
+ </contents>
3063
+ </eAnnotations>
3064
+ <ownedComment xmi:id="_-uYlQJVjEdyFDMarjK_sbQ" body="Note: This feature can be disabled using a command line switch"/>
3065
+ <ownedMember xmi:type="uml:Class" xmi:id="_-uYlQZVjEdyFDMarjK_sbQ" name="MyClass" clientDependency="_-uYlQ5VjEdyFDMarjK_sbQ">
3066
+ <ownedComment xmi:id="_-uYlQpVjEdyFDMarjK_sbQ" body="MyAttribute is automatically added in MyClass. There is no need to add it explicitely in MyClass." annotatedElement="_-uYlQZVjEdyFDMarjK_sbQ"/>
3067
+ <implementation xmi:id="_-uYlQ5VjEdyFDMarjK_sbQ" client="_-uYlQZVjEdyFDMarjK_sbQ" supplier="_-uYlRZVjEdyFDMarjK_sbQ" realizingClassifier="_-uYlRZVjEdyFDMarjK_sbQ" contract="_-uYlRZVjEdyFDMarjK_sbQ">
3068
+ <mapping xmi:id="_-uYlRJVjEdyFDMarjK_sbQ"/>
3069
+ </implementation>
3070
+ </ownedMember>
3071
+ <ownedMember xmi:type="uml:Interface" xmi:id="_-uYlRZVjEdyFDMarjK_sbQ" name="MyInterface">
3072
+ <ownedAttribute xmi:id="_AEhRwJVkEdyFDMarjK_sbQ" name="MyAttribute" visibility="private">
3073
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
3074
+ </ownedAttribute>
3075
+ </ownedMember>
3076
+ <ownedMember xmi:type="uml:Class" xmi:id="_-uYlR5VjEdyFDMarjK_sbQ" name="MyAbstractClass" clientDependency="_-uYlSZVjEdyFDMarjK_sbQ" isAbstract="true">
3077
+ <implementation xmi:id="_-uYlSZVjEdyFDMarjK_sbQ" client="_-uYlR5VjEdyFDMarjK_sbQ" supplier="_-uYlRZVjEdyFDMarjK_sbQ" realizingClassifier="_-uYlRZVjEdyFDMarjK_sbQ" contract="_-uYlRZVjEdyFDMarjK_sbQ">
3078
+ <mapping xmi:id="_-uYlSpVjEdyFDMarjK_sbQ"/>
3079
+ </implementation>
3080
+ </ownedMember>
3081
+ </ownedMember>
3082
+ <ownedMember xmi:type="uml:Package" xmi:id="_nezgQJVjEdyFDMarjK_sbQ" name="Interface attribute">
3083
+ <eAnnotations xmi:id="_nezgQZVjEdyFDMarjK_sbQ" source="uml2.diagrams" references="_nezgQpVjEdyFDMarjK_sbQ">
3084
+ <contents xmi:type="notation:Diagram" xmi:id="_nezgQpVjEdyFDMarjK_sbQ" type="Freeform" name="Interface attribute">
3085
+ <children xmi:id="_pCC0oJVjEdyFDMarjK_sbQ" targetEdges="_wbAmQJVjEdyFDMarjK_sbQ" element="_pBv5sJVjEdyFDMarjK_sbQ">
3086
+ <children xmi:id="_pCC0o5VjEdyFDMarjK_sbQ" type="ImageCompartment" element="_pBv5sJVjEdyFDMarjK_sbQ">
3087
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_pCC0pJVjEdyFDMarjK_sbQ" width="530" height="530"/>
3088
+ </children>
3089
+ <children xmi:id="_pCC0pZVjEdyFDMarjK_sbQ" type="Stereotype" element="_pBv5sJVjEdyFDMarjK_sbQ"/>
3090
+ <children xmi:id="_pCC0ppVjEdyFDMarjK_sbQ" type="Kind" element="_pBv5sJVjEdyFDMarjK_sbQ"/>
3091
+ <children xmi:id="_pCC0p5VjEdyFDMarjK_sbQ" type="Name" element="_pBv5sJVjEdyFDMarjK_sbQ"/>
3092
+ <children xmi:id="_pCC0qJVjEdyFDMarjK_sbQ" type="AttributeCompartment" element="_pBv5sJVjEdyFDMarjK_sbQ">
3093
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_pCC0qZVjEdyFDMarjK_sbQ"/>
3094
+ </children>
3095
+ <children xmi:id="_pCC0qpVjEdyFDMarjK_sbQ" type="OperationCompartment" element="_pBv5sJVjEdyFDMarjK_sbQ">
3096
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_pCC0q5VjEdyFDMarjK_sbQ"/>
3097
+ </children>
3098
+ <children xmi:id="_pCC0rJVjEdyFDMarjK_sbQ" visible="false" type="SignalCompartment" element="_pBv5sJVjEdyFDMarjK_sbQ">
3099
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_pCC0rZVjEdyFDMarjK_sbQ"/>
3100
+ </children>
3101
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_pCC0oZVjEdyFDMarjK_sbQ" showStereotype="Label" useClassifierShape="true"/>
3102
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_pCC0opVjEdyFDMarjK_sbQ" x="1272" y="318"/>
3103
+ </children>
3104
+ <children xmi:id="_watrUJVjEdyFDMarjK_sbQ" sourceEdges="_wbAmQJVjEdyFDMarjK_sbQ" element="_waj6UJVjEdyFDMarjK_sbQ">
3105
+ <children xmi:id="_watrU5VjEdyFDMarjK_sbQ" type="CommentBody" element="_waj6UJVjEdyFDMarjK_sbQ"/>
3106
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_watrUZVjEdyFDMarjK_sbQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
3107
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_watrUpVjEdyFDMarjK_sbQ" x="6996" y="318" width="5078"/>
3108
+ </children>
3109
+ <children xmi:id="_7yBVoJXCEdyvcqg0Ap32kQ" element="_7x3koJXCEdyvcqg0Ap32kQ">
3110
+ <children xmi:id="_7yBVo5XCEdyvcqg0Ap32kQ" type="CommentBody" element="_7x3koJXCEdyvcqg0Ap32kQ"/>
3111
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_7yBVoZXCEdyvcqg0Ap32kQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
3112
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_7yBVopXCEdyvcqg0Ap32kQ" x="1272" y="-954" width="12398" height="835"/>
3113
+ </children>
3114
+ <children xmi:id="_TfPpAJX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
3115
+ <eAnnotations xmi:id="_TfPpAZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
3116
+ <children xmi:id="_TfPpApX8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
3117
+ <children xmi:id="_TfPpA5X8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
3118
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_TfPpBJX8Edyvcqg0Ap32kQ"/>
3119
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_TfPpBZX8Edyvcqg0Ap32kQ" x="1272" y="2544" height="735"/>
3120
+ </children>
3121
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_nezgQ5VjEdyFDMarjK_sbQ"/>
3122
+ <edges xmi:id="_wbAmQJVjEdyFDMarjK_sbQ" type="Reference" source="_watrUJVjEdyFDMarjK_sbQ" target="_pCC0oJVjEdyFDMarjK_sbQ">
3123
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_wbAmQZVjEdyFDMarjK_sbQ" showStereotype="Text"/>
3124
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_wbAmQpVjEdyFDMarjK_sbQ" points="[3, 0, -137, -51]$[223, 82, 83, 31]"/>
3125
+ </edges>
3126
+ </contents>
3127
+ </eAnnotations>
3128
+ <ownedComment xmi:id="_7x3koJXCEdyvcqg0Ap32kQ" body="Note! Unlike a Java Interface, an UML interface can have UML attributes !"/>
3129
+ <ownedMember xmi:type="uml:Interface" xmi:id="_pBv5sJVjEdyFDMarjK_sbQ" name="My Interface">
3130
+ <ownedComment xmi:id="_waj6UJVjEdyFDMarjK_sbQ" body="accessors signature are automatically generated in java interface (get/set/...)" annotatedElement="_pBv5sJVjEdyFDMarjK_sbQ"/>
3131
+ <ownedAttribute xmi:id="_rqbzMJVjEdyFDMarjK_sbQ" name="my Attribute" visibility="private">
3132
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
3133
+ </ownedAttribute>
3134
+ </ownedMember>
3135
+ </ownedMember>
3136
+ <ownedMember xmi:type="uml:Package" xmi:id="_-2Uj0JVkEdyFDMarjK_sbQ" name="Multiple Inheritance Demo">
3137
+ <eAnnotations xmi:id="_-2Uj0ZVkEdyFDMarjK_sbQ" source="uml2.diagrams" references="_-2Uj0pVkEdyFDMarjK_sbQ">
3138
+ <contents xmi:type="notation:Diagram" xmi:id="_-2Uj0pVkEdyFDMarjK_sbQ" type="Freeform" name="Multiple Inheritance Demo">
3139
+ <children xmi:id="_GMcc0JVlEdyFDMarjK_sbQ" targetEdges="_MNMeUJVlEdyFDMarjK_sbQ" element="_GMTS4JVlEdyFDMarjK_sbQ">
3140
+ <children xmi:id="_GMcc05VlEdyFDMarjK_sbQ" type="ImageCompartment" element="_GMTS4JVlEdyFDMarjK_sbQ">
3141
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_GMcc1JVlEdyFDMarjK_sbQ" width="1320" height="1320"/>
3142
+ </children>
3143
+ <children xmi:id="_GMcc1ZVlEdyFDMarjK_sbQ" type="Stereotype" element="_GMTS4JVlEdyFDMarjK_sbQ"/>
3144
+ <children xmi:id="_GMcc1pVlEdyFDMarjK_sbQ" type="Name" element="_GMTS4JVlEdyFDMarjK_sbQ"/>
3145
+ <children xmi:id="_GMcc15VlEdyFDMarjK_sbQ" type="AttributeCompartment" element="_GMTS4JVlEdyFDMarjK_sbQ">
3146
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_GMcc2JVlEdyFDMarjK_sbQ"/>
3147
+ </children>
3148
+ <children xmi:id="_GMcc2ZVlEdyFDMarjK_sbQ" type="OperationCompartment" element="_GMTS4JVlEdyFDMarjK_sbQ">
3149
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_GMcc2pVlEdyFDMarjK_sbQ"/>
3150
+ </children>
3151
+ <children xmi:id="_GMcc25VlEdyFDMarjK_sbQ" visible="false" type="SignalCompartment" element="_GMTS4JVlEdyFDMarjK_sbQ">
3152
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_GMcc3JVlEdyFDMarjK_sbQ"/>
3153
+ </children>
3154
+ <children xmi:id="_GMcc3ZVlEdyFDMarjK_sbQ" visible="false" type="StructureCompartment" element="_GMTS4JVlEdyFDMarjK_sbQ">
3155
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_GMcc3pVlEdyFDMarjK_sbQ"/>
3156
+ </children>
3157
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_GMcc0ZVlEdyFDMarjK_sbQ" showStereotype="Label"/>
3158
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_GMcc0pVlEdyFDMarjK_sbQ" x="1272" y="1272"/>
3159
+ </children>
3160
+ <children xmi:id="_HdqNEJVlEdyFDMarjK_sbQ" targetEdges="_M6paMJVlEdyFDMarjK_sbQ" element="_HdXSIJVlEdyFDMarjK_sbQ">
3161
+ <children xmi:id="_HdqNE5VlEdyFDMarjK_sbQ" type="ImageCompartment" element="_HdXSIJVlEdyFDMarjK_sbQ">
3162
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_HdqNFJVlEdyFDMarjK_sbQ" width="1320" height="1320"/>
3163
+ </children>
3164
+ <children xmi:id="_HdqNFZVlEdyFDMarjK_sbQ" type="Stereotype" element="_HdXSIJVlEdyFDMarjK_sbQ"/>
3165
+ <children xmi:id="_HdqNFpVlEdyFDMarjK_sbQ" type="Name" element="_HdXSIJVlEdyFDMarjK_sbQ"/>
3166
+ <children xmi:id="_HdqNF5VlEdyFDMarjK_sbQ" type="AttributeCompartment" element="_HdXSIJVlEdyFDMarjK_sbQ">
3167
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_HdqNGJVlEdyFDMarjK_sbQ"/>
3168
+ </children>
3169
+ <children xmi:id="_Hdz-EJVlEdyFDMarjK_sbQ" type="OperationCompartment" element="_HdXSIJVlEdyFDMarjK_sbQ">
3170
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Hdz-EZVlEdyFDMarjK_sbQ"/>
3171
+ </children>
3172
+ <children xmi:id="_Hdz-EpVlEdyFDMarjK_sbQ" visible="false" type="SignalCompartment" element="_HdXSIJVlEdyFDMarjK_sbQ">
3173
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Hdz-E5VlEdyFDMarjK_sbQ"/>
3174
+ </children>
3175
+ <children xmi:id="_Hdz-FJVlEdyFDMarjK_sbQ" visible="false" type="StructureCompartment" element="_HdXSIJVlEdyFDMarjK_sbQ">
3176
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_Hdz-FZVlEdyFDMarjK_sbQ"/>
3177
+ </children>
3178
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_HdqNEZVlEdyFDMarjK_sbQ" showStereotype="Label"/>
3179
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_HdqNEpVlEdyFDMarjK_sbQ" x="1272" y="2862"/>
3180
+ </children>
3181
+ <children xmi:id="_I26fAJVlEdyFDMarjK_sbQ" sourceEdges="_MNMeUJVlEdyFDMarjK_sbQ _M6paMJVlEdyFDMarjK_sbQ" element="_I2nkEJVlEdyFDMarjK_sbQ">
3182
+ <children xmi:id="_I26fA5VlEdyFDMarjK_sbQ" type="ImageCompartment" element="_I2nkEJVlEdyFDMarjK_sbQ">
3183
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_I26fBJVlEdyFDMarjK_sbQ" width="1320" height="1320"/>
3184
+ </children>
3185
+ <children xmi:id="_I26fBZVlEdyFDMarjK_sbQ" type="Stereotype" element="_I2nkEJVlEdyFDMarjK_sbQ"/>
3186
+ <children xmi:id="_I26fBpVlEdyFDMarjK_sbQ" type="Name" element="_I2nkEJVlEdyFDMarjK_sbQ"/>
3187
+ <children xmi:id="_I26fB5VlEdyFDMarjK_sbQ" type="AttributeCompartment" element="_I2nkEJVlEdyFDMarjK_sbQ">
3188
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_I26fCJVlEdyFDMarjK_sbQ"/>
3189
+ </children>
3190
+ <children xmi:id="_I26fCZVlEdyFDMarjK_sbQ" type="OperationCompartment" element="_I2nkEJVlEdyFDMarjK_sbQ">
3191
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_I26fCpVlEdyFDMarjK_sbQ"/>
3192
+ </children>
3193
+ <children xmi:id="_I26fC5VlEdyFDMarjK_sbQ" visible="false" type="SignalCompartment" element="_I2nkEJVlEdyFDMarjK_sbQ">
3194
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_I26fDJVlEdyFDMarjK_sbQ"/>
3195
+ </children>
3196
+ <children xmi:id="_I26fDZVlEdyFDMarjK_sbQ" visible="false" type="StructureCompartment" element="_I2nkEJVlEdyFDMarjK_sbQ">
3197
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_I26fDpVlEdyFDMarjK_sbQ"/>
3198
+ </children>
3199
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_I26fAZVlEdyFDMarjK_sbQ" showStereotype="Label"/>
3200
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_I26fApVlEdyFDMarjK_sbQ" x="5406" y="1272"/>
3201
+ </children>
3202
+ <children xmi:id="_PD4XkJVlEdyFDMarjK_sbQ" element="_PDvNoJVlEdyFDMarjK_sbQ">
3203
+ <children xmi:id="_PD4Xk5VlEdyFDMarjK_sbQ" type="CommentBody" element="_PDvNoJVlEdyFDMarjK_sbQ"/>
3204
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_PD4XkZVlEdyFDMarjK_sbQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
3205
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_PD4XkpVlEdyFDMarjK_sbQ" x="5724" y="3180" width="6349" height="1258"/>
3206
+ </children>
3207
+ <children xmi:id="_6MTqIJXEEdyvcqg0Ap32kQ" type="Note">
3208
+ <children xmi:id="_6MTqI5XEEdyvcqg0Ap32kQ" type="DiagramName"/>
3209
+ <children xmi:id="_6MTqJJXEEdyvcqg0Ap32kQ" type="Description"/>
3210
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_6MTqIZXEEdyvcqg0Ap32kQ" description="Generator transforms Class into Interfaces, creates Implementation classes for code implementations and adds the necessary implementions. Complex case (not in this demo) are handled as well (mixed interface and classes, multilevel inheritance, ...)" fillColor="13369343" lineColor="6737151"/>
3211
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_6MTqIpXEEdyvcqg0Ap32kQ" x="1272" y="4770" width="10794" height="1899"/>
3212
+ </children>
3213
+ <children xmi:id="_ASuOwJXFEdyvcqg0Ap32kQ" element="_ASkdwJXFEdyvcqg0Ap32kQ">
3214
+ <children xmi:id="_ASuOw5XFEdyvcqg0Ap32kQ" type="CommentBody" element="_ASkdwJXFEdyvcqg0Ap32kQ"/>
3215
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_ASuOwZXFEdyvcqg0Ap32kQ" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
3216
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ASuOwpXFEdyvcqg0Ap32kQ" x="1272" y="-318" width="14303"/>
3217
+ </children>
3218
+ <children xmi:id="_X-Fy4JX8Edyvcqg0Ap32kQ" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
3219
+ <eAnnotations xmi:id="_X-Fy4ZX8Edyvcqg0Ap32kQ" source="DiagramLink"/>
3220
+ <children xmi:id="_X-Fy4pX8Edyvcqg0Ap32kQ" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
3221
+ <children xmi:id="_X-Fy45X8Edyvcqg0Ap32kQ" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
3222
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_X-Fy5JX8Edyvcqg0Ap32kQ"/>
3223
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_X-Fy5ZX8Edyvcqg0Ap32kQ" x="1272" y="7314" height="735"/>
3224
+ </children>
3225
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_-2Uj05VkEdyFDMarjK_sbQ"/>
3226
+ <edges xmi:id="_MNMeUJVlEdyFDMarjK_sbQ" element="_MNDUYJVlEdyFDMarjK_sbQ" source="_I26fAJVlEdyFDMarjK_sbQ" target="_GMcc0JVlEdyFDMarjK_sbQ">
3227
+ <children xmi:id="_MNMeU5VlEdyFDMarjK_sbQ" type="NameLabel" element="_MNDUYJVlEdyFDMarjK_sbQ">
3228
+ <children xmi:id="_MNMeVZVlEdyFDMarjK_sbQ" type="Stereotype" element="_MNDUYJVlEdyFDMarjK_sbQ"/>
3229
+ <children xmi:id="_MNMeVpVlEdyFDMarjK_sbQ" type="Name" element="_MNDUYJVlEdyFDMarjK_sbQ"/>
3230
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_MNMeVJVlEdyFDMarjK_sbQ" y="-148"/>
3231
+ </children>
3232
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_MNMeUZVlEdyFDMarjK_sbQ" showStereotype="Text"/>
3233
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_MNMeUpVlEdyFDMarjK_sbQ" points="[-130, -25, 205, 20]$[-298, -70, 37, -25]"/>
3234
+ </edges>
3235
+ <edges xmi:id="_M6paMJVlEdyFDMarjK_sbQ" element="_M6fpMJVlEdyFDMarjK_sbQ" source="_I26fAJVlEdyFDMarjK_sbQ" target="_HdqNEJVlEdyFDMarjK_sbQ">
3236
+ <children xmi:id="_M6paM5VlEdyFDMarjK_sbQ" type="NameLabel" element="_M6fpMJVlEdyFDMarjK_sbQ">
3237
+ <children xmi:id="_M6paNZVlEdyFDMarjK_sbQ" type="Stereotype" element="_M6fpMJVlEdyFDMarjK_sbQ"/>
3238
+ <children xmi:id="_M6paNpVlEdyFDMarjK_sbQ" type="Name" element="_M6fpMJVlEdyFDMarjK_sbQ"/>
3239
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_M6paNJVlEdyFDMarjK_sbQ" y="-148"/>
3240
+ </children>
3241
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_M6paMZVlEdyFDMarjK_sbQ" showStereotype="Text"/>
3242
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_M6paMpVlEdyFDMarjK_sbQ" points="[-154, 13, 181, -17]$[-275, 26, 60, -4]"/>
3243
+ </edges>
3244
+ </contents>
3245
+ </eAnnotations>
3246
+ <ownedComment xmi:id="_PDvNoJVlEdyFDMarjK_sbQ" body="UML Multiple class inheritance is mapped to interface multiple inheritance in Java."/>
3247
+ <ownedComment xmi:id="_ASkdwJXFEdyvcqg0Ap32kQ" body="Java does not support class muliple inheritance. Java does however support interface multiple inheritance. With a little magic, it is possibile to transform class inheritance into interface inheritance. "/>
3248
+ <ownedMember xmi:type="uml:Class" xmi:id="_GMTS4JVlEdyFDMarjK_sbQ" name="MyClassA"/>
3249
+ <ownedMember xmi:type="uml:Class" xmi:id="_HdXSIJVlEdyFDMarjK_sbQ" name="MyClassB"/>
3250
+ <ownedMember xmi:type="uml:Class" xmi:id="_I2nkEJVlEdyFDMarjK_sbQ" name="My Class With Multiple Inheritance">
3251
+ <generalization xmi:id="_MNDUYJVlEdyFDMarjK_sbQ" general="_GMTS4JVlEdyFDMarjK_sbQ"/>
3252
+ <generalization xmi:id="_M6fpMJVlEdyFDMarjK_sbQ" general="_HdXSIJVlEdyFDMarjK_sbQ"/>
3253
+ </ownedMember>
3254
+ </ownedMember>
3255
+ <ownedMember xmi:type="uml:Package" xmi:id="_890r0C5cEd2IWKPGoupyzA" name="Java Generic Demo">
3256
+ <eAnnotations xmi:id="_8-k5wC5cEd2IWKPGoupyzA" source="uml2.diagrams" references="_8-k5wS5cEd2IWKPGoupyzA">
3257
+ <contents xmi:type="notation:Diagram" xmi:id="_8-k5wS5cEd2IWKPGoupyzA" type="Freeform" name="Principal">
3258
+ <children xmi:id="_V5Jg8C5dEd2IWKPGoupyzA" element="_JrIr8C5dEd2IWKPGoupyzA">
3259
+ <children xmi:id="_V5Jg8y5dEd2IWKPGoupyzA" type="ImageCompartment" element="_JrIr8C5dEd2IWKPGoupyzA">
3260
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_V5Jg9C5dEd2IWKPGoupyzA" width="1320" height="1320"/>
3261
+ </children>
3262
+ <children xmi:id="_V5Jg9S5dEd2IWKPGoupyzA" type="Stereotype" element="_JrIr8C5dEd2IWKPGoupyzA"/>
3263
+ <children xmi:id="_V5Jg9i5dEd2IWKPGoupyzA" type="Name" element="_JrIr8C5dEd2IWKPGoupyzA"/>
3264
+ <children xmi:id="_V5Jg9y5dEd2IWKPGoupyzA" type="AttributeCompartment" element="_JrIr8C5dEd2IWKPGoupyzA">
3265
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_V5Jg-C5dEd2IWKPGoupyzA"/>
3266
+ </children>
3267
+ <children xmi:id="_V5Jg-S5dEd2IWKPGoupyzA" type="OperationCompartment" element="_JrIr8C5dEd2IWKPGoupyzA">
3268
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_V5Jg-i5dEd2IWKPGoupyzA"/>
3269
+ </children>
3270
+ <children xmi:id="_V5Jg-y5dEd2IWKPGoupyzA" visible="false" type="SignalCompartment" element="_JrIr8C5dEd2IWKPGoupyzA">
3271
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_V5Jg_C5dEd2IWKPGoupyzA"/>
3272
+ </children>
3273
+ <children xmi:id="_V5Jg_S5dEd2IWKPGoupyzA" visible="false" type="StructureCompartment" element="_JrIr8C5dEd2IWKPGoupyzA">
3274
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_V5Jg_i5dEd2IWKPGoupyzA"/>
3275
+ </children>
3276
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_V5Jg8S5dEd2IWKPGoupyzA" showListSignature="true" showStereotype="Label"/>
3277
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_V5Jg8i5dEd2IWKPGoupyzA" x="318" y="636"/>
3278
+ </children>
3279
+ <children xmi:id="_htht8C5dEd2IWKPGoupyzA" sourceEdges="_mCsXYC5dEd2IWKPGoupyzA" element="_KmSsoi5dEd2IWKPGoupyzA">
3280
+ <children xmi:id="_htht8y5dEd2IWKPGoupyzA" type="ImageCompartment" element="_KmSsoi5dEd2IWKPGoupyzA">
3281
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_htht9C5dEd2IWKPGoupyzA" width="1320" height="1320"/>
3282
+ </children>
3283
+ <children xmi:id="_htht9S5dEd2IWKPGoupyzA" type="Stereotype" element="_KmSsoi5dEd2IWKPGoupyzA"/>
3284
+ <children xmi:id="_htre8C5dEd2IWKPGoupyzA" type="Name" element="_KmSsoi5dEd2IWKPGoupyzA"/>
3285
+ <children xmi:id="_htre8S5dEd2IWKPGoupyzA" type="AttributeCompartment" element="_KmSsoi5dEd2IWKPGoupyzA">
3286
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_htre8i5dEd2IWKPGoupyzA"/>
3287
+ </children>
3288
+ <children xmi:id="_htre8y5dEd2IWKPGoupyzA" type="OperationCompartment" element="_KmSsoi5dEd2IWKPGoupyzA">
3289
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_htre9C5dEd2IWKPGoupyzA"/>
3290
+ </children>
3291
+ <children xmi:id="_htre9S5dEd2IWKPGoupyzA" visible="false" type="SignalCompartment" element="_KmSsoi5dEd2IWKPGoupyzA">
3292
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_htre9i5dEd2IWKPGoupyzA"/>
3293
+ </children>
3294
+ <children xmi:id="_htre9y5dEd2IWKPGoupyzA" visible="false" type="StructureCompartment" element="_KmSsoi5dEd2IWKPGoupyzA">
3295
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_htre-C5dEd2IWKPGoupyzA"/>
3296
+ </children>
3297
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_htht8S5dEd2IWKPGoupyzA" showStereotype="Label"/>
3298
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_htht8i5dEd2IWKPGoupyzA" x="6996" y="318"/>
3299
+ </children>
3300
+ <children xmi:id="_jvUmkC5dEd2IWKPGoupyzA" targetEdges="_mCsXYC5dEd2IWKPGoupyzA" element="_jSHGIC5dEd2IWKPGoupyzA">
3301
+ <children xmi:id="_jvUmky5dEd2IWKPGoupyzA" type="ImageCompartment" element="_jSHGIC5dEd2IWKPGoupyzA">
3302
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_jvUmlC5dEd2IWKPGoupyzA" width="1320" height="1320"/>
3303
+ </children>
3304
+ <children xmi:id="_jvUmlS5dEd2IWKPGoupyzA" type="Stereotype" element="_jSHGIC5dEd2IWKPGoupyzA"/>
3305
+ <children xmi:id="_jvUmli5dEd2IWKPGoupyzA" type="Name" element="_jSHGIC5dEd2IWKPGoupyzA"/>
3306
+ <children xmi:id="_jvUmly5dEd2IWKPGoupyzA" type="AttributeCompartment" element="_jSHGIC5dEd2IWKPGoupyzA">
3307
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_jvUmmC5dEd2IWKPGoupyzA"/>
3308
+ </children>
3309
+ <children xmi:id="_jvUmmS5dEd2IWKPGoupyzA" type="OperationCompartment" element="_jSHGIC5dEd2IWKPGoupyzA">
3310
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_jvUmmi5dEd2IWKPGoupyzA"/>
3311
+ </children>
3312
+ <children xmi:id="_jvUmmy5dEd2IWKPGoupyzA" visible="false" type="SignalCompartment" element="_jSHGIC5dEd2IWKPGoupyzA">
3313
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_jvUmnC5dEd2IWKPGoupyzA"/>
3314
+ </children>
3315
+ <children xmi:id="_jvUmnS5dEd2IWKPGoupyzA" visible="false" type="StructureCompartment" element="_jSHGIC5dEd2IWKPGoupyzA">
3316
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_jvUmni5dEd2IWKPGoupyzA"/>
3317
+ </children>
3318
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_jvUmkS5dEd2IWKPGoupyzA" showStereotype="Label"/>
3319
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_jvUmki5dEd2IWKPGoupyzA" x="9858" y="318"/>
3320
+ </children>
3321
+ <children xmi:id="_Afm7EC5eEd2IWKPGoupyzA" element="_-uqh4S5dEd2IWKPGoupyzA">
3322
+ <children xmi:id="_Afm7Ey5eEd2IWKPGoupyzA" type="ImageCompartment" element="_-uqh4S5dEd2IWKPGoupyzA">
3323
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_Afm7FC5eEd2IWKPGoupyzA" width="1320" height="1320"/>
3324
+ </children>
3325
+ <children xmi:id="_Afm7FS5eEd2IWKPGoupyzA" type="Stereotype" element="_-uqh4S5dEd2IWKPGoupyzA"/>
3326
+ <children xmi:id="_Afm7Fi5eEd2IWKPGoupyzA" type="Name" element="_-uqh4S5dEd2IWKPGoupyzA"/>
3327
+ <children xmi:id="_Afm7Fy5eEd2IWKPGoupyzA" type="AttributeCompartment" element="_-uqh4S5dEd2IWKPGoupyzA">
3328
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Afm7GC5eEd2IWKPGoupyzA"/>
3329
+ </children>
3330
+ <children xmi:id="_Afm7GS5eEd2IWKPGoupyzA" type="OperationCompartment" element="_-uqh4S5dEd2IWKPGoupyzA">
3331
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Afm7Gi5eEd2IWKPGoupyzA"/>
3332
+ </children>
3333
+ <children xmi:id="_Afm7Gy5eEd2IWKPGoupyzA" visible="false" type="SignalCompartment" element="_-uqh4S5dEd2IWKPGoupyzA">
3334
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Afm7HC5eEd2IWKPGoupyzA"/>
3335
+ </children>
3336
+ <children xmi:id="_Afm7HS5eEd2IWKPGoupyzA" visible="false" type="StructureCompartment" element="_-uqh4S5dEd2IWKPGoupyzA">
3337
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_Afm7Hi5eEd2IWKPGoupyzA"/>
3338
+ </children>
3339
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_Afm7ES5eEd2IWKPGoupyzA" showStereotype="Label"/>
3340
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Afm7Ei5eEd2IWKPGoupyzA" x="6996" y="1590"/>
3341
+ </children>
3342
+ <children xmi:id="_MQtxoC5eEd2IWKPGoupyzA" type="Note" element="_382R8JVhEdyFDMarjK_sbQ">
3343
+ <eAnnotations xmi:id="_MQtxpS5eEd2IWKPGoupyzA" source="DiagramLink"/>
3344
+ <children xmi:id="_MQtxoy5eEd2IWKPGoupyzA" type="DiagramName" element="_382R8JVhEdyFDMarjK_sbQ"/>
3345
+ <children xmi:id="_MQtxpC5eEd2IWKPGoupyzA" type="Description" element="_382R8JVhEdyFDMarjK_sbQ"/>
3346
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_MQtxoS5eEd2IWKPGoupyzA"/>
3347
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_MQtxoi5eEd2IWKPGoupyzA" x="318" y="3180"/>
3348
+ </children>
3349
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_8-k5wi5cEd2IWKPGoupyzA"/>
3350
+ <edges xmi:id="_mCsXYC5dEd2IWKPGoupyzA" element="_mCimYC5dEd2IWKPGoupyzA" source="_htht8C5dEd2IWKPGoupyzA" target="_jvUmkC5dEd2IWKPGoupyzA">
3351
+ <children xmi:id="_mCsXYy5dEd2IWKPGoupyzA" type="NameLabel" element="_mCimYC5dEd2IWKPGoupyzA">
3352
+ <children xmi:id="_mCsXZS5dEd2IWKPGoupyzA" type="Stereotype" element="_mCimYC5dEd2IWKPGoupyzA"/>
3353
+ <children xmi:id="_mCsXZi5dEd2IWKPGoupyzA" type="Name" element="_mCimYC5dEd2IWKPGoupyzA"/>
3354
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_mCsXZC5dEd2IWKPGoupyzA" y="-148"/>
3355
+ </children>
3356
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_mCsXYS5dEd2IWKPGoupyzA" routing="Rectilinear" showStereotype="Text"/>
3357
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_mCsXYi5dEd2IWKPGoupyzA" points="[33, -2, -204, -10]$[237, -17, 0, -25]"/>
3358
+ </edges>
3359
+ </contents>
3360
+ </eAnnotations>
3361
+ <ownedMember xmi:type="uml:Class" xmi:id="_JrIr8C5dEd2IWKPGoupyzA" name="Class1">
3362
+ <ownedTemplateSignature xmi:id="_KmSsoC5dEd2IWKPGoupyzA" parameter="_KmSsoS5dEd2IWKPGoupyzA _-uqh4C5dEd2IWKPGoupyzA">
3363
+ <ownedParameter xmi:id="_KmSsoS5dEd2IWKPGoupyzA" parameteredElement="_KmSsoi5dEd2IWKPGoupyzA">
3364
+ <ownedParameteredElement xmi:type="uml:Class" xmi:id="_KmSsoi5dEd2IWKPGoupyzA" name="T1" templateParameter="_KmSsoS5dEd2IWKPGoupyzA">
3365
+ <generalization xmi:id="_mCimYC5dEd2IWKPGoupyzA" general="_jSHGIC5dEd2IWKPGoupyzA"/>
3366
+ </ownedParameteredElement>
3367
+ </ownedParameter>
3368
+ <ownedParameter xmi:id="_-uqh4C5dEd2IWKPGoupyzA" parameteredElement="_-uqh4S5dEd2IWKPGoupyzA">
3369
+ <ownedParameteredElement xmi:type="uml:Class" xmi:id="_-uqh4S5dEd2IWKPGoupyzA" name="T2" templateParameter="_-uqh4C5dEd2IWKPGoupyzA"/>
3370
+ </ownedParameter>
3371
+ </ownedTemplateSignature>
3372
+ <ownedOperation xmi:id="_PUL_IC5dEd2IWKPGoupyzA" name="doThat">
3373
+ <ownedParameter xmi:id="_QSeMUC5dEd2IWKPGoupyzA" name="OwnedParameter1" type="_KmSsoi5dEd2IWKPGoupyzA" effect="read"/>
3374
+ </ownedOperation>
3375
+ </ownedMember>
3376
+ <ownedMember xmi:type="uml:Class" xmi:id="_jSHGIC5dEd2IWKPGoupyzA" name="ExtendingElement"/>
3377
+ </ownedMember>
3378
+ </ownedMember>
3379
+ <ownedMember xmi:type="uml:Package" xmi:id="_qCVW4MQcEdyE8unE8xn43w" name="rsm-specifics">
3380
+ <eAnnotations xmi:id="_qCo44MQcEdyE8unE8xn43w" source="uml2.diagrams" references="_qCo44cQcEdyE8unE8xn43w">
3381
+ <contents xmi:type="notation:Diagram" xmi:id="_qCo44cQcEdyE8unE8xn43w" type="Freeform" name="Principal">
3382
+ <children xmi:id="_ggKAkMQdEdyE8unE8xn43w">
3383
+ <children xmi:id="_ggKAk8QdEdyE8unE8xn43w" type="ImageCompartment">
3384
+ <element xmi:type="uml:Package" href="rsm-shortcuts.emx#_xdoDwMQcEdyE8unE8xn43w?rsm-shortcuts/rsm-shortcuts"/>
3385
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_ggKAlMQdEdyE8unE8xn43w" width="1320" height="1320"/>
3386
+ </children>
3387
+ <children xmi:id="_ggKAlcQdEdyE8unE8xn43w" type="Stereotype">
3388
+ <element xmi:type="uml:Package" href="rsm-shortcuts.emx#_xdoDwMQcEdyE8unE8xn43w?rsm-shortcuts/rsm-shortcuts"/>
3389
+ </children>
3390
+ <children xmi:id="_ggKAlsQdEdyE8unE8xn43w" type="Name">
3391
+ <element xmi:type="uml:Package" href="rsm-shortcuts.emx#_xdoDwMQcEdyE8unE8xn43w?rsm-shortcuts/rsm-shortcuts"/>
3392
+ </children>
3393
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_ggKAkcQdEdyE8unE8xn43w" showStereotype="Label"/>
3394
+ <element xmi:type="uml:Package" href="rsm-shortcuts.emx#_xdoDwMQcEdyE8unE8xn43w?rsm-shortcuts/rsm-shortcuts"/>
3395
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ggKAksQdEdyE8unE8xn43w" x="2226" y="2544"/>
3396
+ </children>
3397
+ <children xmi:id="_hw4BkMQdEdyE8unE8xn43w" element="_hwuQkMQdEdyE8unE8xn43w">
3398
+ <children xmi:id="_hw4Bk8QdEdyE8unE8xn43w" type="CommentBody" element="_hwuQkMQdEdyE8unE8xn43w"/>
3399
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_hw4BkcQdEdyE8unE8xn43w" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
3400
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hw4BksQdEdyE8unE8xn43w" x="1590" y="636" width="6978"/>
3401
+ </children>
3402
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_qCo44sQcEdyE8unE8xn43w"/>
3403
+ </contents>
3404
+ </eAnnotations>
3405
+ <eAnnotations xmi:id="_BLPzMMQdEdyE8unE8xn43w" source="uml2.ownedShortcuts">
3406
+ <contents xmi:type="ecore:EAnnotation" xmi:id="_BLPzMcQdEdyE8unE8xn43w" source="eObjectShortcut">
3407
+ <references xmi:type="uml:Package" href="rsm-shortcuts.emx#_xdoDwMQcEdyE8unE8xn43w?rsm-shortcuts/rsm-shortcuts"/>
3408
+ </contents>
3409
+ </eAnnotations>
3410
+ <ownedComment xmi:id="_hwuQkMQdEdyE8unE8xn43w" body="rsm shortcuts is accesses trough a &quot;shortcut&quot;. This features allow a UML model to be splited in multiple model files. "/>
3411
+ </ownedMember>
3412
+ </uml:Model>