overview.uxf 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <diagram program="umlet" version="15.1">
  3. <zoom_level>10</zoom_level>
  4. <element>
  5. <id>UMLClass</id>
  6. <coordinates>
  7. <x>750</x>
  8. <y>850</y>
  9. <w>420</w>
  10. <h>90</h>
  11. </coordinates>
  12. <panel_attributes>**Expression**
  13. --
  14. --
  15. to_sql(): str
  16. resolve_data_type_category(): DataType
  17. bg=#F3F781</panel_attributes>
  18. <additional_attributes/>
  19. </element>
  20. <element>
  21. <id>UMLClass</id>
  22. <coordinates>
  23. <x>1130</x>
  24. <y>1000</y>
  25. <w>210</w>
  26. <h>50</h>
  27. </coordinates>
  28. <panel_attributes>ExpressionWithArgs
  29. </panel_attributes>
  30. <additional_attributes/>
  31. </element>
  32. <element>
  33. <id>UMLClass</id>
  34. <coordinates>
  35. <x>940</x>
  36. <y>520</y>
  37. <w>160</w>
  38. <h>50</h>
  39. </coordinates>
  40. <panel_attributes>**QueryTemplate**</panel_attributes>
  41. <additional_attributes/>
  42. </element>
  43. <element>
  44. <id>Relation</id>
  45. <coordinates>
  46. <x>1010</x>
  47. <y>560</y>
  48. <w>120</w>
  49. <h>310</h>
  50. </coordinates>
  51. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  52. uses in select
  53. m1=1
  54. m2=*</panel_attributes>
  55. <additional_attributes>10.0;10.0;10.0;290.0</additional_attributes>
  56. </element>
  57. <element>
  58. <id>Relation</id>
  59. <coordinates>
  60. <x>950</x>
  61. <y>930</y>
  62. <w>280</w>
  63. <h>90</h>
  64. </coordinates>
  65. <panel_attributes>lt=&lt;&lt;-</panel_attributes>
  66. <additional_attributes>10.0;10.0;10.0;40.0;260.0;40.0;260.0;70.0</additional_attributes>
  67. </element>
  68. <element>
  69. <id>UMLClass</id>
  70. <coordinates>
  71. <x>780</x>
  72. <y>1080</y>
  73. <w>160</w>
  74. <h>80</h>
  75. </coordinates>
  76. <panel_attributes>**DataValue**
  77. --
  78. value: str
  79. identifier: str</panel_attributes>
  80. <additional_attributes/>
  81. </element>
  82. <element>
  83. <id>Relation</id>
  84. <coordinates>
  85. <x>950</x>
  86. <y>930</y>
  87. <w>30</w>
  88. <h>90</h>
  89. </coordinates>
  90. <panel_attributes>lt=&lt;&lt;-</panel_attributes>
  91. <additional_attributes>10.0;10.0;10.0;70.0</additional_attributes>
  92. </element>
  93. <element>
  94. <id>UMLClass</id>
  95. <coordinates>
  96. <x>100</x>
  97. <y>1070</y>
  98. <w>160</w>
  99. <h>80</h>
  100. </coordinates>
  101. <panel_attributes>**DataType**
  102. --
  103. identifier: str
  104. type_name: str
  105. bg=#F3F781</panel_attributes>
  106. <additional_attributes/>
  107. </element>
  108. <element>
  109. <id>Relation</id>
  110. <coordinates>
  111. <x>250</x>
  112. <y>1120</y>
  113. <w>130</w>
  114. <h>40</h>
  115. </coordinates>
  116. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  117. m2=1</panel_attributes>
  118. <additional_attributes>110.0;10.0;10.0;10.0</additional_attributes>
  119. </element>
  120. <element>
  121. <id>UMLClass</id>
  122. <coordinates>
  123. <x>0</x>
  124. <y>1260</y>
  125. <w>160</w>
  126. <h>110</h>
  127. </coordinates>
  128. <panel_attributes>NumberDataType
  129. --
  130. is_signed: bool
  131. is_decimal: bool
  132. tiny_value: str
  133. max_value: str</panel_attributes>
  134. <additional_attributes/>
  135. </element>
  136. <element>
  137. <id>Relation</id>
  138. <coordinates>
  139. <x>70</x>
  140. <y>1140</y>
  141. <w>130</w>
  142. <h>140</h>
  143. </coordinates>
  144. <panel_attributes>lt=&lt;&lt;-</panel_attributes>
  145. <additional_attributes>110.0;10.0;110.0;50.0;10.0;50.0;10.0;120.0</additional_attributes>
  146. </element>
  147. <element>
  148. <id>UMLClass</id>
  149. <coordinates>
  150. <x>840</x>
  151. <y>1230</y>
  152. <w>210</w>
  153. <h>280</h>
  154. </coordinates>
  155. <panel_attributes>ExpressionCharacteristics
  156. &lt;&lt;enum&gt;&gt;
  157. --
  158. NULL
  159. NON_EMPTY
  160. ZERO
  161. ONE
  162. TINY_VALUE
  163. MAX_VALUE
  164. OVERSIZE
  165. NEGATIVE
  166. DECIMAL
  167. DECIMAL_OR_FLOAT_TYPED
  168. LARGER_THAN_INT4_TYPED
  169. FLOAT_TYPED</panel_attributes>
  170. <additional_attributes/>
  171. </element>
  172. <element>
  173. <id>Relation</id>
  174. <coordinates>
  175. <x>560</x>
  176. <y>910</y>
  177. <w>360</w>
  178. <h>660</h>
  179. </coordinates>
  180. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  181. has
  182. m1=1
  183. m2=*</panel_attributes>
  184. <additional_attributes>190.0;10.0;10.0;10.0;10.0;640.0;330.0;640.0;330.0;600.0</additional_attributes>
  185. </element>
  186. <element>
  187. <id>UMLClass</id>
  188. <coordinates>
  189. <x>1430</x>
  190. <y>680</y>
  191. <w>240</w>
  192. <h>100</h>
  193. </coordinates>
  194. <panel_attributes>**QueryExecution**
  195. --
  196. query_id: str</panel_attributes>
  197. <additional_attributes/>
  198. </element>
  199. <element>
  200. <id>UMLClass</id>
  201. <coordinates>
  202. <x>1510</x>
  203. <y>870</y>
  204. <w>160</w>
  205. <h>70</h>
  206. </coordinates>
  207. <panel_attributes>**QueryOutcome**
  208. --
  209. successful: bool
  210. sql: str
  211. bg=#F3F781</panel_attributes>
  212. <additional_attributes/>
  213. </element>
  214. <element>
  215. <id>UMLClass</id>
  216. <coordinates>
  217. <x>1420</x>
  218. <y>1010</y>
  219. <w>160</w>
  220. <h>50</h>
  221. </coordinates>
  222. <panel_attributes>QueryResult
  223. --
  224. result: seq[seq[any]]</panel_attributes>
  225. <additional_attributes/>
  226. </element>
  227. <element>
  228. <id>UMLClass</id>
  229. <coordinates>
  230. <x>1590</x>
  231. <y>1010</y>
  232. <w>160</w>
  233. <h>50</h>
  234. </coordinates>
  235. <panel_attributes>QueryFailure
  236. --
  237. error_message: str</panel_attributes>
  238. <additional_attributes/>
  239. </element>
  240. <element>
  241. <id>Relation</id>
  242. <coordinates>
  243. <x>1580</x>
  244. <y>770</y>
  245. <w>40</w>
  246. <h>120</h>
  247. </coordinates>
  248. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  249. m1=1
  250. m2=*</panel_attributes>
  251. <additional_attributes>10.0;10.0;10.0;100.0</additional_attributes>
  252. </element>
  253. <element>
  254. <id>Relation</id>
  255. <coordinates>
  256. <x>1580</x>
  257. <y>930</y>
  258. <w>140</w>
  259. <h>100</h>
  260. </coordinates>
  261. <panel_attributes>lt=&lt;&lt;-</panel_attributes>
  262. <additional_attributes>10.0;10.0;10.0;40.0;120.0;40.0;120.0;80.0</additional_attributes>
  263. </element>
  264. <element>
  265. <id>Relation</id>
  266. <coordinates>
  267. <x>1490</x>
  268. <y>930</y>
  269. <w>120</w>
  270. <h>100</h>
  271. </coordinates>
  272. <panel_attributes>lt=&lt;&lt;-</panel_attributes>
  273. <additional_attributes>100.0;10.0;100.0;40.0;10.0;40.0;10.0;80.0</additional_attributes>
  274. </element>
  275. <element>
  276. <id>Relation</id>
  277. <coordinates>
  278. <x>1160</x>
  279. <y>890</y>
  280. <w>190</w>
  281. <h>130</h>
  282. </coordinates>
  283. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  284. has args
  285. m1=1
  286. m2=*</panel_attributes>
  287. <additional_attributes>110.0;110.0;110.0;10.0;10.0;10.0</additional_attributes>
  288. </element>
  289. <element>
  290. <id>UMLClass</id>
  291. <coordinates>
  292. <x>1130</x>
  293. <y>1150</y>
  294. <w>210</w>
  295. <h>90</h>
  296. </coordinates>
  297. <panel_attributes>**DbOperationOrFunction**
  298. --
  299. commutative: bool
  300. aggregation: bool
  301. --
  302. to_pattern(): str
  303. bg=#F3F781</panel_attributes>
  304. <additional_attributes/>
  305. </element>
  306. <element>
  307. <id>Relation</id>
  308. <coordinates>
  309. <x>1200</x>
  310. <y>1040</y>
  311. <w>80</w>
  312. <h>130</h>
  313. </coordinates>
  314. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  315. used in
  316. m1=1
  317. m2=*
  318. </panel_attributes>
  319. <additional_attributes>10.0;110.0;10.0;10.0</additional_attributes>
  320. </element>
  321. <element>
  322. <id>UMLClass</id>
  323. <coordinates>
  324. <x>1420</x>
  325. <y>1260</y>
  326. <w>160</w>
  327. <h>50</h>
  328. </coordinates>
  329. <panel_attributes>DbOperation</panel_attributes>
  330. <additional_attributes/>
  331. </element>
  332. <element>
  333. <id>UMLClass</id>
  334. <coordinates>
  335. <x>1420</x>
  336. <y>1330</y>
  337. <w>160</w>
  338. <h>50</h>
  339. </coordinates>
  340. <panel_attributes>DbFunction</panel_attributes>
  341. <additional_attributes/>
  342. </element>
  343. <element>
  344. <id>Relation</id>
  345. <coordinates>
  346. <x>1320</x>
  347. <y>1230</y>
  348. <w>120</w>
  349. <h>80</h>
  350. </coordinates>
  351. <panel_attributes>lt=&lt;&lt;-</panel_attributes>
  352. <additional_attributes>10.0;10.0;10.0;60.0;100.0;60.0</additional_attributes>
  353. </element>
  354. <element>
  355. <id>Relation</id>
  356. <coordinates>
  357. <x>1320</x>
  358. <y>1230</y>
  359. <w>120</w>
  360. <h>150</h>
  361. </coordinates>
  362. <panel_attributes>lt=&lt;&lt;-</panel_attributes>
  363. <additional_attributes>10.0;10.0;10.0;130.0;100.0;130.0</additional_attributes>
  364. </element>
  365. <element>
  366. <id>UMLClass</id>
  367. <coordinates>
  368. <x>1960</x>
  369. <y>940</y>
  370. <w>230</w>
  371. <h>70</h>
  372. </coordinates>
  373. <panel_attributes>**EvaluationStrategy**
  374. --
  375. --
  376. generate_source(): list[str]
  377. bg=#F3F781</panel_attributes>
  378. <additional_attributes/>
  379. </element>
  380. <element>
  381. <id>UMLClass</id>
  382. <coordinates>
  383. <x>2080</x>
  384. <y>1100</y>
  385. <w>210</w>
  386. <h>50</h>
  387. </coordinates>
  388. <panel_attributes>DataflowRenderingStrategy</panel_attributes>
  389. <additional_attributes/>
  390. </element>
  391. <element>
  392. <id>UMLClass</id>
  393. <coordinates>
  394. <x>1840</x>
  395. <y>1100</y>
  396. <w>210</w>
  397. <h>50</h>
  398. </coordinates>
  399. <panel_attributes>ConstantFoldingStrategy</panel_attributes>
  400. <additional_attributes/>
  401. </element>
  402. <element>
  403. <id>Relation</id>
  404. <coordinates>
  405. <x>1090</x>
  406. <y>530</y>
  407. <w>410</w>
  408. <h>170</h>
  409. </coordinates>
  410. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  411. m1=1
  412. m2=1</panel_attributes>
  413. <additional_attributes>10.0;10.0;380.0;10.0;380.0;150.0</additional_attributes>
  414. </element>
  415. <element>
  416. <id>Relation</id>
  417. <coordinates>
  418. <x>2070</x>
  419. <y>1000</y>
  420. <w>130</w>
  421. <h>120</h>
  422. </coordinates>
  423. <panel_attributes>lt=&lt;&lt;-</panel_attributes>
  424. <additional_attributes>10.0;10.0;10.0;40.0;110.0;40.0;110.0;100.0</additional_attributes>
  425. </element>
  426. <element>
  427. <id>Relation</id>
  428. <coordinates>
  429. <x>1960</x>
  430. <y>1000</y>
  431. <w>140</w>
  432. <h>120</h>
  433. </coordinates>
  434. <panel_attributes>lt=&lt;&lt;-</panel_attributes>
  435. <additional_attributes>120.0;10.0;120.0;40.0;10.0;40.0;10.0;100.0</additional_attributes>
  436. </element>
  437. <element>
  438. <id>Relation</id>
  439. <coordinates>
  440. <x>1660</x>
  441. <y>870</y>
  442. <w>460</w>
  443. <h>90</h>
  444. </coordinates>
  445. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  446. m2=1</panel_attributes>
  447. <additional_attributes>10.0;20.0;430.0;20.0;430.0;70.0</additional_attributes>
  448. </element>
  449. <element>
  450. <id>UMLClass</id>
  451. <coordinates>
  452. <x>1090</x>
  453. <y>1420</y>
  454. <w>160</w>
  455. <h>60</h>
  456. </coordinates>
  457. <panel_attributes>OperationParam
  458. --
  459. optional: bool</panel_attributes>
  460. <additional_attributes/>
  461. </element>
  462. <element>
  463. <id>Relation</id>
  464. <coordinates>
  465. <x>1160</x>
  466. <y>1230</y>
  467. <w>50</w>
  468. <h>210</h>
  469. </coordinates>
  470. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  471. has
  472. m1=1
  473. m2=*</panel_attributes>
  474. <additional_attributes>10.0;10.0;10.0;190.0</additional_attributes>
  475. </element>
  476. <element>
  477. <id>UMLClass</id>
  478. <coordinates>
  479. <x>1420</x>
  480. <y>1150</y>
  481. <w>210</w>
  482. <h>50</h>
  483. </coordinates>
  484. <panel_attributes>OperationArgsValidator</panel_attributes>
  485. <additional_attributes/>
  486. </element>
  487. <element>
  488. <id>Relation</id>
  489. <coordinates>
  490. <x>1330</x>
  491. <y>1160</y>
  492. <w>110</w>
  493. <h>50</h>
  494. </coordinates>
  495. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  496. has
  497. m1=1
  498. m2=*</panel_attributes>
  499. <additional_attributes>10.0;20.0;90.0;20.0</additional_attributes>
  500. </element>
  501. <element>
  502. <id>UMLClass</id>
  503. <coordinates>
  504. <x>100</x>
  505. <y>760</y>
  506. <w>160</w>
  507. <h>160</h>
  508. </coordinates>
  509. <panel_attributes>DataTypeCategory
  510. &lt;&lt;enum&gt;&gt;
  511. --
  512. ANY
  513. DYNAMIC
  514. NUMERIC
  515. TEXT
  516. DATE_TIME
  517. ENUM</panel_attributes>
  518. <additional_attributes/>
  519. </element>
  520. <element>
  521. <id>Relation</id>
  522. <coordinates>
  523. <x>170</x>
  524. <y>910</y>
  525. <w>50</w>
  526. <h>180</h>
  527. </coordinates>
  528. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  529. has
  530. m1=1
  531. m2=*</panel_attributes>
  532. <additional_attributes>10.0;10.0;10.0;160.0</additional_attributes>
  533. </element>
  534. <element>
  535. <id>UMLClass</id>
  536. <coordinates>
  537. <x>180</x>
  538. <y>1260</y>
  539. <w>160</w>
  540. <h>110</h>
  541. </coordinates>
  542. <panel_attributes>TextDataType
  543. --
  544. ...</panel_attributes>
  545. <additional_attributes/>
  546. </element>
  547. <element>
  548. <id>Relation</id>
  549. <coordinates>
  550. <x>170</x>
  551. <y>1140</y>
  552. <w>110</w>
  553. <h>140</h>
  554. </coordinates>
  555. <panel_attributes>lt=&lt;&lt;-</panel_attributes>
  556. <additional_attributes>10.0;10.0;10.0;50.0;90.0;50.0;90.0;120.0</additional_attributes>
  557. </element>
  558. <element>
  559. <id>UMLClass</id>
  560. <coordinates>
  561. <x>1850</x>
  562. <y>470</y>
  563. <w>230</w>
  564. <h>70</h>
  565. </coordinates>
  566. <panel_attributes>**ValidationOutcome**
  567. --
  568. successful: bool
  569. bg=#F3F781</panel_attributes>
  570. <additional_attributes/>
  571. </element>
  572. <element>
  573. <id>Relation</id>
  574. <coordinates>
  575. <x>1580</x>
  576. <y>470</y>
  577. <w>290</w>
  578. <h>230</h>
  579. </coordinates>
  580. <panel_attributes>lt=-
  581. belongs to
  582. m1=1
  583. m2=1</panel_attributes>
  584. <additional_attributes>270.0;20.0;10.0;20.0;10.0;210.0</additional_attributes>
  585. </element>
  586. <element>
  587. <id>UMLClass</id>
  588. <coordinates>
  589. <x>1850</x>
  590. <y>600</y>
  591. <w>230</w>
  592. <h>90</h>
  593. </coordinates>
  594. <panel_attributes>ValidationMessage
  595. --
  596. message: str
  597. description: str
  598. </panel_attributes>
  599. <additional_attributes/>
  600. </element>
  601. <element>
  602. <id>UMLClass</id>
  603. <coordinates>
  604. <x>2050</x>
  605. <y>750</y>
  606. <w>160</w>
  607. <h>100</h>
  608. </coordinates>
  609. <panel_attributes>ValidationError
  610. --
  611. value1: str
  612. value2: str
  613. location: str
  614. ...</panel_attributes>
  615. <additional_attributes/>
  616. </element>
  617. <element>
  618. <id>UMLClass</id>
  619. <coordinates>
  620. <x>1880</x>
  621. <y>750</y>
  622. <w>160</w>
  623. <h>50</h>
  624. </coordinates>
  625. <panel_attributes>ValidationWarning</panel_attributes>
  626. <additional_attributes/>
  627. </element>
  628. <element>
  629. <id>Relation</id>
  630. <coordinates>
  631. <x>1950</x>
  632. <y>530</y>
  633. <w>40</w>
  634. <h>90</h>
  635. </coordinates>
  636. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  637. m1=1
  638. m2=*</panel_attributes>
  639. <additional_attributes>10.0;10.0;10.0;70.0</additional_attributes>
  640. </element>
  641. <element>
  642. <id>Relation</id>
  643. <coordinates>
  644. <x>1950</x>
  645. <y>680</y>
  646. <w>200</w>
  647. <h>90</h>
  648. </coordinates>
  649. <panel_attributes>lt=&lt;&lt;-</panel_attributes>
  650. <additional_attributes>10.0;10.0;10.0;40.0;180.0;40.0;180.0;70.0</additional_attributes>
  651. </element>
  652. <element>
  653. <id>Relation</id>
  654. <coordinates>
  655. <x>1770</x>
  656. <y>680</y>
  657. <w>210</w>
  658. <h>90</h>
  659. </coordinates>
  660. <panel_attributes>lt=&lt;&lt;-</panel_attributes>
  661. <additional_attributes>190.0;10.0;190.0;40.0;10.0;40.0;10.0;70.0</additional_attributes>
  662. </element>
  663. <element>
  664. <id>UMLClass</id>
  665. <coordinates>
  666. <x>2290</x>
  667. <y>750</y>
  668. <w>210</w>
  669. <h>120</h>
  670. </coordinates>
  671. <panel_attributes>ValidationErrorType
  672. &lt;&lt;enum&gt;&gt;
  673. --
  674. SUCCESS_MISMATCH
  675. ROW_COUNT_MISMATCH
  676. CONTENT_MISMATCH
  677. ERROR_MISMATCH
  678. </panel_attributes>
  679. <additional_attributes/>
  680. </element>
  681. <element>
  682. <id>Relation</id>
  683. <coordinates>
  684. <x>2200</x>
  685. <y>750</y>
  686. <w>110</w>
  687. <h>50</h>
  688. </coordinates>
  689. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  690. m2=1</panel_attributes>
  691. <additional_attributes>10.0;20.0;90.0;20.0</additional_attributes>
  692. </element>
  693. <element>
  694. <id>UMLClass</id>
  695. <coordinates>
  696. <x>640</x>
  697. <y>20</y>
  698. <w>260</w>
  699. <h>160</h>
  700. </coordinates>
  701. <panel_attributes>**ConsistencyTestRunner**
  702. bg=#F3F781</panel_attributes>
  703. <additional_attributes/>
  704. </element>
  705. <element>
  706. <id>UMLClass</id>
  707. <coordinates>
  708. <x>640</x>
  709. <y>380</y>
  710. <w>260</w>
  711. <h>80</h>
  712. </coordinates>
  713. <panel_attributes>ConsistencyTestSummary
  714. --
  715. count_executed: int
  716. count_passed: int
  717. count_warnings: int</panel_attributes>
  718. <additional_attributes/>
  719. </element>
  720. <element>
  721. <id>UMLClass</id>
  722. <coordinates>
  723. <x>230</x>
  724. <y>0</y>
  725. <w>260</w>
  726. <h>190</h>
  727. </coordinates>
  728. <panel_attributes>ConsistencyTestConfiguration
  729. --
  730. queries_per_tx: int
  731. max_cols_per_query: int
  732. random_seed: int
  733. split_and_retry_on_db_error: bool
  734. dry_run: bool
  735. fail_fast: bool
  736. execute_setup: bool
  737. verbose_output: bool
  738. ...</panel_attributes>
  739. <additional_attributes/>
  740. </element>
  741. <element>
  742. <id>UMLClass</id>
  743. <coordinates>
  744. <x>1710</x>
  745. <y>750</y>
  746. <w>160</w>
  747. <h>50</h>
  748. </coordinates>
  749. <panel_attributes>ValidationRemark</panel_attributes>
  750. <additional_attributes/>
  751. </element>
  752. <element>
  753. <id>Relation</id>
  754. <coordinates>
  755. <x>1950</x>
  756. <y>680</y>
  757. <w>30</w>
  758. <h>90</h>
  759. </coordinates>
  760. <panel_attributes>lt=&lt;&lt;-</panel_attributes>
  761. <additional_attributes>10.0;10.0;10.0;70.0</additional_attributes>
  762. </element>
  763. <element>
  764. <id>Relation</id>
  765. <coordinates>
  766. <x>920</x>
  767. <y>1470</y>
  768. <w>270</w>
  769. <h>100</h>
  770. </coordinates>
  771. <panel_attributes>lt=-
  772. forbids combinations
  773. m1=*
  774. m2=*</panel_attributes>
  775. <additional_attributes>240.0;10.0;240.0;80.0;10.0;80.0;10.0;40.0</additional_attributes>
  776. </element>
  777. <element>
  778. <id>Relation</id>
  779. <coordinates>
  780. <x>250</x>
  781. <y>790</y>
  782. <w>1140</w>
  783. <h>260</h>
  784. </coordinates>
  785. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  786. has
  787. m2=1</panel_attributes>
  788. <additional_attributes>1090.0;240.0;1120.0;240.0;1120.0;20.0;10.0;20.0</additional_attributes>
  789. </element>
  790. <element>
  791. <id>Relation</id>
  792. <coordinates>
  793. <x>250</x>
  794. <y>1080</y>
  795. <w>550</w>
  796. <h>40</h>
  797. </coordinates>
  798. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  799. m2=1</panel_attributes>
  800. <additional_attributes>530.0;10.0;10.0;10.0</additional_attributes>
  801. </element>
  802. <element>
  803. <id>UMLClass</id>
  804. <coordinates>
  805. <x>360</x>
  806. <y>1110</y>
  807. <w>160</w>
  808. <h>100</h>
  809. </coordinates>
  810. <panel_attributes>DataTypeWithValues
  811. </panel_attributes>
  812. <additional_attributes/>
  813. </element>
  814. <element>
  815. <id>Relation</id>
  816. <coordinates>
  817. <x>510</x>
  818. <y>1120</y>
  819. <w>290</w>
  820. <h>40</h>
  821. </coordinates>
  822. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  823. m2=1..*</panel_attributes>
  824. <additional_attributes>10.0;10.0;270.0;10.0</additional_attributes>
  825. </element>
  826. <element>
  827. <id>UMLClass</id>
  828. <coordinates>
  829. <x>1660</x>
  830. <y>150</y>
  831. <w>260</w>
  832. <h>50</h>
  833. </coordinates>
  834. <panel_attributes>InconsistencyIgnoreFilter</panel_attributes>
  835. <additional_attributes/>
  836. </element>
  837. <element>
  838. <id>UMLClass</id>
  839. <coordinates>
  840. <x>1150</x>
  841. <y>100</y>
  842. <w>310</w>
  843. <h>40</h>
  844. </coordinates>
  845. <panel_attributes>ExpressionGenerator</panel_attributes>
  846. <additional_attributes/>
  847. </element>
  848. <element>
  849. <id>UMLClass</id>
  850. <coordinates>
  851. <x>1150</x>
  852. <y>150</y>
  853. <w>310</w>
  854. <h>40</h>
  855. </coordinates>
  856. <panel_attributes>QueryGenerator</panel_attributes>
  857. <additional_attributes/>
  858. </element>
  859. <element>
  860. <id>Relation</id>
  861. <coordinates>
  862. <x>1450</x>
  863. <y>160</y>
  864. <w>230</w>
  865. <h>40</h>
  866. </coordinates>
  867. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  868. m2=1</panel_attributes>
  869. <additional_attributes>10.0;10.0;210.0;10.0</additional_attributes>
  870. </element>
  871. <element>
  872. <id>Relation</id>
  873. <coordinates>
  874. <x>890</x>
  875. <y>160</y>
  876. <w>280</w>
  877. <h>40</h>
  878. </coordinates>
  879. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  880. m2=1</panel_attributes>
  881. <additional_attributes>10.0;10.0;260.0;10.0</additional_attributes>
  882. </element>
  883. <element>
  884. <id>Relation</id>
  885. <coordinates>
  886. <x>890</x>
  887. <y>110</y>
  888. <w>280</w>
  889. <h>40</h>
  890. </coordinates>
  891. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  892. m2=1</panel_attributes>
  893. <additional_attributes>10.0;10.0;260.0;10.0</additional_attributes>
  894. </element>
  895. <element>
  896. <id>Relation</id>
  897. <coordinates>
  898. <x>480</x>
  899. <y>50</y>
  900. <w>180</w>
  901. <h>40</h>
  902. </coordinates>
  903. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  904. m2=1</panel_attributes>
  905. <additional_attributes>160.0;10.0;10.0;10.0</additional_attributes>
  906. </element>
  907. <element>
  908. <id>Relation</id>
  909. <coordinates>
  910. <x>760</x>
  911. <y>170</y>
  912. <w>80</w>
  913. <h>230</h>
  914. </coordinates>
  915. <panel_attributes>lt=-
  916. produce
  917. m2=1</panel_attributes>
  918. <additional_attributes>10.0;10.0;10.0;210.0</additional_attributes>
  919. </element>
  920. <element>
  921. <id>UMLClass</id>
  922. <coordinates>
  923. <x>1150</x>
  924. <y>0</y>
  925. <w>310</w>
  926. <h>40</h>
  927. </coordinates>
  928. <panel_attributes>ResultComparator</panel_attributes>
  929. <additional_attributes/>
  930. </element>
  931. <element>
  932. <id>Relation</id>
  933. <coordinates>
  934. <x>890</x>
  935. <y>10</y>
  936. <w>280</w>
  937. <h>40</h>
  938. </coordinates>
  939. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  940. m2=1</panel_attributes>
  941. <additional_attributes>10.0;10.0;260.0;10.0</additional_attributes>
  942. </element>
  943. <element>
  944. <id>UMLClass</id>
  945. <coordinates>
  946. <x>1150</x>
  947. <y>50</y>
  948. <w>310</w>
  949. <h>40</h>
  950. </coordinates>
  951. <panel_attributes>SqlExecutor</panel_attributes>
  952. <additional_attributes/>
  953. </element>
  954. <element>
  955. <id>Relation</id>
  956. <coordinates>
  957. <x>890</x>
  958. <y>60</y>
  959. <w>280</w>
  960. <h>40</h>
  961. </coordinates>
  962. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  963. m2=1</panel_attributes>
  964. <additional_attributes>10.0;10.0;260.0;10.0</additional_attributes>
  965. </element>
  966. <element>
  967. <id>Relation</id>
  968. <coordinates>
  969. <x>1030</x>
  970. <y>180</y>
  971. <w>190</w>
  972. <h>360</h>
  973. </coordinates>
  974. <panel_attributes>lt=-
  975. generates
  976. m2=*
  977. fg=gray</panel_attributes>
  978. <additional_attributes>170.0;10.0;170.0;150.0;10.0;150.0;10.0;340.0</additional_attributes>
  979. </element>
  980. <element>
  981. <id>Relation</id>
  982. <coordinates>
  983. <x>1140</x>
  984. <y>110</y>
  985. <w>390</w>
  986. <h>760</h>
  987. </coordinates>
  988. <panel_attributes>lt=-
  989. generates
  990. m2=*
  991. fg=gray</panel_attributes>
  992. <additional_attributes>320.0;10.0;370.0;10.0;370.0;280.0;10.0;280.0;10.0;740.0</additional_attributes>
  993. </element>
  994. <element>
  995. <id>UMLClass</id>
  996. <coordinates>
  997. <x>950</x>
  998. <y>1080</y>
  999. <w>160</w>
  1000. <h>80</h>
  1001. </coordinates>
  1002. <panel_attributes>**DataColumn**
  1003. </panel_attributes>
  1004. <additional_attributes/>
  1005. </element>
  1006. <element>
  1007. <id>Relation</id>
  1008. <coordinates>
  1009. <x>510</x>
  1010. <y>1150</y>
  1011. <w>530</w>
  1012. <h>60</h>
  1013. </coordinates>
  1014. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  1015. m2=1..*</panel_attributes>
  1016. <additional_attributes>10.0;40.0;490.0;40.0;490.0;10.0</additional_attributes>
  1017. </element>
  1018. <element>
  1019. <id>Relation</id>
  1020. <coordinates>
  1021. <x>1010</x>
  1022. <y>1040</y>
  1023. <w>30</w>
  1024. <h>60</h>
  1025. </coordinates>
  1026. <panel_attributes>lt=&lt;&lt;-</panel_attributes>
  1027. <additional_attributes>10.0;10.0;10.0;40.0</additional_attributes>
  1028. </element>
  1029. <element>
  1030. <id>UMLClass</id>
  1031. <coordinates>
  1032. <x>340</x>
  1033. <y>850</y>
  1034. <w>160</w>
  1035. <h>100</h>
  1036. </coordinates>
  1037. <panel_attributes>ValueStorageLayout
  1038. &lt;&lt;enum&gt;&gt;
  1039. --
  1040. HORIZONTAL
  1041. VERTICAL
  1042. ANY</panel_attributes>
  1043. <additional_attributes/>
  1044. </element>
  1045. <element>
  1046. <id>Relation</id>
  1047. <coordinates>
  1048. <x>490</x>
  1049. <y>860</y>
  1050. <w>280</w>
  1051. <h>40</h>
  1052. </coordinates>
  1053. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  1054. m2=1</panel_attributes>
  1055. <additional_attributes>260.0;10.0;10.0;10.0</additional_attributes>
  1056. </element>
  1057. <element>
  1058. <id>UMLClass</id>
  1059. <coordinates>
  1060. <x>840</x>
  1061. <y>1000</y>
  1062. <w>210</w>
  1063. <h>50</h>
  1064. </coordinates>
  1065. <panel_attributes>LeafExpression
  1066. </panel_attributes>
  1067. <additional_attributes/>
  1068. </element>
  1069. <element>
  1070. <id>Relation</id>
  1071. <coordinates>
  1072. <x>880</x>
  1073. <y>1040</y>
  1074. <w>30</w>
  1075. <h>60</h>
  1076. </coordinates>
  1077. <panel_attributes>lt=&lt;&lt;-</panel_attributes>
  1078. <additional_attributes>10.0;10.0;10.0;40.0</additional_attributes>
  1079. </element>
  1080. <element>
  1081. <id>UMLClass</id>
  1082. <coordinates>
  1083. <x>1270</x>
  1084. <y>1420</y>
  1085. <w>160</w>
  1086. <h>60</h>
  1087. </coordinates>
  1088. <panel_attributes>ReturnTypeSpec</panel_attributes>
  1089. <additional_attributes/>
  1090. </element>
  1091. <element>
  1092. <id>Relation</id>
  1093. <coordinates>
  1094. <x>1280</x>
  1095. <y>1230</y>
  1096. <w>50</w>
  1097. <h>210</h>
  1098. </coordinates>
  1099. <panel_attributes>lt=&lt;&lt;&lt;&lt;-
  1100. has
  1101. m1=1
  1102. m2=1</panel_attributes>
  1103. <additional_attributes>10.0;10.0;10.0;190.0</additional_attributes>
  1104. </element>
  1105. <element>
  1106. <id>UMLClass</id>
  1107. <coordinates>
  1108. <x>610</x>
  1109. <y>1000</y>
  1110. <w>210</w>
  1111. <h>50</h>
  1112. </coordinates>
  1113. <panel_attributes>EnumConstant
  1114. </panel_attributes>
  1115. <additional_attributes/>
  1116. </element>
  1117. <element>
  1118. <id>Relation</id>
  1119. <coordinates>
  1120. <x>700</x>
  1121. <y>930</y>
  1122. <w>280</w>
  1123. <h>90</h>
  1124. </coordinates>
  1125. <panel_attributes>lt=&lt;&lt;-</panel_attributes>
  1126. <additional_attributes>260.0;10.0;260.0;40.0;10.0;40.0;10.0;70.0</additional_attributes>
  1127. </element>
  1128. </diagram>