You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

PropertyTableClassDiagram.pgml 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!--
  3. ====================================================================
  4. Licensed to the Apache Software Foundation (ASF) under one or more
  5. contributor license agreements. See the NOTICE file distributed with
  6. this work for additional information regarding copyright ownership.
  7. The ASF licenses this file to You under the Apache License, Version 2.0
  8. (the "License"); you may not use this file except in compliance with
  9. the License. You may obtain a copy of the License at
  10. http://www.apache.org/licenses/LICENSE-2.0
  11. Unless required by applicable law or agreed to in writing, software
  12. distributed under the License is distributed on an "AS IS" BASIS,
  13. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. See the License for the specific language governing permissions and
  15. limitations under the License.
  16. ====================================================================
  17. -->
  18. <!DOCTYPE pgml SYSTEM "pgml.dtd">
  19. <pgml description="org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram|-64--88-1-2-717d91:e7cd986e07:-7ffe"
  20. name="PropertyTableClassDiagram"
  21. >
  22. <group name="Fig0"
  23. description="org.argouml.uml.diagram.static_structure.ui.FigClass[56, 168, 192, 389]"
  24. href="127-0-0-1-497f6:e8c840c12f:-7ffd"
  25. shown="7"
  26. fill="1"
  27. fillcolor="-1"
  28. stroke="1"
  29. strokecolor="-16777216"
  30. >
  31. <private>
  32. </private>
  33. <rectangle name="Fig0.0"
  34. x="56"
  35. y="168"
  36. width="192"
  37. height="388"
  38. fill="1"
  39. fillcolor="-1"
  40. stroke="1"
  41. strokecolor="-16777216"
  42. />
  43. <text name="Fig0.1"
  44. context=""
  45. x="10"
  46. y="10"
  47. fill="1"
  48. fillcolor="-1"
  49. stroke="1"
  50. strokecolor="-16777216"
  51. font="dialog"
  52. textsize="9"
  53. ></text>
  54. <text name="Fig0.2"
  55. context=""
  56. x="56"
  57. y="168"
  58. fill="1"
  59. fillcolor="-1"
  60. stroke="1"
  61. strokecolor="-16777216"
  62. font="dialog.italic"
  63. textsize="9"
  64. >Property</text>
  65. <rectangle name="Fig0.3"
  66. x="10"
  67. y="15"
  68. width="2"
  69. height="60"
  70. fill="1"
  71. fillcolor="-1"
  72. stroke="1"
  73. strokecolor="-1"
  74. />
  75. <text name="Fig0.4"
  76. context=""
  77. x="56"
  78. y="188"
  79. fill="1"
  80. fillcolor="-1"
  81. stroke="1"
  82. strokecolor="-16777216"
  83. font="dialog"
  84. textsize="9"
  85. >-_name : String
  86. -_name_size : ShortField
  87. -_property_type : ByteField
  88. -_storage_type : ByteField
  89. -_previous_property : IntegerField
  90. -_next_property : IntegerField
  91. -_child_property : IntegerField
  92. -_seconds_1 : IntegerField
  93. -_days_1 : IntegerField
  94. -_seconds_2 : IntegerField
  95. -_days_2 : IntegerField
  96. -_start_block : IntegerField
  97. -_size : IntegerField
  98. -_raw_data[ 128 ] : byte
  99. -_index : int
  100. +PROPERTY_SIZE : int = 128
  101. #_NO_INDEX : int = -1
  102. #_DIRECTORY_TYPE : byte = 1
  103. #_DOCUMENT_TYPE : byte = 2
  104. #_ROOT_TYPE : byte = 5
  105. #_BIG_BLOCK_STORAGE : byte = 1
  106. #_SMALL_BLOCK_STORAGE : byte = 0
  107. -_next_file : File
  108. -_previous_file : File</text>
  109. <text name="Fig0.5"
  110. context=""
  111. x="56"
  112. y="432"
  113. fill="1"
  114. fillcolor="-1"
  115. stroke="1"
  116. strokecolor="-16777216"
  117. font="dialog"
  118. textsize="9"
  119. >#setIndex(in index:int)
  120. #preWrite()
  121. #getIndex() : int
  122. +setStartBlock(in startBlock:int)
  123. #Property()
  124. #setName(in name:String)
  125. #setPropertyType(in propertyType:byte)
  126. #setStorageType(in storageType:byte)
  127. #setChildProperty(in child:int)
  128. #getChildProperty() : int
  129. #setSize(in size:int)
  130. #shouldUseSmallBlocks() : boolean</text>
  131. </group>
  132. <group name="Fig1"
  133. description="org.argouml.uml.diagram.static_structure.ui.FigClass[328, 288, 90, 40]"
  134. href="127-0-0-1-497f6:e8c85b337f:-7ffb"
  135. shown="3"
  136. fill="1"
  137. fillcolor="-1"
  138. stroke="1"
  139. strokecolor="-16777216"
  140. >
  141. <private>
  142. </private>
  143. <rectangle name="Fig1.0"
  144. x="328"
  145. y="288"
  146. width="90"
  147. height="40"
  148. fill="1"
  149. fillcolor="-1"
  150. stroke="1"
  151. strokecolor="-16777216"
  152. />
  153. <text name="Fig1.1"
  154. context=""
  155. x="10"
  156. y="10"
  157. fill="1"
  158. fillcolor="-1"
  159. stroke="1"
  160. strokecolor="-16777216"
  161. font="dialog"
  162. textsize="9"
  163. ></text>
  164. <text name="Fig1.2"
  165. context=""
  166. x="328"
  167. y="288"
  168. fill="1"
  169. fillcolor="-1"
  170. stroke="1"
  171. strokecolor="-16777216"
  172. font="dialog"
  173. textsize="9"
  174. >RootProperty</text>
  175. <rectangle name="Fig1.3"
  176. x="10"
  177. y="15"
  178. width="2"
  179. height="60"
  180. fill="1"
  181. fillcolor="-1"
  182. stroke="1"
  183. strokecolor="-1"
  184. />
  185. <text name="Fig1.4"
  186. context=""
  187. x="328"
  188. y="308"
  189. fill="1"
  190. fillcolor="-1"
  191. stroke="1"
  192. strokecolor="-16777216"
  193. font="dialog"
  194. textsize="9"
  195. >-_children : List</text>
  196. <text name="Fig1.5"
  197. context=""
  198. x="328"
  199. y="328"
  200. fill="1"
  201. fillcolor="-1"
  202. stroke="1"
  203. strokecolor="-16777216"
  204. font="dialog"
  205. textsize="9"
  206. ></text>
  207. </group>
  208. <group name="Fig2"
  209. description="org.argouml.uml.diagram.static_structure.ui.FigClass[288, 240, 236, 40]"
  210. href="127-0-0-1-497f6:e8c85b337f:-7ffa"
  211. shown="5"
  212. fill="1"
  213. fillcolor="-1"
  214. stroke="1"
  215. strokecolor="-16777216"
  216. >
  217. <private>
  218. </private>
  219. <rectangle name="Fig2.0"
  220. x="288"
  221. y="240"
  222. width="236"
  223. height="40"
  224. fill="1"
  225. fillcolor="-1"
  226. stroke="1"
  227. strokecolor="-16777216"
  228. />
  229. <text name="Fig2.1"
  230. context=""
  231. x="10"
  232. y="10"
  233. fill="1"
  234. fillcolor="-1"
  235. stroke="1"
  236. strokecolor="-16777216"
  237. font="dialog"
  238. textsize="9"
  239. ></text>
  240. <text name="Fig2.2"
  241. context=""
  242. x="288"
  243. y="240"
  244. fill="1"
  245. fillcolor="-1"
  246. stroke="1"
  247. strokecolor="-16777216"
  248. font="dialog"
  249. textsize="9"
  250. >DocumentProperty</text>
  251. <rectangle name="Fig2.3"
  252. x="10"
  253. y="15"
  254. width="2"
  255. height="60"
  256. fill="1"
  257. fillcolor="-1"
  258. stroke="1"
  259. strokecolor="-1"
  260. />
  261. <text name="Fig2.4"
  262. context=""
  263. x="288"
  264. y="260"
  265. fill="1"
  266. fillcolor="-1"
  267. stroke="1"
  268. strokecolor="-16777216"
  269. font="dialog"
  270. textsize="9"
  271. ></text>
  272. <text name="Fig2.5"
  273. context=""
  274. x="288"
  275. y="260"
  276. fill="1"
  277. fillcolor="-1"
  278. stroke="1"
  279. strokecolor="-16777216"
  280. font="dialog"
  281. textsize="9"
  282. >+DocumentProperty(in name:String, in size:int)</text>
  283. </group>
  284. <group name="Fig3"
  285. description="org.argouml.uml.diagram.static_structure.ui.FigClass[288, 160, 293, 61]"
  286. href="127-0-0-1-497f6:e8c85b337f:-7ff6"
  287. shown="7"
  288. fill="1"
  289. fillcolor="-1"
  290. stroke="1"
  291. strokecolor="-16777216"
  292. >
  293. <private>
  294. </private>
  295. <rectangle name="Fig3.0"
  296. x="288"
  297. y="160"
  298. width="293"
  299. height="60"
  300. fill="1"
  301. fillcolor="-1"
  302. stroke="1"
  303. strokecolor="-16777216"
  304. />
  305. <text name="Fig3.1"
  306. context=""
  307. x="10"
  308. y="10"
  309. fill="1"
  310. fillcolor="-1"
  311. stroke="1"
  312. strokecolor="-16777216"
  313. font="dialog"
  314. textsize="9"
  315. ></text>
  316. <text name="Fig3.2"
  317. context=""
  318. x="288"
  319. y="160"
  320. fill="1"
  321. fillcolor="-1"
  322. stroke="1"
  323. strokecolor="-16777216"
  324. font="dialog"
  325. textsize="9"
  326. >PropertyBlock</text>
  327. <rectangle name="Fig3.3"
  328. x="10"
  329. y="15"
  330. width="2"
  331. height="60"
  332. fill="1"
  333. fillcolor="-1"
  334. stroke="1"
  335. strokecolor="-1"
  336. />
  337. <text name="Fig3.4"
  338. context=""
  339. x="288"
  340. y="180"
  341. fill="1"
  342. fillcolor="-1"
  343. stroke="1"
  344. strokecolor="-16777216"
  345. font="dialog"
  346. textsize="9"
  347. >-_properties[ 4 ] : Property</text>
  348. <text name="Fig3.5"
  349. context=""
  350. x="288"
  351. y="200"
  352. fill="1"
  353. fillcolor="-1"
  354. stroke="1"
  355. strokecolor="-16777216"
  356. font="dialog"
  357. textsize="9"
  358. >+createPropertyBlockArray(in properties:List) : BlockWritable</text>
  359. </group>
  360. <group name="Fig4"
  361. description="org.argouml.uml.diagram.static_structure.ui.FigClass[96, 16, 169, 109]"
  362. href="127-0-0-1-497f6:e8c85b337f:-7ff1"
  363. shown="7"
  364. fill="1"
  365. fillcolor="-1"
  366. stroke="1"
  367. strokecolor="-16777216"
  368. >
  369. <private>
  370. </private>
  371. <rectangle name="Fig4.0"
  372. x="96"
  373. y="16"
  374. width="169"
  375. height="108"
  376. fill="1"
  377. fillcolor="-1"
  378. stroke="1"
  379. strokecolor="-16777216"
  380. />
  381. <text name="Fig4.1"
  382. context=""
  383. x="10"
  384. y="10"
  385. fill="1"
  386. fillcolor="-1"
  387. stroke="1"
  388. strokecolor="-16777216"
  389. font="dialog"
  390. textsize="9"
  391. ></text>
  392. <text name="Fig4.2"
  393. context=""
  394. x="96"
  395. y="16"
  396. fill="1"
  397. fillcolor="-1"
  398. stroke="1"
  399. strokecolor="-16777216"
  400. font="dialog"
  401. textsize="9"
  402. >PropertyTable</text>
  403. <rectangle name="Fig4.3"
  404. x="10"
  405. y="15"
  406. width="2"
  407. height="60"
  408. fill="1"
  409. fillcolor="-1"
  410. stroke="1"
  411. strokecolor="-1"
  412. />
  413. <text name="Fig4.4"
  414. context=""
  415. x="96"
  416. y="36"
  417. fill="1"
  418. fillcolor="-1"
  419. stroke="1"
  420. strokecolor="-16777216"
  421. font="dialog"
  422. textsize="9"
  423. >-_properties : List
  424. -_blocks[ ] : BlockWritable
  425. -_start_block : int</text>
  426. <text name="Fig4.5"
  427. context=""
  428. x="96"
  429. y="70"
  430. fill="1"
  431. fillcolor="-1"
  432. stroke="1"
  433. strokecolor="-16777216"
  434. font="dialog"
  435. textsize="9"
  436. >+getRoot() : Directory
  437. +addProperty(in property:Property)
  438. +preWrite()
  439. +PropertyTable()
  440. +getStartBlock() : int</text>
  441. </group>
  442. <group name="Fig5"
  443. description="org.argouml.uml.diagram.static_structure.ui.FigInterface[288, 472, 144, 72]"
  444. href="127-0-0-1-497f6:e8c85b337f:-7fe2"
  445. shown="0"
  446. fill="1"
  447. fillcolor="-1"
  448. stroke="1"
  449. strokecolor="-16777216"
  450. >
  451. <private>
  452. </private>
  453. <rectangle name="Fig5.0"
  454. x="289"
  455. y="473"
  456. width="142"
  457. height="70"
  458. fill="1"
  459. fillcolor="-1"
  460. stroke="1"
  461. strokecolor="-16777216"
  462. />
  463. <rectangle name="Fig5.1"
  464. x="288"
  465. y="472"
  466. width="144"
  467. height="24"
  468. fill="1"
  469. fillcolor="-1"
  470. stroke="1"
  471. strokecolor="-16777216"
  472. />
  473. <text name="Fig5.2"
  474. context=""
  475. x="289"
  476. y="473"
  477. fill="0"
  478. fillcolor="-1"
  479. stroke="0"
  480. strokecolor="-16777216"
  481. font="dialog"
  482. textsize="9"
  483. >&lt;&lt;Interface&gt;&gt;</text>
  484. <text name="Fig5.3"
  485. context=""
  486. x="289"
  487. y="483"
  488. fill="0"
  489. fillcolor="-1"
  490. stroke="0"
  491. strokecolor="-16777216"
  492. font="dialog"
  493. textsize="9"
  494. >File</text>
  495. <text name="Fig5.4"
  496. context=""
  497. x="288"
  498. y="495"
  499. fill="1"
  500. fillcolor="-1"
  501. stroke="1"
  502. strokecolor="-16777216"
  503. font="dialog"
  504. textsize="9"
  505. >+getNextFile() : File
  506. +setNextFile(in file:File)
  507. +getPreviousFile() : File
  508. +setPreviousFile(in file:File)</text>
  509. </group>
  510. <group name="Fig6"
  511. description="org.argouml.uml.diagram.static_structure.ui.FigInterface[288, 368, 154, 64]"
  512. href="127-0-0-1-497f6:e8c85b337f:-7fd8"
  513. shown="0"
  514. fill="1"
  515. fillcolor="-1"
  516. stroke="1"
  517. strokecolor="-16777216"
  518. >
  519. <private>
  520. </private>
  521. <rectangle name="Fig6.0"
  522. x="289"
  523. y="369"
  524. width="152"
  525. height="62"
  526. fill="1"
  527. fillcolor="-1"
  528. stroke="1"
  529. strokecolor="-16777216"
  530. />
  531. <rectangle name="Fig6.1"
  532. x="288"
  533. y="368"
  534. width="154"
  535. height="24"
  536. fill="1"
  537. fillcolor="-1"
  538. stroke="1"
  539. strokecolor="-16777216"
  540. />
  541. <text name="Fig6.2"
  542. context=""
  543. x="289"
  544. y="369"
  545. fill="0"
  546. fillcolor="-1"
  547. stroke="0"
  548. strokecolor="-16777216"
  549. font="dialog"
  550. textsize="9"
  551. >&lt;&lt;Interface&gt;&gt;</text>
  552. <text name="Fig6.3"
  553. context=""
  554. x="289"
  555. y="379"
  556. fill="0"
  557. fillcolor="-1"
  558. stroke="0"
  559. strokecolor="-16777216"
  560. font="dialog"
  561. textsize="9"
  562. >Directory</text>
  563. <text name="Fig6.4"
  564. context=""
  565. x="288"
  566. y="391"
  567. fill="1"
  568. fillcolor="-1"
  569. stroke="1"
  570. strokecolor="-16777216"
  571. font="dialog"
  572. textsize="9"
  573. >+getChildren() : Iterator
  574. +addChild(in property:Property)</text>
  575. </group>
  576. <group name="Fig7"
  577. description="org.argouml.uml.diagram.ui.FigGeneralization"
  578. href="127-0-0-1-497f6:e8c85b337f:-7ff8"
  579. stroke="1"
  580. strokecolor="-16777216"
  581. >
  582. <private>
  583. sourcePortFig="Fig1.0"
  584. destPortFig="Fig0.0"
  585. sourceFigNode="Fig1"
  586. destFigNode="Fig0"
  587. </private>
  588. <path name="Fig7.1"
  589. description="org.tigris.gef.presentation.FigPoly"
  590. fill="0"
  591. fillcolor="-1"
  592. stroke="1"
  593. strokecolor="-16777216"
  594. >
  595. <moveto x="328"
  596. y="304" />
  597. <lineto x="248"
  598. y="304" />
  599. </path>
  600. <annotations>
  601. </annotations>
  602. </group>
  603. <group name="Fig8"
  604. description="org.argouml.uml.diagram.ui.FigGeneralization"
  605. href="127-0-0-1-497f6:e8c85b337f:-7ff7"
  606. stroke="1"
  607. strokecolor="-16777216"
  608. >
  609. <private>
  610. sourcePortFig="Fig2.0"
  611. destPortFig="Fig0.0"
  612. sourceFigNode="Fig2"
  613. destFigNode="Fig0"
  614. </private>
  615. <path name="Fig8.1"
  616. description="org.tigris.gef.presentation.FigPoly"
  617. fill="0"
  618. fillcolor="-1"
  619. stroke="1"
  620. strokecolor="-16777216"
  621. >
  622. <moveto x="288"
  623. y="256" />
  624. <lineto x="248"
  625. y="256" />
  626. </path>
  627. <annotations>
  628. </annotations>
  629. </group>
  630. <group name="Fig9"
  631. description="org.argouml.uml.diagram.ui.FigAssociation"
  632. href="127-0-0-1-497f6:e8c85b337f:-7ff4"
  633. stroke="1"
  634. strokecolor="-16777216"
  635. >
  636. <private>
  637. sourcePortFig="Fig3.0"
  638. destPortFig="Fig0.0"
  639. sourceFigNode="Fig3"
  640. destFigNode="Fig0"
  641. </private>
  642. <path name="Fig9.1"
  643. description="org.tigris.gef.presentation.FigPoly"
  644. fill="0"
  645. fillcolor="-1"
  646. stroke="1"
  647. strokecolor="-16777216"
  648. >
  649. <moveto x="288"
  650. y="192" />
  651. <lineto x="248"
  652. y="192" />
  653. </path>
  654. <annotations>
  655. </annotations>
  656. </group>
  657. <group name="Fig10"
  658. description="org.argouml.uml.diagram.ui.FigAssociation"
  659. href="127-0-0-1-497f6:e8c85b337f:-7ff0"
  660. stroke="1"
  661. strokecolor="-16777216"
  662. >
  663. <private>
  664. sourcePortFig="Fig4.0"
  665. destPortFig="Fig3.0"
  666. sourceFigNode="Fig4"
  667. destFigNode="Fig3"
  668. </private>
  669. <path name="Fig10.1"
  670. description="org.tigris.gef.presentation.FigPoly"
  671. fill="0"
  672. fillcolor="-1"
  673. stroke="1"
  674. strokecolor="-16777216"
  675. >
  676. <moveto x="265"
  677. y="56" />
  678. <lineto x="328"
  679. y="56" />
  680. <lineto x="328"
  681. y="160" />
  682. </path>
  683. <annotations>
  684. <text name="Fig10.1"
  685. context="destMult"
  686. x="262"
  687. y="42"
  688. fill="0"
  689. fillcolor="-1"
  690. stroke="0"
  691. strokecolor="-16777216"
  692. font="dialog"
  693. textsize="9"
  694. >1..*</text>
  695. </annotations>
  696. </group>
  697. <group name="Fig11"
  698. description="org.argouml.uml.diagram.ui.FigAssociation"
  699. href="127-0-0-1-497f6:e8c85b337f:-7fec"
  700. stroke="1"
  701. strokecolor="-16777216"
  702. >
  703. <private>
  704. sourcePortFig="Fig4.0"
  705. destPortFig="Fig0.0"
  706. sourceFigNode="Fig4"
  707. destFigNode="Fig0"
  708. </private>
  709. <path name="Fig11.1"
  710. description="org.tigris.gef.presentation.FigPoly"
  711. fill="0"
  712. fillcolor="-1"
  713. stroke="1"
  714. strokecolor="-16777216"
  715. >
  716. <moveto x="176"
  717. y="124" />
  718. <lineto x="176"
  719. y="168" />
  720. </path>
  721. <annotations>
  722. <text name="Fig11.1"
  723. context="destMult"
  724. x="176"
  725. y="141"
  726. fill="0"
  727. fillcolor="-1"
  728. stroke="0"
  729. strokecolor="-16777216"
  730. font="dialog"
  731. textsize="9"
  732. >1..*</text>
  733. </annotations>
  734. </group>
  735. <group name="Fig12"
  736. description="org.argouml.uml.diagram.ui.FigGeneralization"
  737. href="127-0-0-1-497f6:e8c85b337f:-7fd3"
  738. stroke="1"
  739. strokecolor="-16777216"
  740. >
  741. <private>
  742. sourcePortFig="Fig6.0"
  743. destPortFig="Fig5.0"
  744. sourceFigNode="Fig6"
  745. destFigNode="Fig5"
  746. </private>
  747. <path name="Fig12.1"
  748. description="org.tigris.gef.presentation.FigPoly"
  749. fill="0"
  750. fillcolor="-1"
  751. stroke="1"
  752. strokecolor="-16777216"
  753. >
  754. <moveto x="409"
  755. y="431" />
  756. <lineto x="409"
  757. y="473" />
  758. </path>
  759. <annotations>
  760. </annotations>
  761. </group>
  762. <group name="Fig13"
  763. description="org.argouml.uml.diagram.ui.FigRealization"
  764. href="127-0-0-1-497f6:e8c85b337f:-7fd2"
  765. stroke="1"
  766. strokecolor="-16777216"
  767. >
  768. <private>
  769. sourcePortFig="Fig1.0"
  770. destPortFig="Fig6.0"
  771. sourceFigNode="Fig1"
  772. destFigNode="Fig6"
  773. </private>
  774. <path name="Fig13.1"
  775. description="org.tigris.gef.presentation.FigPoly"
  776. fill="0"
  777. fillcolor="-1"
  778. stroke="1"
  779. strokecolor="-16777216"
  780. >
  781. <moveto x="368"
  782. y="328" />
  783. <lineto x="368"
  784. y="369" />
  785. </path>
  786. <annotations>
  787. </annotations>
  788. </group>
  789. <group name="Fig14"
  790. description="org.argouml.uml.diagram.ui.FigRealization"
  791. href="127-0-0-1-497f6:e8f35b320f:-7fe2"
  792. stroke="1"
  793. strokecolor="-16777216"
  794. >
  795. <private>
  796. sourcePortFig="Fig0.0"
  797. destPortFig="Fig5.0"
  798. sourceFigNode="Fig0"
  799. destFigNode="Fig5"
  800. </private>
  801. <path name="Fig14.1"
  802. description="org.tigris.gef.presentation.FigPoly"
  803. fill="0"
  804. fillcolor="-1"
  805. stroke="1"
  806. strokecolor="-16777216"
  807. >
  808. <moveto x="248"
  809. y="512" />
  810. <lineto x="289"
  811. y="512" />
  812. </path>
  813. <annotations>
  814. </annotations>
  815. </group>
  816. </pgml>