UML.ucls 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <class-diagram version="1.2.2" icons="true" always-add-relationships="false" generalizations="true" realizations="true"
  3. associations="true" dependencies="false" nesting-relationships="true" router="FAN">
  4. <class id="1" language="java" name="data.ISP" project="bot-irc" file="/bot-irc/src/data/ISP.java" binary="false"
  5. corner="BOTTOM_RIGHT">
  6. <position height="-1" width="-1" x="548" y="353"/>
  7. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  8. sort-features="false" accessors="true" visibility="true">
  9. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  10. <operations public="true" package="true" protected="true" private="true" static="true"/>
  11. </display>
  12. </class>
  13. <class id="2" language="java" name="data.ISPDAO" project="bot-irc" file="/bot-irc/src/data/ISPDAO.java" binary="false"
  14. corner="BOTTOM_RIGHT">
  15. <position height="-1" width="-1" x="1565" y="638"/>
  16. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  17. sort-features="false" accessors="true" visibility="true">
  18. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  19. <operations public="true" package="true" protected="true" private="true" static="true"/>
  20. </display>
  21. </class>
  22. <class id="3" language="java" name="data.ISPdata" project="bot-irc" file="/bot-irc/src/data/ISPdata.java"
  23. binary="false" corner="BOTTOM_RIGHT">
  24. <position height="-1" width="-1" x="837" y="1403"/>
  25. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  26. sort-features="false" accessors="true" visibility="true">
  27. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  28. <operations public="true" package="true" protected="true" private="true" static="true"/>
  29. </display>
  30. </class>
  31. <enumeration id="4" language="java" name="data.TechnoCoverage" project="bot-irc"
  32. file="/bot-irc/src/data/TechnoCoverage.java" binary="false" corner="BOTTOM_RIGHT">
  33. <position height="-1" width="-1" x="495" y="1190"/>
  34. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  35. sort-features="false" accessors="true" visibility="true">
  36. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  37. <operations public="true" package="true" protected="true" private="true" static="true"/>
  38. </display>
  39. </enumeration>
  40. <class id="5" language="java" name="IRC.Server" project="bot-irc" file="/bot-irc/src/IRC/Server.java" binary="false"
  41. corner="BOTTOM_RIGHT">
  42. <position height="-1" width="-1" x="837" y="879"/>
  43. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  44. sort-features="false" accessors="true" visibility="true">
  45. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  46. <operations public="true" package="true" protected="true" private="true" static="true"/>
  47. </display>
  48. </class>
  49. <enumeration id="6" language="java" name="IRC.Server.Type" project="bot-irc" file="/bot-irc/src/IRC/Server.java"
  50. binary="false" corner="BOTTOM_RIGHT">
  51. <position height="-1" width="-1" x="1082" y="903"/>
  52. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  53. sort-features="false" accessors="true" visibility="true">
  54. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  55. <operations public="true" package="true" protected="true" private="true" static="true"/>
  56. </display>
  57. </enumeration>
  58. <interface id="7" language="java" name="main.AffichableSurIRC" project="bot-irc"
  59. file="/bot-irc/src/main/AffichableSurIRC.java" binary="false" corner="BOTTOM_RIGHT">
  60. <position height="-1" width="-1" x="831" y="614"/>
  61. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  62. sort-features="false" accessors="true" visibility="true">
  63. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  64. <operations public="true" package="true" protected="true" private="true" static="true"/>
  65. </display>
  66. </interface>
  67. <class id="8" language="java" name="main.Bot" project="bot-irc" file="/bot-irc/src/main/Bot.java" binary="false"
  68. corner="BOTTOM_RIGHT">
  69. <position height="-1" width="-1" x="1939" y="251"/>
  70. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  71. sort-features="false" accessors="true" visibility="true">
  72. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  73. <operations public="true" package="true" protected="true" private="true" static="true"/>
  74. </display>
  75. </class>
  76. <class id="9" language="java" name="main.Cache" project="bot-irc" file="/bot-irc/src/main/Cache.java" binary="false"
  77. corner="BOTTOM_RIGHT">
  78. <position height="-1" width="-1" x="1091" y="521"/>
  79. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  80. sort-features="false" accessors="true" visibility="true">
  81. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  82. <operations public="true" package="true" protected="true" private="true" static="true"/>
  83. </display>
  84. </class>
  85. <class id="10" language="java" name="main.CacheReloader" project="bot-irc" file="/bot-irc/src/main/CacheReloader.java"
  86. binary="false" corner="BOTTOM_RIGHT">
  87. <position height="-1" width="-1" x="830" y="236"/>
  88. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  89. sort-features="false" accessors="true" visibility="true">
  90. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  91. <operations public="true" package="true" protected="true" private="true" static="true"/>
  92. </display>
  93. </class>
  94. <class id="11" language="java" name="main.Main" project="bot-irc" file="/bot-irc/src/main/Main.java" binary="false"
  95. corner="BOTTOM_RIGHT">
  96. <position height="-1" width="-1" x="1074" y="41"/>
  97. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  98. sort-features="false" accessors="true" visibility="true">
  99. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  100. <operations public="true" package="true" protected="true" private="true" static="true"/>
  101. </display>
  102. </class>
  103. <class id="12" language="java" name="data.CoveredAreas" project="bot-irc" file="/bot-irc/src/data/CoveredAreas.java"
  104. binary="false" corner="BOTTOM_RIGHT">
  105. <position height="-1" width="-1" x="505" y="891"/>
  106. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  107. sort-features="false" accessors="true" visibility="true">
  108. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  109. <operations public="true" package="true" protected="true" private="true" static="true"/>
  110. </display>
  111. </class>
  112. <class id="13" language="java" name="actions.Action" project="bot-irc" file="/bot-irc/src/actions/Action.java"
  113. binary="false" corner="BOTTOM_RIGHT">
  114. <position height="-1" width="-1" x="2294" y="32"/>
  115. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  116. sort-features="false" accessors="true" visibility="true">
  117. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  118. <operations public="true" package="true" protected="true" private="true" static="true"/>
  119. </display>
  120. </class>
  121. <class id="14" language="java" name="main.RejoinThread" project="bot-irc" file="/bot-irc/src/main/RejoinThread.java"
  122. binary="false" corner="BOTTOM_RIGHT">
  123. <position height="-1" width="-1" x="1560" y="285"/>
  124. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  125. sort-features="false" accessors="true" visibility="true">
  126. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  127. <operations public="true" package="true" protected="true" private="true" static="true"/>
  128. </display>
  129. </class>
  130. <class id="15" language="java" name="data.AddresseToGPS" project="bot-irc" file="/bot-irc/src/data/AddresseToGPS.java"
  131. binary="false" corner="BOTTOM_RIGHT">
  132. <position height="-1" width="-1" x="1570" y="1061"/>
  133. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  134. sort-features="false" accessors="true" visibility="true">
  135. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  136. <operations public="true" package="true" protected="true" private="true" static="true"/>
  137. </display>
  138. </class>
  139. <class id="16" language="java" name="data.AddresseToGPS.Lieu" project="bot-irc"
  140. file="/bot-irc/src/data/AddresseToGPS.java" binary="false" corner="BOTTOM_RIGHT">
  141. <position height="-1" width="-1" x="1566" y="1404"/>
  142. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  143. sort-features="false" accessors="true" visibility="true">
  144. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  145. <operations public="true" package="true" protected="true" private="true" static="true"/>
  146. </display>
  147. </class>
  148. <class id="17" language="java" name="data.Coordinates" project="bot-irc" file="/bot-irc/src/data/Coordinates.java"
  149. binary="false" corner="BOTTOM_RIGHT">
  150. <position height="-1" width="-1" x="1277" y="1404"/>
  151. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  152. sort-features="false" accessors="true" visibility="true">
  153. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  154. <operations public="true" package="true" protected="true" private="true" static="true"/>
  155. </display>
  156. </class>
  157. <class id="18" language="java" name="data.MultiplePossibleAddressException" project="bot-irc"
  158. file="/bot-irc/src/data/MultiplePossibleAddressException.java" binary="false" corner="BOTTOM_RIGHT">
  159. <position height="-1" width="-1" x="1569" y="1570"/>
  160. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  161. sort-features="false" accessors="true" visibility="true">
  162. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  163. <operations public="true" package="true" protected="true" private="true" static="true"/>
  164. </display>
  165. </class>
  166. <class id="19" language="java" name="rss.RSSChecker" project="bot-irc" file="/bot-irc/src/rss/RSSChecker.java"
  167. binary="false" corner="BOTTOM_RIGHT">
  168. <position height="-1" width="-1" x="2272" y="429"/>
  169. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  170. sort-features="false" accessors="true" visibility="true">
  171. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  172. <operations public="true" package="true" protected="true" private="true" static="true"/>
  173. </display>
  174. </class>
  175. <class id="20" language="java" name="rss.RssData" project="bot-irc" file="/bot-irc/src/rss/RssData.java"
  176. binary="false" corner="BOTTOM_RIGHT">
  177. <position height="-1" width="-1" x="1862" y="1012"/>
  178. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  179. sort-features="false" accessors="true" visibility="true">
  180. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  181. <operations public="true" package="true" protected="true" private="true" static="true"/>
  182. </display>
  183. </class>
  184. <class id="21" language="java" name="rss.RssDataRemainder" project="bot-irc"
  185. file="/bot-irc/src/rss/RssDataRemainder.java" binary="false" corner="BOTTOM_RIGHT">
  186. <position height="-1" width="-1" x="2084" y="818"/>
  187. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  188. sort-features="false" accessors="true" visibility="true">
  189. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  190. <operations public="true" package="true" protected="true" private="true" static="true"/>
  191. </display>
  192. </class>
  193. <class id="22" language="java" name="comportement.Comportement" project="bot-irc"
  194. file="/bot-irc/src/comportement/Comportement.java" binary="false" corner="BOTTOM_RIGHT">
  195. <position height="185" width="258" x="1515" y="-159"/>
  196. <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  197. sort-features="false" accessors="true" visibility="true">
  198. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  199. <operations public="true" package="true" protected="true" private="true" static="true"/>
  200. </display>
  201. </class>
  202. <association id="23">
  203. <end type="SOURCE" refId="16" navigable="false">
  204. <attribute id="24" name="coordonees">
  205. <position height="0" width="0" x="0" y="0"/>
  206. </attribute>
  207. <multiplicity id="25" minimum="0" maximum="1">
  208. <position height="0" width="0" x="0" y="0"/>
  209. </multiplicity>
  210. </end>
  211. <end type="TARGET" refId="17" navigable="true"/>
  212. <display labels="true" multiplicity="true"/>
  213. </association>
  214. <association id="26">
  215. <end type="SOURCE" refId="19" navigable="false">
  216. <attribute id="27" name="b"/>
  217. <multiplicity id="28" minimum="0" maximum="1"/>
  218. </end>
  219. <end type="TARGET" refId="8" navigable="true"/>
  220. <display labels="true" multiplicity="true"/>
  221. </association>
  222. <association id="29">
  223. <end type="SOURCE" refId="18" navigable="false">
  224. <attribute id="30" name="lieux">
  225. <position height="0" width="0" x="0" y="0"/>
  226. </attribute>
  227. <multiplicity id="31" minimum="0" maximum="2147483647">
  228. <position height="0" width="0" x="0" y="0"/>
  229. </multiplicity>
  230. </end>
  231. <end type="TARGET" refId="16" navigable="true"/>
  232. <display labels="true" multiplicity="true"/>
  233. </association>
  234. <dependency id="32">
  235. <end type="SOURCE" refId="1"/>
  236. <end type="TARGET" refId="9"/>
  237. </dependency>
  238. <association id="33">
  239. <end type="SOURCE" refId="3" navigable="false">
  240. <attribute id="34" name="coordonnees">
  241. <position height="0" width="0" x="0" y="0"/>
  242. </attribute>
  243. <multiplicity id="35" minimum="0" maximum="1">
  244. <position height="0" width="0" x="0" y="0"/>
  245. </multiplicity>
  246. </end>
  247. <end type="TARGET" refId="17" navigable="true"/>
  248. <display labels="true" multiplicity="true"/>
  249. </association>
  250. <dependency id="36">
  251. <end type="SOURCE" refId="14"/>
  252. <end type="TARGET" refId="11"/>
  253. </dependency>
  254. <dependency id="37">
  255. <bendpoint x="1711" y="121"/>
  256. <end type="SOURCE" refId="11"/>
  257. <end type="TARGET" refId="8"/>
  258. </dependency>
  259. <dependency id="38">
  260. <end type="SOURCE" refId="8"/>
  261. <end type="TARGET" refId="14"/>
  262. </dependency>
  263. <nesting id="39">
  264. <end type="SOURCE" refId="15"/>
  265. <end type="TARGET" refId="16"/>
  266. </nesting>
  267. <association id="40">
  268. <end type="SOURCE" refId="1" navigable="false">
  269. <attribute id="41" name="data">
  270. <position height="0" width="0" x="-35" y="-301"/>
  271. </attribute>
  272. <multiplicity id="42" minimum="0" maximum="1">
  273. <position height="0" width="0" x="-35" y="-301"/>
  274. </multiplicity>
  275. </end>
  276. <end type="TARGET" refId="3" navigable="true"/>
  277. <display labels="true" multiplicity="true"/>
  278. </association>
  279. <realization id="43">
  280. <bendpoint x="1566" y="815"/>
  281. <bendpoint x="942" y="789"/>
  282. <bendpoint x="940" y="674"/>
  283. <end type="SOURCE" refId="21"/>
  284. <end type="TARGET" refId="7"/>
  285. </realization>
  286. <association id="44">
  287. <end type="SOURCE" refId="19" navigable="false">
  288. <attribute id="45" name="remainder"/>
  289. <multiplicity id="46" minimum="0" maximum="1"/>
  290. </end>
  291. <end type="TARGET" refId="21" navigable="true"/>
  292. <display labels="true" multiplicity="true"/>
  293. </association>
  294. <dependency id="47">
  295. <bendpoint x="2276" y="1014"/>
  296. <end type="SOURCE" refId="19"/>
  297. <end type="TARGET" refId="20"/>
  298. </dependency>
  299. <dependency id="48">
  300. <end type="SOURCE" refId="11"/>
  301. <end type="TARGET" refId="10"/>
  302. </dependency>
  303. <realization id="49">
  304. <end type="SOURCE" refId="9"/>
  305. <end type="TARGET" refId="7"/>
  306. </realization>
  307. <association id="50">
  308. <end type="SOURCE" refId="12" navigable="false">
  309. <attribute id="51" name="technos">
  310. <position height="0" width="0" x="292" y="1151"/>
  311. </attribute>
  312. <multiplicity id="52" minimum="0" maximum="2147483647">
  313. <position height="0" width="0" x="292" y="1151"/>
  314. </multiplicity>
  315. </end>
  316. <end type="TARGET" refId="4" navigable="true"/>
  317. <display labels="true" multiplicity="true"/>
  318. </association>
  319. <dependency id="53">
  320. <end type="SOURCE" refId="10"/>
  321. <end type="TARGET" refId="9"/>
  322. </dependency>
  323. <realization id="54">
  324. <bendpoint x="1675" y="842"/>
  325. <bendpoint x="939" y="800"/>
  326. <bendpoint x="929" y="678"/>
  327. <end type="SOURCE" refId="20"/>
  328. <end type="TARGET" refId="7"/>
  329. </realization>
  330. <dependency id="55">
  331. <end type="SOURCE" refId="15"/>
  332. <end type="TARGET" refId="2"/>
  333. </dependency>
  334. <dependency id="56">
  335. <end type="SOURCE" refId="9"/>
  336. <end type="TARGET" refId="2"/>
  337. </dependency>
  338. <association id="57">
  339. <end type="SOURCE" refId="8" navigable="false">
  340. <attribute id="58" name="actions">
  341. <position height="0" width="0" x="291" y="-47"/>
  342. </attribute>
  343. <multiplicity id="59" minimum="0" maximum="2147483647">
  344. <position height="0" width="0" x="291" y="-47"/>
  345. </multiplicity>
  346. </end>
  347. <end type="TARGET" refId="13" navigable="true"/>
  348. <display labels="true" multiplicity="true"/>
  349. </association>
  350. <association id="60">
  351. <end type="SOURCE" refId="3" navigable="false">
  352. <attribute id="61" name="ircChan">
  353. <position height="0" width="0" x="-10" y="-165"/>
  354. </attribute>
  355. <multiplicity id="62" minimum="0" maximum="2147483647">
  356. <position height="0" width="0" x="-10" y="-165"/>
  357. </multiplicity>
  358. </end>
  359. <end type="TARGET" refId="5" navigable="true"/>
  360. <display labels="true" multiplicity="true"/>
  361. </association>
  362. <association id="63">
  363. <end type="SOURCE" refId="8" navigable="false">
  364. <attribute id="64" name="rssdata"/>
  365. <multiplicity id="65" minimum="0" maximum="1"/>
  366. </end>
  367. <end type="TARGET" refId="21" navigable="true"/>
  368. <display labels="true" multiplicity="true"/>
  369. </association>
  370. <association id="66">
  371. <end type="SOURCE" refId="22" navigable="false">
  372. <attribute id="67" name="bot"/>
  373. <multiplicity id="68" minimum="0" maximum="1"/>
  374. </end>
  375. <end type="TARGET" refId="8" navigable="true"/>
  376. <display labels="true" multiplicity="true"/>
  377. </association>
  378. <association id="69">
  379. <end type="SOURCE" refId="8" navigable="false">
  380. <attribute id="70" name="comportements"/>
  381. <multiplicity id="71" minimum="0" maximum="2147483647"/>
  382. </end>
  383. <end type="TARGET" refId="22" navigable="true"/>
  384. <display labels="true" multiplicity="true"/>
  385. </association>
  386. <dependency id="72">
  387. <end type="SOURCE" refId="9"/>
  388. <end type="TARGET" refId="11"/>
  389. </dependency>
  390. <association id="73">
  391. <end type="SOURCE" refId="9" navigable="false">
  392. <attribute id="74" name="cache">
  393. <position height="0" width="0" x="91" y="-461"/>
  394. </attribute>
  395. <multiplicity id="75" minimum="0" maximum="2147483647">
  396. <position height="0" width="0" x="91" y="-461"/>
  397. </multiplicity>
  398. </end>
  399. <end type="TARGET" refId="1" navigable="true"/>
  400. <display labels="true" multiplicity="true"/>
  401. </association>
  402. <association id="76">
  403. <end type="SOURCE" refId="21" navigable="false">
  404. <attribute id="77" name="data"/>
  405. <multiplicity id="78" minimum="0" maximum="2147483647"/>
  406. </end>
  407. <end type="TARGET" refId="20" navigable="true"/>
  408. <display labels="true" multiplicity="true"/>
  409. </association>
  410. <dependency id="79">
  411. <bendpoint x="1556" y="459"/>
  412. <bendpoint x="1274" y="452"/>
  413. <bendpoint x="1273" y="267"/>
  414. <end type="SOURCE" refId="2"/>
  415. <end type="TARGET" refId="11"/>
  416. </dependency>
  417. <realization id="80">
  418. <end type="SOURCE" refId="5"/>
  419. <end type="TARGET" refId="7"/>
  420. </realization>
  421. <association id="81">
  422. <end type="SOURCE" refId="2" navigable="false">
  423. <attribute id="82" name="instance">
  424. <position height="0" width="0" x="12" y="32"/>
  425. </attribute>
  426. <multiplicity id="83" minimum="0" maximum="1">
  427. <position height="0" width="0" x="12" y="32"/>
  428. </multiplicity>
  429. </end>
  430. <end type="TARGET" refId="2" navigable="true"/>
  431. <display labels="true" multiplicity="true"/>
  432. </association>
  433. <nesting id="84">
  434. <end type="SOURCE" refId="5"/>
  435. <end type="TARGET" refId="6"/>
  436. </nesting>
  437. <dependency id="85">
  438. <end type="SOURCE" refId="2"/>
  439. <end type="TARGET" refId="3"/>
  440. </dependency>
  441. <association id="86">
  442. <end type="SOURCE" refId="5" navigable="false">
  443. <attribute id="87" name="t">
  444. <position height="0" width="0" x="65" y="-98"/>
  445. </attribute>
  446. <multiplicity id="88" minimum="0" maximum="1">
  447. <position height="0" width="0" x="65" y="-98"/>
  448. </multiplicity>
  449. </end>
  450. <end type="TARGET" refId="6" navigable="true"/>
  451. <display labels="true" multiplicity="true"/>
  452. </association>
  453. <realization id="89">
  454. <end type="SOURCE" refId="1"/>
  455. <end type="TARGET" refId="7"/>
  456. </realization>
  457. <association id="90">
  458. <end type="SOURCE" refId="9" navigable="false">
  459. <attribute id="91" name="instance">
  460. <position height="0" width="0" x="36" y="10"/>
  461. </attribute>
  462. <multiplicity id="92" minimum="0" maximum="1">
  463. <position height="0" width="0" x="36" y="10"/>
  464. </multiplicity>
  465. </end>
  466. <end type="TARGET" refId="9" navigable="true"/>
  467. <display labels="true" multiplicity="true"/>
  468. </association>
  469. <association id="93">
  470. <end type="SOURCE" refId="13" navigable="false">
  471. <attribute id="94" name="bot"/>
  472. <multiplicity id="95" minimum="0" maximum="1"/>
  473. </end>
  474. <end type="TARGET" refId="8" navigable="true"/>
  475. <display labels="true" multiplicity="true"/>
  476. </association>
  477. <association id="96">
  478. <end type="SOURCE" refId="1" navigable="false">
  479. <attribute id="97" name="coveredAreas">
  480. <position height="0" width="0" x="356" y="543"/>
  481. </attribute>
  482. <multiplicity id="98" minimum="0" maximum="2147483647">
  483. <position height="0" width="0" x="356" y="543"/>
  484. </multiplicity>
  485. </end>
  486. <end type="TARGET" refId="12" navigable="true"/>
  487. <display labels="true" multiplicity="true"/>
  488. </association>
  489. <association id="99">
  490. <end type="SOURCE" refId="12" navigable="false">
  491. <attribute id="100" name="isp">
  492. <position height="0" width="0" x="91" y="-461"/>
  493. </attribute>
  494. <multiplicity id="101" minimum="0" maximum="1">
  495. <position height="0" width="0" x="91" y="-461"/>
  496. </multiplicity>
  497. </end>
  498. <end type="TARGET" refId="1" navigable="true"/>
  499. <display labels="true" multiplicity="true"/>
  500. </association>
  501. <classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
  502. sort-features="false" accessors="true" visibility="true">
  503. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  504. <operations public="true" package="true" protected="true" private="true" static="true"/>
  505. </classifier-display>
  506. <association-display labels="true" multiplicity="true"/>
  507. </class-diagram>