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 17KB

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