grnsight 4.0.0 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (458) hide show
  1. package/.travis.yml +3 -1
  2. package/GRNsight - Beta.html +194 -0
  3. package/Gemfile.lock +259 -0
  4. package/README.md +2 -2
  5. package/_gh_pages/about.html +360 -45
  6. package/_gh_pages/assets/css/footer.css +3 -0
  7. package/_gh_pages/assets/css/main.css +28 -14
  8. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_estimation_output_binary-no-targetless-genes_sif.png +0 -0
  9. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_estimation_output_binary_sif.png +0 -0
  10. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_3-edges-and-footer.png +0 -0
  11. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_header-and-3-nodes.png +0 -0
  12. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_output_3-edges-and-footer.png +0 -0
  13. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_output_header-and-3-nodes.png +0 -0
  14. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_binary-no-targetless-genes_sif.png +0 -0
  15. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_binary_sif.png +0 -0
  16. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_concatenated-no-targetless-genes_sif.png +0 -0
  17. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_concatenated_sif.png +0 -0
  18. package/_gh_pages/assets/images/Choe-Shin_CMSI402-poster-session_20180430.jpg +0 -0
  19. package/_gh_pages/assets/images/Choe_SCCUR_2017.jpg +0 -0
  20. package/_gh_pages/assets/images/Dahlquist-Choe-Shin_CMSI402-poster-session_20180430.jpg +0 -0
  21. package/_gh_pages/assets/images/Dionisio-Dahlquist_GRNsight-shades_20170506.jpg +0 -0
  22. package/_gh_pages/assets/images/Klein_Samdarshi_TriBeta_2018_20180317.jpg +0 -0
  23. package/_gh_pages/assets/images/Shin_SCCUR_2017.jpg +0 -0
  24. package/{documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure1_zoom145_900pix-wide.png → _gh_pages/assets/images/demo-3_network-sheet.png} +0 -0
  25. package/{documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure2_zoom145_900pix-wide.png → _gh_pages/assets/images/demo-4_network-optimized-weights-sheet.png} +0 -0
  26. package/_gh_pages/assets/images/gene-pages-0.png +0 -0
  27. package/_gh_pages/assets/images/gene-pages-1.png +0 -0
  28. package/_gh_pages/assets/images/gene-pages-2.png +0 -0
  29. package/_gh_pages/assets/images/gene-pages-3.png +0 -0
  30. package/_gh_pages/assets/images/grnsight2020.png +0 -0
  31. package/_gh_pages/assets/images/v3demo2-grid+nodecoloring.png +0 -0
  32. package/_gh_pages/assets/images/v3demo2-nodecoloring.png +0 -0
  33. package/_gh_pages/assets/images/v3demo2.png +0 -0
  34. package/_gh_pages/assets/js/ga-report.js +11 -11
  35. package/_gh_pages/assets/js/iframeResizer.min.js +9 -0
  36. package/_gh_pages/assets/js/main.js +43 -43
  37. package/_gh_pages/beta.html +29 -24
  38. package/_gh_pages/contact.html +31 -31
  39. package/_gh_pages/coverage/coverage.json +1 -0
  40. package/_gh_pages/coverage/coverage.raw.json +1 -0
  41. package/_gh_pages/coverage/lcov-report/base.css +223 -0
  42. package/_gh_pages/coverage/lcov-report/block-navigation.js +63 -0
  43. package/_gh_pages/coverage/lcov-report/controllers/additional-sheet-parser.js.html +330 -0
  44. package/_gh_pages/coverage/lcov-report/controllers/constants.js.html +243 -0
  45. package/_gh_pages/coverage/lcov-report/controllers/export-controller.js.html +285 -0
  46. package/_gh_pages/coverage/lcov-report/controllers/exporters/graphml.js.html +405 -0
  47. package/_gh_pages/coverage/lcov-report/controllers/exporters/index.html +110 -0
  48. package/_gh_pages/coverage/lcov-report/controllers/exporters/sif.js.html +150 -0
  49. package/_gh_pages/coverage/lcov-report/controllers/helpers.js.html +114 -0
  50. package/_gh_pages/coverage/lcov-report/controllers/import-controller.js.html +233 -0
  51. package/_gh_pages/coverage/lcov-report/controllers/importers/graphml.js.html +716 -0
  52. package/_gh_pages/coverage/lcov-report/controllers/importers/index.html +106 -0
  53. package/_gh_pages/coverage/lcov-report/controllers/importers/sif.js.html +488 -0
  54. package/_gh_pages/coverage/lcov-report/controllers/index.html +162 -0
  55. package/_gh_pages/coverage/lcov-report/controllers/semantic-checker.js.html +810 -0
  56. package/_gh_pages/coverage/lcov-report/controllers/spreadsheet-controller.js.html +1779 -0
  57. package/_gh_pages/coverage/lcov-report/index.html +136 -0
  58. package/_gh_pages/coverage/lcov-report/prettify.css +1 -0
  59. package/_gh_pages/coverage/lcov-report/prettify.js +1 -0
  60. package/_gh_pages/coverage/lcov-report/server/controllers/additional-sheet-parser.js.html +330 -0
  61. package/_gh_pages/coverage/lcov-report/server/controllers/constants.js.html +243 -0
  62. package/_gh_pages/coverage/lcov-report/server/controllers/export-controller.js.html +285 -0
  63. package/_gh_pages/coverage/lcov-report/server/controllers/exporters/graphml.js.html +405 -0
  64. package/_gh_pages/coverage/lcov-report/server/controllers/exporters/index.html +110 -0
  65. package/_gh_pages/coverage/lcov-report/server/controllers/exporters/sif.js.html +150 -0
  66. package/_gh_pages/coverage/lcov-report/server/controllers/graphml-constants.js.html +585 -0
  67. package/_gh_pages/coverage/lcov-report/server/controllers/helpers.js.html +114 -0
  68. package/_gh_pages/coverage/lcov-report/server/controllers/import-controller.js.html +237 -0
  69. package/_gh_pages/coverage/lcov-report/server/controllers/importers/graphml.js.html +585 -0
  70. package/_gh_pages/coverage/lcov-report/server/controllers/importers/index.html +110 -0
  71. package/_gh_pages/coverage/lcov-report/server/controllers/importers/sif.js.html +492 -0
  72. package/_gh_pages/coverage/lcov-report/server/controllers/index.html +188 -0
  73. package/_gh_pages/coverage/lcov-report/server/controllers/semantic-checker.js.html +810 -0
  74. package/_gh_pages/coverage/lcov-report/server/controllers/spreadsheet-controller.js.html +1779 -0
  75. package/_gh_pages/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  76. package/_gh_pages/coverage/lcov-report/sorter.js +158 -0
  77. package/_gh_pages/coverage/lcov-report/web-client/public/js/grnstate.js.html +225 -0
  78. package/_gh_pages/coverage/lcov-report/web-client/public/js/index.html +97 -0
  79. package/_gh_pages/coverage/lcov.info +49 -0
  80. package/_gh_pages/documentation.html +998 -320
  81. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.aux +47 -0
  82. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.bbl +73 -0
  83. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.blg +52 -0
  84. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.log +1056 -0
  85. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.out +7 -0
  86. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.synctex.gz +0 -0
  87. package/_gh_pages/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised-Dondi.docx +0 -0
  88. package/_gh_pages/encryption/server.cert +21 -0
  89. package/_gh_pages/encryption/server.key +28 -0
  90. package/_gh_pages/favicon.ico +0 -0
  91. package/_gh_pages/index.html +45 -22
  92. package/_gh_pages/links.html +47 -28
  93. package/_gh_pages/news.html +103 -21
  94. package/_gh_pages/onlyfooter.html +78 -0
  95. package/_gh_pages/onlyheader.html +64 -0
  96. package/_gh_pages/onlysidebar.html +73 -0
  97. package/_gh_pages/package-lock.json +14048 -0
  98. package/_gh_pages/people.html +129 -40
  99. package/_gh_pages/privacy.html +23 -17
  100. package/_gh_pages/publications.html +75 -33
  101. package/_gh_pages/robots.txt +1 -0
  102. package/_gh_pages/sitemap.xml +87 -74
  103. package/_gh_pages/test-files/import-samples/attributes.graphml +40 -0
  104. package/_gh_pages/test-files/import-samples/port.graphml +32 -0
  105. package/_gh_pages/test-files/import-samples/simple.graphml +31 -0
  106. package/_gh_pages/web-client/public/js/grnsight.min.js +2347 -0
  107. package/_gh_pages/web-client/public/stylesheets/grnsight.css +443 -0
  108. package/coverage/coverage.json +1 -1
  109. package/coverage/lcov.info +1847 -1142
  110. package/database/README.md +1 -0
  111. package/database/network-database/README.md +44 -0
  112. package/database/network-database/schema.sql +24 -0
  113. package/database/network-database/scripts/filter_genes.py +76 -0
  114. package/database/network-database/scripts/generate_network.py +199 -0
  115. package/database/network-database/scripts/generate_sgd_network_from_yeastract_network.py +120 -0
  116. package/database/network-database/scripts/loader.py +78 -0
  117. package/package.json +20 -11
  118. package/server/app.js +7 -2
  119. package/server/config/config.js +12 -3
  120. package/server/controllers/additional-sheet-parser.js +292 -55
  121. package/server/controllers/constants.js +4 -37
  122. package/server/controllers/custom-workbook-controller.js +66 -0
  123. package/server/controllers/demo-workbooks.js +5973 -0
  124. package/server/controllers/export-constants.js +78 -0
  125. package/server/controllers/export-controller.js +4 -3
  126. package/server/controllers/exporters/graphml.js +15 -15
  127. package/server/controllers/exporters/sif.js +7 -7
  128. package/server/controllers/exporters/xlsx.js +110 -34
  129. package/server/controllers/expression-database-controller.js +19 -0
  130. package/server/controllers/expression-sheet-parser.js +170 -0
  131. package/server/controllers/graphml-constants.js +0 -17
  132. package/server/controllers/helpers.js +25 -1
  133. package/server/controllers/import-controller.js +2 -2
  134. package/server/controllers/importers/graphml.js +17 -20
  135. package/server/controllers/importers/sif.js +22 -18
  136. package/server/controllers/network-database-controller.js +18 -0
  137. package/server/controllers/network-sheet-parser.js +307 -0
  138. package/server/controllers/semantic-checker.js +30 -162
  139. package/server/controllers/sif-constants.js +36 -0
  140. package/server/controllers/spreadsheet-controller.js +277 -425
  141. package/server/controllers/workbook-constants.js +521 -0
  142. package/server/dals/expression-dal.js +122 -0
  143. package/server/dals/network-dal.js +96 -0
  144. package/test/additional-sheet-parser-tests.js +147 -38
  145. package/test/api-tests.js +3 -6
  146. package/test/errors-adjacency-matrix-modifications.js +30 -29
  147. package/test/errors-graph-tests.js +4 -4
  148. package/test/errors-sheet-modifications.js +10 -2
  149. package/test/export-tests.js +187 -60
  150. package/test/expression-data-import-tests.js +113 -0
  151. package/test/grnstate-tests.js +8 -2
  152. package/test/import-graphml-tests.js +59 -40
  153. package/test/import-sif-tests.js +50 -37
  154. package/test/test.js +554 -91
  155. package/test/warnings-adjacency-matrix-modifications.js +8 -7
  156. package/test-files/additional-sheet-test-files/optimization-diagnostics-default.xlsx +0 -0
  157. package/test-files/additional-sheet-test-files/optimization-diagnostics-extraneous-data.xlsx +0 -0
  158. package/test-files/additional-sheet-test-files/optimization-diagnostics-incorrect-MSE-gene-header.xlsx +0 -0
  159. package/test-files/additional-sheet-test-files/optimization-diagnostics-incorrect-MSE-header.xlsx +0 -0
  160. package/test-files/additional-sheet-test-files/optimization-diagnostics-incorrect-column-headers.xlsx +0 -0
  161. package/test-files/additional-sheet-test-files/optimization-diagnostics-invalid-MSE-data.xlsx +0 -0
  162. package/test-files/additional-sheet-test-files/optimization-diagnostics-invalid-value.xlsx +0 -0
  163. package/test-files/additional-sheet-test-files/optimization-diagnostics-missing-MSE-data.xlsx +0 -0
  164. package/test-files/additional-sheet-test-files/optimization-diagnostics-missing-column-headers.xlsx +0 -0
  165. package/test-files/additional-sheet-test-files/optimization-diagnostics-missing-header.xlsx +0 -0
  166. package/test-files/additional-sheet-test-files/optimization-diagnostics-unknown-parameter.xlsx +0 -0
  167. package/test-files/additional-sheet-test-files/optimization-parameters-default.xlsx +0 -0
  168. package/test-files/additional-sheet-test-files/optimization-parameters-incorrect-headers.xlsx +0 -0
  169. package/test-files/additional-sheet-test-files/optimization-parameters-invalid-optimization-parameter.xlsx +0 -0
  170. package/test-files/additional-sheet-test-files/optimization-parameters-missing-headers.xlsx +0 -0
  171. package/test-files/additional-sheet-test-files/optimization-parameters-unknown-parameter.xlsx +0 -0
  172. package/test-files/additional-sheet-test-files/two-column-sheets-extraneous-data.xlsx +0 -0
  173. package/test-files/additional-sheet-test-files/two-column-sheets-incorrect-cell-A1.xlsx +0 -0
  174. package/test-files/additional-sheet-test-files/two-column-sheets-incorrect-column-header.xlsx +0 -0
  175. package/test-files/additional-sheet-test-files/two-column-sheets-invalid-gene-length.xlsx +0 -0
  176. package/test-files/additional-sheet-test-files/two-column-sheets-invalid-gene-type.xlsx +0 -0
  177. package/test-files/additional-sheet-test-files/two-column-sheets-invalid-value.xlsx +0 -0
  178. package/test-files/additional-sheet-test-files/two-column-sheets-missing-column-header.xlsx +0 -0
  179. package/test-files/additional-sheet-test-files/two-column-sheets-special-character.xlsx +0 -0
  180. package/test-files/adjacency-matrix-modifications/asymmetric-gene-order-input.xlsx +0 -0
  181. package/test-files/adjacency-matrix-modifications/asymmetric-gene-order-output.xlsx +0 -0
  182. package/test-files/adjacency-matrix-modifications/extra-column-adjacent-input.xlsx +0 -0
  183. package/test-files/adjacency-matrix-modifications/extra-column-adjacent-output.xlsx +0 -0
  184. package/test-files/adjacency-matrix-modifications/extra-column-end-of-sheet-input.xlsx +0 -0
  185. package/test-files/adjacency-matrix-modifications/extra-column-end-of-sheet-output.xlsx +0 -0
  186. package/test-files/adjacency-matrix-modifications/extra-data-random-cell-both-output.xlsx +0 -0
  187. package/test-files/adjacency-matrix-modifications/extra-data-random-cell-network-only-input.xlsx +0 -0
  188. package/test-files/adjacency-matrix-modifications/extra-data-random-cell-network-only-output.xlsx +0 -0
  189. package/test-files/adjacency-matrix-modifications/extra-data-random-cell-network-optimized-only-output.xlsx +0 -0
  190. package/test-files/adjacency-matrix-modifications/extra-row-end-of-sheet-input.xlsx +0 -0
  191. package/test-files/adjacency-matrix-modifications/extra-row-end-of-sheet-output.xlsx +0 -0
  192. package/test-files/adjacency-matrix-modifications/incorrect-network-cell-A1.xlsx +0 -0
  193. package/test-files/adjacency-matrix-modifications/missing-column-end-input.xlsx +0 -0
  194. package/test-files/adjacency-matrix-modifications/missing-column-end-output.xlsx +0 -0
  195. package/test-files/adjacency-matrix-modifications/missing-data-input.xlsx +0 -0
  196. package/test-files/adjacency-matrix-modifications/missing-data-output.xlsx +0 -0
  197. package/test-files/adjacency-matrix-modifications/missing-row-end-input.xlsx +0 -0
  198. package/test-files/adjacency-matrix-modifications/missing-row-end-output.xlsx +0 -0
  199. package/test-files/adjacency-matrix-modifications/missing-row-middle-input.xlsx +0 -0
  200. package/test-files/adjacency-matrix-modifications/missing-row-middle-output.xlsx +0 -0
  201. package/test-files/adjacency-matrix-modifications/missing-value-bottom-corner-input.xlsx +0 -0
  202. package/test-files/adjacency-matrix-modifications/missing-value-bottom-corner-output.xlsx +0 -0
  203. package/test-files/adjacency-matrix-modifications/value-replaced-w-spaces-both-output.xlsx +0 -0
  204. package/test-files/adjacency-matrix-modifications/value-replaced-w-spaces-net-only-input.xlsx +0 -0
  205. package/test-files/adjacency-matrix-modifications/value-replaced-w-spaces-net-op-only-output.xlsx +0 -0
  206. package/test-files/adjacency-matrix-modifications/value-replaced/342/200/223w-spaces-net-only-output.xlsx +0 -0
  207. package/test-files/demo-files/15-genes_28-edges_db5_Dahlquist-data_estimation_output.xlsx +0 -0
  208. package/test-files/demo-files/15-genes_28-edges_db5_Dahlquist-data_input.xlsx +0 -0
  209. package/test-files/expression-data-test-sheets/expression_sheet_correct_numbering.xlsx +0 -0
  210. package/test-files/expression-data-test-sheets/expression_sheet_different_number_of_columns.xlsx +0 -0
  211. package/test-files/expression-data-test-sheets/expression_sheet_empty_column.xlsx +0 -0
  212. package/test-files/expression-data-test-sheets/expression_sheet_empty_row.xlsx +0 -0
  213. package/test-files/expression-data-test-sheets/expression_sheet_erroneous_data.xlsx +0 -0
  214. package/test-files/expression-data-test-sheets/expression_sheet_extra_gene_name.xlsx +0 -0
  215. package/test-files/expression-data-test-sheets/expression_sheet_incorrectly_ordered_time_points.xlsx +0 -0
  216. package/test-files/expression-data-test-sheets/expression_sheet_mismatched_case_gene_names.xlsx +0 -0
  217. package/test-files/expression-data-test-sheets/expression_sheet_mismatched_gene_names.xlsx +0 -0
  218. package/test-files/expression-data-test-sheets/expression_sheet_missing_column_header.xlsx +0 -0
  219. package/test-files/expression-data-test-sheets/expression_sheet_missing_data_error.xlsx +0 -0
  220. package/test-files/expression-data-test-sheets/expression_sheet_missing_data_ok.xlsx +0 -0
  221. package/test-files/expression-data-test-sheets/expression_sheet_missing_data_ok_export_exact.xlsx +0 -0
  222. package/test-files/expression-data-test-sheets/expression_sheet_missing_gene_name.xlsx +0 -0
  223. package/test-files/expression-data-test-sheets/expression_sheet_name_not_in_optparams.xlsx +0 -0
  224. package/test-files/expression-data-test-sheets/expression_sheet_name_not_present.xlsx +0 -0
  225. package/test-files/expression-data-test-sheets/expression_sheet_negative_time_points.xlsx +0 -0
  226. package/test-files/expression-data-test-sheets/expression_sheet_non_numerical_time_points.xlsx +0 -0
  227. package/test-files/expression-data-test-sheets/expression_sheet_not_existing.xlsx +0 -0
  228. package/test-files/expression-data-test-sheets/expression_sheet_wrong_id_label.xlsx +0 -0
  229. package/test-files/expression-data-test-sheets/expression_sheet_wrong_order_gene_names.xlsx +0 -0
  230. package/test-files/expression-data-test-sheets/expression_sheet_wrong_sheet_name_case.xlsx +0 -0
  231. package/test-files/expression-data-test-sheets/expression_sheet_wrong_sheet_name_convention.xlsx +0 -0
  232. package/test-files/gene-name-modifications/NaN-as-gene-name-input.xlsx +0 -0
  233. package/test-files/gene-name-modifications/NaN-as-gene-name-output.xlsx +0 -0
  234. package/test-files/gene-name-modifications/mismatched-case-related-input.xlsx +0 -0
  235. package/test-files/gene-name-modifications/mismatched-case-related-output.xlsx +0 -0
  236. package/test-files/gene-name-modifications/mismatched-case-unrelated-input.xlsx +0 -0
  237. package/test-files/gene-name-modifications/mismatched-case-unrelated-output.xlsx +0 -0
  238. package/test-files/graph-tests/different-sized-networks/{80-genes-0-edges.xlsx → 134-genes-0-edges.xlsx} +0 -0
  239. package/test-files/graph-tests/different-sized-networks/{45-genes-max-edges.xlsx → 44-source-genes-45-target-genes-max-edges.xlsx} +0 -0
  240. package/test-files/graph-tests/different-sized-networks/{1-gene-0-edges.xlsx → unused-files/1-gene-0-edges.xlsx} +0 -0
  241. package/test-files/graph-tests/different-sized-networks/{1-gene-1-edges.xlsx → unused-files/1-gene-1-edges.xlsx} +0 -0
  242. package/test-files/graph-tests/different-sized-networks/{10-genes-50-edges.xlsx → unused-files/10-genes-50-edges.xlsx} +0 -0
  243. package/test-files/graph-tests/different-sized-networks/{10-genes-90-edges.xlsx → unused-files/10-genes-90-edges.xlsx} +0 -0
  244. package/test-files/graph-tests/different-sized-networks/{100-genes-0-edges.xlsx → unused-files/100-genes-0-edges.xlsx} +0 -0
  245. package/test-files/graph-tests/different-sized-networks/{110-genes-0-edges.xlsx → unused-files/110-genes-0-edges.xlsx} +0 -0
  246. package/test-files/graph-tests/different-sized-networks/{120-genes-0-edges.xlsx → unused-files/120-genes-0-edges.xlsx} +0 -0
  247. package/test-files/graph-tests/different-sized-networks/{130-genes-0-edges.xlsx → unused-files/130-genes-0-edges.xlsx} +0 -0
  248. package/test-files/graph-tests/different-sized-networks/{140-genes-0-edges.xlsx → unused-files/140-genes-0-edges.xlsx} +0 -0
  249. package/test-files/graph-tests/different-sized-networks/{150-genes-10000-edges.xlsx → unused-files/150-genes-10000-edges.xlsx} +0 -0
  250. package/test-files/graph-tests/different-sized-networks/{150-genes-20000-edges.xlsx → unused-files/150-genes-20000-edges.xlsx} +0 -0
  251. package/test-files/graph-tests/different-sized-networks/{150-genes-max-edges.xlsx → unused-files/150-genes-max-edges.xlsx} +0 -0
  252. package/test-files/graph-tests/different-sized-networks/{160-genes-max-edges.xlsx → unused-files/160-genes-max-edges.xlsx} +0 -0
  253. package/test-files/graph-tests/different-sized-networks/{20-genes-max-edges.xlsx → unused-files/20-genes-max-edges.xlsx} +0 -0
  254. package/test-files/graph-tests/different-sized-networks/{25-genes-max-edges.xlsx → unused-files/25-genes-max-edges.xlsx} +0 -0
  255. package/test-files/graph-tests/different-sized-networks/{30-genes-max-edges.xlsx → unused-files/30-genes-max-edges.xlsx} +0 -0
  256. package/test-files/graph-tests/different-sized-networks/{34-genes-0-edges.xlsx → unused-files/34-genes-0-edges.xlsx} +0 -0
  257. package/test-files/graph-tests/different-sized-networks/{34-genes-40-edges.xlsx → unused-files/34-genes-40-edges.xlsx} +0 -0
  258. package/test-files/graph-tests/different-sized-networks/{34-genes-65-edges.xlsx → unused-files/34-genes-65-edges.xlsx} +0 -0
  259. package/test-files/graph-tests/different-sized-networks/{34-genes-90-edges.xlsx → unused-files/34-genes-90-edges.xlsx} +0 -0
  260. package/test-files/graph-tests/different-sized-networks/{5-genes-max-edges.xlsx → unused-files/5-genes-max-edges.xlsx} +0 -0
  261. package/test-files/graph-tests/different-sized-networks/{51-genes-max-edges.xlsx → unused-files/51-genes-max-edges.xlsx} +0 -0
  262. package/test-files/graph-tests/different-sized-networks/{52-genes-max-edges.xlsx → unused-files/52-genes-max-edges.xlsx} +0 -0
  263. package/test-files/graph-tests/different-sized-networks/{55-genes-0-edges.xlsx → unused-files/55-genes-0-edges.xlsx} +0 -0
  264. package/test-files/graph-tests/different-sized-networks/{55-genes-max-edges.xlsx → unused-files/55-genes-max-edges.xlsx} +0 -0
  265. package/test-files/graph-tests/different-sized-networks/{65-genes-0-edges.xlsx → unused-files/65-genes-0-edges.xlsx} +0 -0
  266. package/test-files/graph-tests/different-sized-networks/{7-genes-max-edges.xlsx → unused-files/7-genes-max-edges.xlsx} +0 -0
  267. package/test-files/graph-tests/different-sized-networks/{70-genes-0-edges.xlsx → unused-files/70-genes-0-edges.xlsx} +0 -0
  268. package/test-files/graph-tests/different-sized-networks/{9-genes-max-edges.xlsx → unused-files/9-genes-max-edges.xlsx} +0 -0
  269. package/test-files/graph-tests/different-sized-networks/{90-genes-0-edges.xlsx → unused-files/90-genes-0-edges.xlsx} +0 -0
  270. package/test-files/graph-tests/different-sized-networks/{regulation-matrix-documented-20140709-AllTF-all-targets.xlsx → unused-files/regulation-matrix-documented-20140709-AllTF-all-targets.xlsx} +0 -0
  271. package/test-files/node-tests/long-gene-name-no-spaces-first.xlsx +0 -0
  272. package/test-files/node-tests/long-gene-name-no-spaces-second.xlsx +0 -0
  273. package/test-files/node-tests/long-gene-name-spaces.xlsx +0 -0
  274. package/test-files/species-test-data/15-genes_28-edges_db5_Dahlquist-data_input_no-species.xlsx +0 -0
  275. package/test-files/species-test-data/15-genes_28-edges_db5_Dahlquist-data_input_with-species.xlsx +0 -0
  276. package/test-files/species-test-data/3-gene_7-edge_elegans.xlsx +0 -0
  277. package/test-files/species-test-data/3-gene_7-edge_melanogaster.xlsx +0 -0
  278. package/test-files/species-test-data/3-gene_7-edge_musculus.xlsx +0 -0
  279. package/test-files/species-test-data/3-gene_7-edge_sapiens.xlsx +0 -0
  280. package/test-files/species-test-data/kev-fake-data-sapiens-no-exp-data.xlsx +0 -0
  281. package/test-files/spreadsheet-controller-test-files/sheet-name-capitalized-network-optimized-weights.xlsx +0 -0
  282. package/test-files/spreadsheet-controller-test-files/sheet-name-capitalized-network.xlsx +0 -0
  283. package/web-client/app.js +1 -1
  284. package/web-client/controllers/main.js +1 -1
  285. package/web-client/public/favicon.ico +0 -0
  286. package/web-client/public/gene/api.js +76 -14
  287. package/web-client/public/gene/info.js +19 -8
  288. package/web-client/public/js/api/grnsight-api.js +124 -0
  289. package/web-client/public/js/constants.js +90 -17
  290. package/web-client/public/js/createNetwork.js +195 -0
  291. package/web-client/public/js/graph-statistics.js +7 -7
  292. package/web-client/public/js/graph.js +369 -324
  293. package/web-client/public/js/grnsight.js +2 -2
  294. package/web-client/public/js/grnsight.min.js +128 -59
  295. package/web-client/public/js/grnstate.js +54 -30
  296. package/web-client/public/js/iframe-coordination.js +55 -0
  297. package/web-client/public/js/setup-handlers.js +358 -18
  298. package/web-client/public/js/setup-load-and-import-handlers.js +105 -66
  299. package/web-client/public/js/update-app.js +483 -93
  300. package/web-client/public/js/upload.js +349 -32
  301. package/web-client/public/js/warnings.js +13 -51
  302. package/web-client/public/lib/iframeSizer.contentWindow.min.js +10 -0
  303. package/web-client/public/stylesheets/grnsight.styl +323 -28
  304. package/web-client/views/components/demo.pug +10 -0
  305. package/web-client/views/{graph.jade → graph.pug} +0 -0
  306. package/web-client/views/{info.jade → info.pug} +1 -5
  307. package/web-client/views/upload.pug +580 -0
  308. package/_gh_pages/Gemfile +0 -7
  309. package/_gh_pages/Gemfile.lock +0 -129
  310. package/documents/SDF/CMSI_402/spring_2014/Southwick_CMSI402_Spring2014_software-development-plan.md +0 -71
  311. package/documents/SDF/CMSI_402/spring_2014/Southwick_CMSI402_Spring2014_software-requirements-specification.md +0 -71
  312. package/documents/SDF/CMSI_402/spring_2014/use-case-diagram-spring-2014.jpg +0 -0
  313. package/documents/SDF/CMSI_402/spring_2017/Anguiano_402_Final_Presentation.pptx +0 -0
  314. package/documents/SDF/CMSI_402/spring_2017/Anguiano_402_Presentation_Final_Poster.pdf +0 -0
  315. package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_project-proposal-presentation.pptx +0 -0
  316. package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_project-proposal.docx +0 -0
  317. package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_software-development-plan.docx +0 -0
  318. package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_software-requirements-specification.docx +0 -0
  319. package/documents/SDF/CMSI_402/spring_2017/Design Review Presentation.pptx +0 -0
  320. package/documents/SDF/CMSI_402/spring_2018/0402report.docx +0 -0
  321. package/documents/SDF/CMSI_402/spring_2018/0409report.docx +0 -0
  322. package/documents/SDF/CMSI_402/spring_2018/402-gantt.png +0 -0
  323. package/documents/SDF/CMSI_402/spring_2018/402SRS_GRNSightFeedback01.txt +0 -28
  324. package/documents/SDF/CMSI_402/spring_2018/402_SPD.md +0 -223
  325. package/documents/SDF/CMSI_402/spring_2018/ChoeShinCMSI402_Final.pptx +0 -0
  326. package/documents/SDF/CMSI_402/spring_2018/ProjectProposal.md +0 -22
  327. package/documents/SDF/CMSI_402/spring_2018/SoftwareRequirementsSpecification.md +0 -88
  328. package/documents/SDF/CMSI_402/spring_2018/homework/choe_eileen/Choe_Eileen_CMSI 402_HW1.pdf +0 -0
  329. package/documents/SDF/CMSI_402/spring_2018/homework/choe_eileen/Choe_Eileen_CMSI402_HW2.pdf +0 -0
  330. package/documents/SDF/CMSI_402/spring_2018/homework/shin_jen/402hw2.docx +0 -0
  331. package/documents/SDF/CMSI_402/spring_2018/homework/shin_jen/Jen - 402Hw1.docx +0 -0
  332. package/documents/SDF/CMSI_402/spring_2018/homework/shin_jen/Jen - hw3.docx +0 -0
  333. package/documents/SDF/CMSI_402/spring_2018/writtenStatusReport.docx +0 -0
  334. package/documents/SDF/CMSI_402/spring_2018/writtenStatusReport4 +0 -0
  335. package/documents/abstracts/Anguiano_Varshneya_Undergraduate-Research-Symposium_2017_abstract.pdf +0 -0
  336. package/documents/abstracts/SIGGRAPH 2017 Abstract/ACM-Reference-Format.bst +0 -3478
  337. package/documents/abstracts/SIGGRAPH 2017 Abstract/Figure1_zoom100.png +0 -0
  338. package/documents/abstracts/SIGGRAPH 2017 Abstract/acmart.cls +0 -2352
  339. package/documents/abstracts/SIGGRAPH 2017 Abstract/acmart.ins +0 -29
  340. package/documents/abstracts/SIGGRAPH 2017 Abstract/always-weights.png +0 -0
  341. package/documents/abstracts/SIGGRAPH 2017 Abstract/auto.png +0 -0
  342. package/documents/abstracts/SIGGRAPH 2017 Abstract/networkA.png +0 -0
  343. package/documents/abstracts/SIGGRAPH 2017 Abstract/networkB-normalized.png +0 -0
  344. package/documents/abstracts/SIGGRAPH 2017 Abstract/networkB.png +0 -0
  345. package/documents/abstracts/SIGGRAPH 2017 Abstract/never-weights.png +0 -0
  346. package/documents/abstracts/SIGGRAPH 2017 Abstract/representative-image/screenshot.jpg +0 -0
  347. package/documents/abstracts/SIGGRAPH 2017 Abstract/representative-image/screenshot3x2.png +0 -0
  348. package/documents/abstracts/SIGGRAPH 2017 Abstract/representative-image/withweights3x2.png +0 -0
  349. package/documents/abstracts/SIGGRAPH 2017 Abstract/screenshot-auto.png +0 -0
  350. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.bib +0 -85
  351. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.pdf +0 -0
  352. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.tex +0 -235
  353. package/documents/abstracts/SWE Collegiate Competition 2017.md +0 -9
  354. package/documents/abstracts/Samdarshi_GRNsight_SoCalSysBio_Abstract_2019.docx +0 -0
  355. package/documents/abstracts/Varshneya_Samdarshi_Southern-California-Systems-Biology_2017_abstract.docx +0 -0
  356. package/documents/abstracts/~$mdarshi_SoCalSysBio_Abstract_2019.docx +0 -0
  357. package/documents/developer_documents/State Diagram.graphml +0 -3525
  358. package/documents/developer_documents/graphml/State Diagram.graphml +0 -3115
  359. package/documents/developer_documents/older_versions/GRNsight State Diagram old.png +0 -0
  360. package/documents/developer_documents/older_versions/GRNsight State Diagram.png +0 -0
  361. package/documents/developer_documents/testing_script_generator/GRNsightTestingDocument.md +0 -998
  362. package/documents/developer_documents/testing_script_generator/featureList.json +0 -496
  363. package/documents/developer_documents/testing_script_generator/testing-script-generator.js +0 -149
  364. package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_conference-presentations_2016.docx +0 -0
  365. package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016.docx +0 -0
  366. package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016_Table1.docx +0 -0
  367. package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016_references.rtf +0 -264
  368. package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016_text-only.docx +0 -0
  369. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/21-genes_31-edges_Schade-data_for-screenshots.xlsx +0 -0
  370. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom100.jpg +0 -0
  371. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom100.png +0 -0
  372. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom100.psd +0 -0
  373. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145.jpg +0 -0
  374. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145.png +0 -0
  375. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145.psd +0 -0
  376. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145_900pix-wide.psd +0 -0
  377. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom100.jpg +0 -0
  378. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom100.png +0 -0
  379. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom100.psd +0 -0
  380. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145.jpg +0 -0
  381. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145.png +0 -0
  382. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145.psd +0 -0
  383. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145_900pix-wide.psd +0 -0
  384. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5A.pdf +0 -0
  385. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5B.pdf +0 -0
  386. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5C.eps +0 -0
  387. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5D.pdf +0 -0
  388. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5E.pdf +0 -0
  389. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5F.eps +0 -0
  390. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5_compiled.png +0 -0
  391. package/documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure3_GRNsight-Architecture.pdf +0 -0
  392. package/documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure4_GRNsight-Screenshot.pdf +0 -0
  393. package/documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure5_compiled.pdf +12 -5383
  394. package/documents/manuscripts/peerj-computerscience-2016/peerj-reviewing-10823-v0.pdf +0 -0
  395. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_conference-presentations_2016_revised.docx +0 -0
  396. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_cover-letter-and-response_2016.pdf +0 -0
  397. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_cover-letter_2016.docx +0 -0
  398. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_cover-letter_2016.pdf +0 -0
  399. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_Table1.docx +0 -0
  400. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_references_revised.rtf +0 -385
  401. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised.docx +0 -0
  402. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised_marked.docx +0 -0
  403. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_response-to-reviewers_2016.docx +0 -0
  404. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_response-to-reviewers_2016.pdf +0 -0
  405. package/documents/manuscripts/peerj-computerscience-2016/revisions/figures/Figure3_GRNsight-Architecture.pdf +0 -0
  406. package/documents/manuscripts/peerj-computerscience-2016/revisions/figures/Figure4_GRNsight-Screenshot-auto.pdf +0 -0
  407. package/documents/manuscripts/peerj-computerscience-2016/revisions/figures/Figure4_GRNsight-Screenshot.pdf +0 -0
  408. package/documents/manuscripts/peerj-computerscience-2016/revisions/peerj-reviewing-10823-v1.pdf +0 -0
  409. package/documents/posters/Anguiano_CMSI402_2017.pptx +0 -0
  410. package/documents/posters/Anguiano_Varshneya_LMU-Symposium_2015.pptx +0 -0
  411. package/documents/posters/Anguiano_Varshneya_SCCUR_2014.pptx +0 -0
  412. package/documents/posters/Choe_Shin_CMSI402_2018.pptx +0 -0
  413. package/documents/posters/Dahlquist-et-al_BOSC_ISMB_2016_poster.pptx +0 -0
  414. package/documents/posters/Lopez_Filler_LMU_Symposium_2019.pdf +0 -0
  415. package/documents/posters/Lopez_Filler_LMU_Symposium_2019.pptx +0 -0
  416. package/documents/posters/Samdarshi-et-al_LMU-Symposium_2017.pptx +0 -0
  417. package/documents/posters/Samdarshi-et-al_LMU-Symposium_2018.pptx +0 -0
  418. package/documents/posters/Samdarshi-et-al_SoCalSysBio_2019.pptx +0 -0
  419. package/documents/posters/Shin-et-al_SCCUR_2017.pptx +0 -0
  420. package/documents/posters/Southwick_CMSI402_2014.pptx +0 -0
  421. package/documents/posters/Varshneya_Samdarshi_LMU-Symposium_2016.pptx +0 -0
  422. package/documents/posters/Varshneya_Samdarshi_SoCalSysBio_2017.pptx +0 -0
  423. package/documents/presentations/Anguiano_402_Final_Presentation.pptx +0 -0
  424. package/documents/presentations/Choe_SWERapidFire2017_final.pptx +0 -0
  425. package/documents/presentations/Dahlquist_BOSC_20160709.pptx +0 -0
  426. package/documents/presentations/Dahlquist_ExperimentalBiology_20160404_talk.pptx +0 -0
  427. package/documents/presentations/Dahlquist_SoCalSysBio_20150131_talk.pptx +0 -0
  428. package/documents/presentations/Samdarshi_LMU-Symposium_20190323_talk.pdf +0 -0
  429. package/documents/presentations/Samdarshi_LMU-Symposium_20190323_talk.pptx +0 -0
  430. package/documents/presentations/Southwick_Anguiano_LMU-Symposium_20140329_talk.pptx +0 -0
  431. package/documents/presentations/Southwick_CMSI402_Presentation_20140508_talk.pptx +0 -0
  432. package/documents/presentations/Varshneya_Anguiano_LMU-Symposium_201703_talk.pptx +0 -0
  433. package/documents/reports/Samdarshi_Mihir_2019/Samdarshi_2019_Final.docx +0 -0
  434. package/documents/reports/Samdarshi_Mihir_2019/Samdarshi_Mihir_2019_AnnotatedBibliography.docx +0 -0
  435. package/documents/reports/Samdarshi_Mihir_2019/Samdarshi_Mihir_2019_Outline.docx +0 -0
  436. package/documents/reports/Samdarshi_Mihir_2019/~$mdarshi_2019_Draft.docx +0 -0
  437. package/documents/reports/Samdarshi_Mihir_2019/~$mdarshi_2019_Final_Paper_Draft.docx +0 -0
  438. package/documents/reports/Varshneya_Anu_2017/Varshneya-201701-AnnotatedBibliography.docx +0 -0
  439. package/documents/reports/Varshneya_Anu_2017/Varshneya-201702-Introduction.docx +0 -0
  440. package/documents/reports/Varshneya_Anu_2017/Varshneya-201702-Outline.docx +0 -0
  441. package/documents/reports/Varshneya_Anu_2017/Varshneya-201703-Discussion.docx +0 -0
  442. package/documents/reports/Varshneya_Anu_2017/Varshneya-201703-MMResults.docx +0 -0
  443. package/documents/reports/Varshneya_Anu_2017/Varshneya-201704-Draft-1.docx +0 -0
  444. package/documents/reports/Varshneya_Anu_2017/Varshneya-201704-Final.docx +0 -0
  445. package/onlysidebar.html +0 -8
  446. package/test/graph-library-tests.js +0 -165
  447. package/test-files/demo-files/21-genes_50-edges_Dahlquist-data_estimation_output.xlsx +0 -0
  448. package/test-files/demo-files/21-genes_50-edges_Dahlquist-data_input.xlsx +0 -0
  449. package/test-files/graph-tests/different-sized-networks/10-genes-max-edges.xlsx +0 -0
  450. package/test-files/graph-tests/different-sized-networks/12-genes-max-edges.xlsx +0 -0
  451. package/test-files/graph-tests/different-sized-networks/35-genes-max-edges.xlsx +0 -0
  452. package/test-files/graph-tests/different-sized-networks/40-genes-0-edges.xlsx +0 -0
  453. package/test-files/graph-tests/different-sized-networks/40-genes-max-edges.xlsx +0 -0
  454. package/test-files/graph-tests/different-sized-networks/42-genes-max-edges.xlsx +0 -0
  455. package/test-files/graph-tests/different-sized-networks/50-genes-max-edges.xlsx +0 -0
  456. package/test-files/graph-tests/different-sized-networks/75-genes-150-edges.xlsx +0 -0
  457. package/web-client/public/js/container.js +0 -121
  458. package/web-client/views/upload.jade +0 -464
@@ -1,3115 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd">
3
- <!--Created by yEd 3.16.1-->
4
- <key attr.name="Description" attr.type="string" for="graph" id="d0"/>
5
- <key for="port" id="d1" yfiles.type="portgraphics"/>
6
- <key for="port" id="d2" yfiles.type="portgeometry"/>
7
- <key for="port" id="d3" yfiles.type="portuserdata"/>
8
- <key attr.name="url" attr.type="string" for="node" id="d4"/>
9
- <key attr.name="description" attr.type="string" for="node" id="d5"/>
10
- <key for="node" id="d6" yfiles.type="nodegraphics"/>
11
- <key for="graphml" id="d7" yfiles.type="resources"/>
12
- <key attr.name="url" attr.type="string" for="edge" id="d8"/>
13
- <key attr.name="description" attr.type="string" for="edge" id="d9"/>
14
- <key for="edge" id="d10" yfiles.type="edgegraphics"/>
15
- <graph edgedefault="directed" id="G">
16
- <data key="d0"/>
17
- <node id="n0">
18
- <data key="d6">
19
- <y:GenericNode configuration="com.yworks.flowchart.start2">
20
- <y:Geometry height="40.0" width="40.9765625" x="279.51171875" y="70.0"/>
21
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
22
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
23
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="30.9765625" x="5.0" y="10.93359375">Start<y:LabelModel>
24
- <y:SmartNodeLabelModel distance="4.0"/>
25
- </y:LabelModel>
26
- <y:ModelParameter>
27
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
28
- </y:ModelParameter>
29
- </y:NodeLabel>
30
- </y:GenericNode>
31
- </data>
32
- </node>
33
- <node id="n1">
34
- <data key="d6">
35
- <y:GenericNode configuration="com.yworks.flowchart.process">
36
- <y:Geometry height="120.0" width="176.83203125000006" x="208.88281249999997" y="150.0"/>
37
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
38
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
39
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="142.75" x="17.04101562500003" y="8.53515625">Default Slider Values
40
- Sliders Active
41
- Reset Active
42
- Undo Reset Inactive
43
- No network loaded
44
- Reload/Print Disabled
45
- No mouseover message<y:LabelModel>
46
- <y:SmartNodeLabelModel distance="4.0"/>
47
- </y:LabelModel>
48
- <y:ModelParameter>
49
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
50
- </y:ModelParameter>
51
- </y:NodeLabel>
52
- </y:GenericNode>
53
- </data>
54
- </node>
55
- <node id="n2">
56
- <data key="d6">
57
- <y:GenericNode configuration="com.yworks.flowchart.process">
58
- <y:Geometry height="120.0" width="176.83203125000003" x="208.8828125" y="330.0"/>
59
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
60
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
61
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="142.75" x="17.041015625" y="8.53515625">Manual Slider Values
62
- Sliders Active
63
- Reset Active
64
- Undo Reset Inactive
65
- No network loaded
66
- Reload/Print Disabled
67
- No mouseover message<y:LabelModel>
68
- <y:SmartNodeLabelModel distance="4.0"/>
69
- </y:LabelModel>
70
- <y:ModelParameter>
71
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
72
- </y:ModelParameter>
73
- </y:NodeLabel>
74
- </y:GenericNode>
75
- </data>
76
- </node>
77
- <node id="n3">
78
- <data key="d6">
79
- <y:GenericNode configuration="com.yworks.flowchart.process">
80
- <y:Geometry height="120.0" width="176.83203125000006" x="478.8828125" y="150.0"/>
81
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
82
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
83
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="142.75" x="17.041015625" y="8.53515625">Default Slider Values
84
- Sliders Inactive
85
- Reset Inactive
86
- Undo Reset Inactive
87
- No network loaded
88
- Reload/Print Disabled
89
- No mouseover message<y:LabelModel>
90
- <y:SmartNodeLabelModel distance="4.0"/>
91
- </y:LabelModel>
92
- <y:ModelParameter>
93
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
94
- </y:ModelParameter>
95
- </y:NodeLabel>
96
- </y:GenericNode>
97
- </data>
98
- </node>
99
- <node id="n4">
100
- <data key="d6">
101
- <y:GenericNode configuration="com.yworks.flowchart.process">
102
- <y:Geometry height="120.0" width="176.83203125" x="208.8828125" y="510.0"/>
103
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
104
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
105
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="142.75" x="17.041015625" y="8.53515625">Default Slider Values
106
- Sliders Active
107
- Reset Active
108
- Undo Reset Active
109
- No network loaded
110
- Reload/Print Disabled
111
- No mouseover message<y:LabelModel>
112
- <y:SmartNodeLabelModel distance="4.0"/>
113
- </y:LabelModel>
114
- <y:ModelParameter>
115
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
116
- </y:ModelParameter>
117
- </y:NodeLabel>
118
- </y:GenericNode>
119
- </data>
120
- </node>
121
- <node id="n5">
122
- <data key="d6">
123
- <y:GenericNode configuration="com.yworks.flowchart.process">
124
- <y:Geometry height="120.0" width="176.83203125" x="208.8828125" y="690.0"/>
125
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
126
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
127
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="142.75" x="17.041015625" y="8.53515625">Manual Slider Values
128
- Sliders Active
129
- Reset Active
130
- Undo Reset Active
131
- No network loaded
132
- Reload/Print Disabled
133
- No mouseover message<y:LabelModel>
134
- <y:SmartNodeLabelModel distance="4.0"/>
135
- </y:LabelModel>
136
- <y:ModelParameter>
137
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
138
- </y:ModelParameter>
139
- </y:NodeLabel>
140
- </y:GenericNode>
141
- </data>
142
- </node>
143
- <node id="n6">
144
- <data key="d6">
145
- <y:GenericNode configuration="com.yworks.flowchart.process">
146
- <y:Geometry height="120.0" width="176.83203125000006" x="478.8828125" y="330.0"/>
147
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
148
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
149
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="142.75" x="17.041015625" y="8.53515625">Manual Slider Values
150
- Sliders Inactive
151
- Reset Inactive
152
- Undo Reset Inactive
153
- No network loaded
154
- Reload/Print Disabled
155
- No mouseover message<y:LabelModel>
156
- <y:SmartNodeLabelModel distance="4.0"/>
157
- </y:LabelModel>
158
- <y:ModelParameter>
159
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
160
- </y:ModelParameter>
161
- </y:NodeLabel>
162
- </y:GenericNode>
163
- </data>
164
- </node>
165
- <node id="n7">
166
- <data key="d6">
167
- <y:GenericNode configuration="com.yworks.flowchart.process">
168
- <y:Geometry height="120.0" width="176.83203125" x="478.8828125" y="510.0"/>
169
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
170
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
171
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="142.75" x="17.041015625" y="8.53515625">Default Slider Values
172
- Sliders Inactive
173
- Reset Inactive
174
- Undo Reset Active
175
- No network loaded
176
- Reload/Print Disabled
177
- No mouseover message<y:LabelModel>
178
- <y:SmartNodeLabelModel distance="4.0"/>
179
- </y:LabelModel>
180
- <y:ModelParameter>
181
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
182
- </y:ModelParameter>
183
- </y:NodeLabel>
184
- </y:GenericNode>
185
- </data>
186
- </node>
187
- <node id="n8">
188
- <data key="d6">
189
- <y:GenericNode configuration="com.yworks.flowchart.process">
190
- <y:Geometry height="120.0" width="176.83203125" x="478.8828125" y="690.0"/>
191
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
192
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
193
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="142.75" x="17.041015625" y="8.53515625">Manual Slider Values
194
- Sliders Inactive
195
- Reset Inactive
196
- Undo Reset Active
197
- No network loaded
198
- Reload/Print Disabled
199
- No mouseover message<y:LabelModel>
200
- <y:SmartNodeLabelModel distance="4.0"/>
201
- </y:LabelModel>
202
- <y:ModelParameter>
203
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
204
- </y:ModelParameter>
205
- </y:NodeLabel>
206
- </y:GenericNode>
207
- </data>
208
- </node>
209
- <node id="n9">
210
- <data key="d6">
211
- <y:GenericNode configuration="com.yworks.flowchart.process">
212
- <y:Geometry height="120.0" width="176.83203125" x="208.8828125" y="930.0"/>
213
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
214
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
215
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="152.08984375" x="12.37109375" y="8.53515625">Default Slider Values
216
- Sliders Active
217
- Reset Active
218
- Undo Reset Inactive
219
- Weighted network loaded
220
- Reload/Print Enabled
221
- Mouseover message on<y:LabelModel>
222
- <y:SmartNodeLabelModel distance="4.0"/>
223
- </y:LabelModel>
224
- <y:ModelParameter>
225
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
226
- </y:ModelParameter>
227
- </y:NodeLabel>
228
- </y:GenericNode>
229
- </data>
230
- </node>
231
- <node id="n10">
232
- <data key="d6">
233
- <y:GenericNode configuration="com.yworks.flowchart.process">
234
- <y:Geometry height="120.0" width="176.83203125" x="208.8828125" y="1110.0"/>
235
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
236
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
237
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="152.08984375" x="12.37109375" y="8.53515625">Manual Slider Values
238
- Sliders Active
239
- Reset Active
240
- Undo Reset Inactive
241
- Weighted network loaded
242
- Reload/Print Enabled
243
- Mouseover message on<y:LabelModel>
244
- <y:SmartNodeLabelModel distance="4.0"/>
245
- </y:LabelModel>
246
- <y:ModelParameter>
247
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
248
- </y:ModelParameter>
249
- </y:NodeLabel>
250
- </y:GenericNode>
251
- </data>
252
- </node>
253
- <node id="n11">
254
- <data key="d6">
255
- <y:GenericNode configuration="com.yworks.flowchart.process">
256
- <y:Geometry height="120.0" width="176.83203124999994" x="478.8828125" y="930.0"/>
257
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
258
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
259
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="152.08984375" x="12.37109375" y="8.53515625">Default Slider Values
260
- Sliders Inactive
261
- Reset Inactive
262
- Undo Reset Inactive
263
- Weighted network loaded
264
- Reload/Print Enabled
265
- Mouseover message on<y:LabelModel>
266
- <y:SmartNodeLabelModel distance="4.0"/>
267
- </y:LabelModel>
268
- <y:ModelParameter>
269
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
270
- </y:ModelParameter>
271
- </y:NodeLabel>
272
- </y:GenericNode>
273
- </data>
274
- </node>
275
- <node id="n12">
276
- <data key="d6">
277
- <y:GenericNode configuration="com.yworks.flowchart.process">
278
- <y:Geometry height="120.0" width="176.83203125" x="208.8828125" y="1290.0"/>
279
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
280
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
281
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="152.08984375" x="12.37109375" y="8.53515625">Default Slider Values
282
- Sliders Active
283
- Reset Active
284
- Undo Reset Active
285
- Weighted network loaded
286
- Reload/Print Enabled
287
- Mouseover message on<y:LabelModel>
288
- <y:SmartNodeLabelModel distance="4.0"/>
289
- </y:LabelModel>
290
- <y:ModelParameter>
291
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
292
- </y:ModelParameter>
293
- </y:NodeLabel>
294
- </y:GenericNode>
295
- </data>
296
- </node>
297
- <node id="n13">
298
- <data key="d6">
299
- <y:GenericNode configuration="com.yworks.flowchart.process">
300
- <y:Geometry height="120.0" width="176.83203125" x="208.8828125" y="1470.0"/>
301
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
302
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
303
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="152.08984375" x="12.37109375" y="8.53515625">Manual Slider Values
304
- Sliders Active
305
- Reset Active
306
- Undo Reset Active
307
- Weighted network loaded
308
- Reload/Print Enabled
309
- Mouseover message on<y:LabelModel>
310
- <y:SmartNodeLabelModel distance="4.0"/>
311
- </y:LabelModel>
312
- <y:ModelParameter>
313
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
314
- </y:ModelParameter>
315
- </y:NodeLabel>
316
- </y:GenericNode>
317
- </data>
318
- </node>
319
- <node id="n14">
320
- <data key="d6">
321
- <y:GenericNode configuration="com.yworks.flowchart.process">
322
- <y:Geometry height="120.0" width="176.83203124999994" x="478.8828125" y="1110.0"/>
323
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
324
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
325
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="152.08984375" x="12.37109375" y="8.53515625">Manual Slider Values
326
- Sliders Inactive
327
- Reset Inactive
328
- Undo Reset Inactive
329
- Weighted network loaded
330
- Reload/Print Enabled
331
- Mouseover message on<y:LabelModel>
332
- <y:SmartNodeLabelModel distance="4.0"/>
333
- </y:LabelModel>
334
- <y:ModelParameter>
335
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
336
- </y:ModelParameter>
337
- </y:NodeLabel>
338
- </y:GenericNode>
339
- </data>
340
- </node>
341
- <node id="n15">
342
- <data key="d6">
343
- <y:GenericNode configuration="com.yworks.flowchart.process">
344
- <y:Geometry height="120.0" width="176.83203125000006" x="478.8828125" y="1290.0"/>
345
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
346
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
347
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="152.08984375" x="12.37109375" y="8.53515625">Default Slider Values
348
- Sliders Inactive
349
- Reset Inactive
350
- Undo Reset Active
351
- Weighted network loaded
352
- Reload/Print Enabled
353
- Mouseover message on<y:LabelModel>
354
- <y:SmartNodeLabelModel distance="4.0"/>
355
- </y:LabelModel>
356
- <y:ModelParameter>
357
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
358
- </y:ModelParameter>
359
- </y:NodeLabel>
360
- </y:GenericNode>
361
- </data>
362
- </node>
363
- <node id="n16">
364
- <data key="d6">
365
- <y:GenericNode configuration="com.yworks.flowchart.process">
366
- <y:Geometry height="120.0" width="176.83203125" x="478.8828125" y="1470.0"/>
367
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
368
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
369
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="152.08984375" x="12.37109375" y="8.53515625">Manual Slider Values
370
- Sliders Inactive
371
- Reset Inactive
372
- Undo Reset Active
373
- Weighted network loaded
374
- Reload/Print Enabled
375
- Mouseover message on<y:LabelModel>
376
- <y:SmartNodeLabelModel distance="4.0"/>
377
- </y:LabelModel>
378
- <y:ModelParameter>
379
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
380
- </y:ModelParameter>
381
- </y:NodeLabel>
382
- </y:GenericNode>
383
- </data>
384
- </node>
385
- <node id="n17">
386
- <data key="d6">
387
- <y:GenericNode configuration="com.yworks.flowchart.process">
388
- <y:Geometry height="120.0" width="176.83203125" x="871.5839843750001" y="150.0"/>
389
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
390
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
391
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="166.83203125" x="5.0" y="8.53515625">Default Slider Values
392
- Sliders Active
393
- Reset Active
394
- Undo Reset Inactive
395
- Unweighted network loaded
396
- Reload/Print Enabled
397
- No mouseover message<y:LabelModel>
398
- <y:SmartNodeLabelModel distance="4.0"/>
399
- </y:LabelModel>
400
- <y:ModelParameter>
401
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
402
- </y:ModelParameter>
403
- </y:NodeLabel>
404
- <y:StyleProperties>
405
- <y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="false"/>
406
- </y:StyleProperties>
407
- </y:GenericNode>
408
- </data>
409
- </node>
410
- <node id="n18">
411
- <data key="d6">
412
- <y:GenericNode configuration="com.yworks.flowchart.process">
413
- <y:Geometry height="120.0" width="176.83203125" x="871.5839843750001" y="330.0"/>
414
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
415
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
416
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="166.83203125" x="5.0" y="8.53515625">Manual Slider Values
417
- Sliders Active
418
- Reset Active
419
- Undo Reset Inactive
420
- Unweighted network loaded
421
- Reload/Print Enabled
422
- No mouseover message<y:LabelModel>
423
- <y:SmartNodeLabelModel distance="4.0"/>
424
- </y:LabelModel>
425
- <y:ModelParameter>
426
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
427
- </y:ModelParameter>
428
- </y:NodeLabel>
429
- </y:GenericNode>
430
- </data>
431
- </node>
432
- <node id="n19">
433
- <data key="d6">
434
- <y:GenericNode configuration="com.yworks.flowchart.process">
435
- <y:Geometry height="120.0" width="176.83203125" x="1141.583984375" y="150.0"/>
436
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
437
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
438
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="166.83203125" x="5.0" y="8.53515625">Default Slider Values
439
- Sliders Inactive
440
- Reset Inactive
441
- Undo Reset Inactive
442
- Unweighted network loaded
443
- Reload/Print Enabled
444
- No mouseover message<y:LabelModel>
445
- <y:SmartNodeLabelModel distance="4.0"/>
446
- </y:LabelModel>
447
- <y:ModelParameter>
448
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
449
- </y:ModelParameter>
450
- </y:NodeLabel>
451
- </y:GenericNode>
452
- </data>
453
- </node>
454
- <node id="n20">
455
- <data key="d6">
456
- <y:GenericNode configuration="com.yworks.flowchart.process">
457
- <y:Geometry height="120.0" width="176.83203125" x="871.5839843750001" y="510.0"/>
458
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
459
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
460
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="166.83203125" x="5.0" y="8.53515625">Default Slider Values
461
- Sliders Active
462
- Reset Active
463
- Undo Reset Active
464
- Unweighted network loaded
465
- Reload/Print Enabled
466
- No mouseover message<y:LabelModel>
467
- <y:SmartNodeLabelModel distance="4.0"/>
468
- </y:LabelModel>
469
- <y:ModelParameter>
470
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
471
- </y:ModelParameter>
472
- </y:NodeLabel>
473
- </y:GenericNode>
474
- </data>
475
- </node>
476
- <node id="n21">
477
- <data key="d6">
478
- <y:GenericNode configuration="com.yworks.flowchart.process">
479
- <y:Geometry height="120.0" width="176.83203125" x="871.5839843750001" y="690.0"/>
480
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
481
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
482
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="166.83203125" x="5.0" y="8.53515625">Manual Slider Values
483
- Sliders Active
484
- Reset Active
485
- Undo Reset Active
486
- Unweighted network loaded
487
- Reload/Print Enabled
488
- No mouseover message<y:LabelModel>
489
- <y:SmartNodeLabelModel distance="4.0"/>
490
- </y:LabelModel>
491
- <y:ModelParameter>
492
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
493
- </y:ModelParameter>
494
- </y:NodeLabel>
495
- </y:GenericNode>
496
- </data>
497
- </node>
498
- <node id="n22">
499
- <data key="d6">
500
- <y:GenericNode configuration="com.yworks.flowchart.process">
501
- <y:Geometry height="120.0" width="176.83203125" x="1141.583984375" y="330.0"/>
502
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
503
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
504
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="166.83203125" x="5.0" y="8.53515625">Manual Slider Values
505
- Sliders Inactive
506
- Reset Inactive
507
- Undo Reset Inactive
508
- Unweighted network loaded
509
- Reload/Print Enabled
510
- No mouseover message<y:LabelModel>
511
- <y:SmartNodeLabelModel distance="4.0"/>
512
- </y:LabelModel>
513
- <y:ModelParameter>
514
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
515
- </y:ModelParameter>
516
- </y:NodeLabel>
517
- </y:GenericNode>
518
- </data>
519
- </node>
520
- <node id="n23">
521
- <data key="d6">
522
- <y:GenericNode configuration="com.yworks.flowchart.process">
523
- <y:Geometry height="120.0" width="176.83203125" x="1141.583984375" y="510.0"/>
524
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
525
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
526
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="166.83203125" x="5.0" y="8.53515625">Default Slider Values
527
- Sliders Inactive
528
- Reset Inactive
529
- Undo Reset Active
530
- Unweighted network loaded
531
- Reload/Print Enabled
532
- No mouseover message<y:LabelModel>
533
- <y:SmartNodeLabelModel distance="4.0"/>
534
- </y:LabelModel>
535
- <y:ModelParameter>
536
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
537
- </y:ModelParameter>
538
- </y:NodeLabel>
539
- </y:GenericNode>
540
- </data>
541
- </node>
542
- <node id="n24">
543
- <data key="d6">
544
- <y:GenericNode configuration="com.yworks.flowchart.process">
545
- <y:Geometry height="120.0" width="176.83203125" x="1141.583984375" y="690.0"/>
546
- <y:Fill color="#FFFFFF" color2="#C0C0C0" transparent="false"/>
547
- <y:BorderStyle color="#000000" type="line" width="1.0"/>
548
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="102.9296875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="166.83203125" x="5.0" y="8.53515625">Manual Slider Values
549
- Sliders Inactive
550
- Reset Inactive
551
- Undo Reset Active
552
- Unweighted network loaded
553
- Reload/Print Enabled
554
- No mouseover message<y:LabelModel>
555
- <y:SmartNodeLabelModel distance="4.0"/>
556
- </y:LabelModel>
557
- <y:ModelParameter>
558
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
559
- </y:ModelParameter>
560
- </y:NodeLabel>
561
- </y:GenericNode>
562
- </data>
563
- </node>
564
- <node id="n25">
565
- <data key="d6">
566
- <y:GenericNode configuration="com.yworks.flowchart.process">
567
- <y:Geometry height="40.0" width="80.0" x="405.5069700977892" y="80.0"/>
568
- <y:Fill hasColor="false" transparent="false"/>
569
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
570
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="156.94140625" x="-38.47070312500006" y="-9.06640625">Load Unweighted Network<y:LabelModel>
571
- <y:SmartNodeLabelModel distance="4.0"/>
572
- </y:LabelModel>
573
- <y:ModelParameter>
574
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="-7.216449660063518E-16" nodeRatioY="-0.5" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
575
- </y:ModelParameter>
576
- </y:NodeLabel>
577
- </y:GenericNode>
578
- </data>
579
- </node>
580
- <node id="n26">
581
- <data key="d6">
582
- <y:GenericNode configuration="com.yworks.flowchart.process">
583
- <y:Geometry height="40.0" width="80.0" x="612.7432033318653" y="30.0"/>
584
- <y:Fill hasColor="false" transparent="false"/>
585
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
586
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="156.94140625" x="-38.470703125" y="10.93359375">Load Unweighted Network<y:LabelModel>
587
- <y:SmartNodeLabelModel distance="4.0"/>
588
- </y:LabelModel>
589
- <y:ModelParameter>
590
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
591
- </y:ModelParameter>
592
- </y:NodeLabel>
593
- </y:GenericNode>
594
- </data>
595
- </node>
596
- <node id="n27">
597
- <data key="d6">
598
- <y:GenericNode configuration="com.yworks.flowchart.process">
599
- <y:Geometry height="40.0" width="80.0" x="317.298828125" y="293.5526173523146"/>
600
- <y:Fill hasColor="false" transparent="false"/>
601
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
602
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="104.564453125" x="-12.2822265625" y="3.734375">Load Unweighted
603
- Network<y:LabelModel>
604
- <y:SmartNodeLabelModel distance="4.0"/>
605
- </y:LabelModel>
606
- <y:ModelParameter>
607
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.5" nodeRatioX="0.0" nodeRatioY="0.5" offsetX="0.0" offsetY="-4.0" upX="0.0" upY="-1.0"/>
608
- </y:ModelParameter>
609
- </y:NodeLabel>
610
- </y:GenericNode>
611
- </data>
612
- </node>
613
- <node id="n28">
614
- <data key="d6">
615
- <y:GenericNode configuration="com.yworks.flowchart.process">
616
- <y:Geometry height="40.0" width="80.0" x="602.8080147060123" y="290.0"/>
617
- <y:Fill hasColor="false" transparent="false"/>
618
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
619
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="104.564453125" x="-29.89294222776141" y="548.9295516137383">Load Unweighted
620
- Network<y:LabelModel>
621
- <y:SmartNodeLabelModel distance="4.0"/>
622
- </y:LabelModel>
623
- <y:ModelParameter>
624
- <y:SmartNodeLabelModelParameter labelRatioX="-0.21411946092209422" labelRatioY="-0.5" nodeRatioX="-0.5" nodeRatioY="0.5" offsetX="0.0" offsetY="508.92955161373834" upX="0.0" upY="-1.0"/>
625
- </y:ModelParameter>
626
- </y:NodeLabel>
627
- </y:GenericNode>
628
- </data>
629
- </node>
630
- <node id="n29">
631
- <data key="d6">
632
- <y:GenericNode configuration="com.yworks.flowchart.process">
633
- <y:Geometry height="40.0" width="80.0" x="415.71484375" y="470.0"/>
634
- <y:Fill hasColor="false" transparent="false"/>
635
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
636
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="156.94140625" x="-38.47070312500006" y="-9.06640625">Load Unweighted Network<y:LabelModel>
637
- <y:SmartNodeLabelModel distance="4.0"/>
638
- </y:LabelModel>
639
- <y:ModelParameter>
640
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="-7.216449660063518E-16" nodeRatioY="-0.5" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
641
- </y:ModelParameter>
642
- </y:NodeLabel>
643
- </y:GenericNode>
644
- </data>
645
- </node>
646
- <node id="n30">
647
- <data key="d6">
648
- <y:GenericNode configuration="com.yworks.flowchart.process">
649
- <y:Geometry height="40.0" width="80.0" x="667.3705157941771" y="496.22962494455265"/>
650
- <y:Fill hasColor="false" transparent="false"/>
651
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
652
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="104.564453125" x="-12.2822265625" y="4.0">Load Unweighted
653
- Network<y:LabelModel>
654
- <y:SmartNodeLabelModel distance="4.0"/>
655
- </y:LabelModel>
656
- <y:ModelParameter>
657
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="-0.5" nodeRatioX="0.0" nodeRatioY="-0.5" offsetX="0.0" offsetY="4.0" upX="0.0" upY="-1.0"/>
658
- </y:ModelParameter>
659
- </y:NodeLabel>
660
- </y:GenericNode>
661
- </data>
662
- </node>
663
- <node id="n31">
664
- <data key="d6">
665
- <y:GenericNode configuration="com.yworks.flowchart.process">
666
- <y:Geometry height="40.0" width="80.0" x="346.4409611532909" y="830.6832547175873"/>
667
- <y:Fill hasColor="false" transparent="false"/>
668
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
669
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="156.94140625" x="-38.470703125000114" y="-9.06640625">Load Unweighted Network<y:LabelModel>
670
- <y:SmartNodeLabelModel distance="4.0"/>
671
- </y:LabelModel>
672
- <y:ModelParameter>
673
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="-7.216449660063518E-16" nodeRatioY="-0.5" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
674
- </y:ModelParameter>
675
- </y:NodeLabel>
676
- </y:GenericNode>
677
- </data>
678
- </node>
679
- <node id="n32">
680
- <data key="d6">
681
- <y:GenericNode configuration="com.yworks.flowchart.process">
682
- <y:Geometry height="40.0" width="80.0" x="602.8080147060123" y="290.0"/>
683
- <y:Fill hasColor="false" transparent="false"/>
684
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
685
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="104.564453125" x="-12.2822265625" y="3.8671875">Load Unweighted
686
- Network<y:LabelModel>
687
- <y:SmartNodeLabelModel distance="4.0"/>
688
- </y:LabelModel>
689
- <y:ModelParameter>
690
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
691
- </y:ModelParameter>
692
- </y:NodeLabel>
693
- </y:GenericNode>
694
- </data>
695
- </node>
696
- <node id="n33">
697
- <data key="d6">
698
- <y:GenericNode configuration="com.yworks.flowchart.process">
699
- <y:Geometry height="40.0" width="80.0" x="1284.6118201049599" y="80.0"/>
700
- <y:Fill hasColor="false" transparent="false"/>
701
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
702
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="43.29296875" x="18.353515625" y="44.0">Reload<y:LabelModel>
703
- <y:SmartNodeLabelModel distance="4.0"/>
704
- </y:LabelModel>
705
- <y:ModelParameter>
706
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="-0.5" nodeRatioX="0.0" nodeRatioY="0.5" offsetX="0.0" offsetY="4.0" upX="0.0" upY="-1.0"/>
707
- </y:ModelParameter>
708
- </y:NodeLabel>
709
- </y:GenericNode>
710
- </data>
711
- </node>
712
- <node id="n34">
713
- <data key="d6">
714
- <y:GenericNode configuration="com.yworks.flowchart.process">
715
- <y:Geometry height="40.0" width="80.0" x="1284.4225211369528" y="770.0"/>
716
- <y:Fill hasColor="false" transparent="false"/>
717
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
718
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="43.29296875" x="18.353515625" y="44.0">Reload<y:LabelModel>
719
- <y:SmartNodeLabelModel distance="4.0"/>
720
- </y:LabelModel>
721
- <y:ModelParameter>
722
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="-0.5" nodeRatioX="0.0" nodeRatioY="0.5" offsetX="0.0" offsetY="4.0" upX="0.0" upY="-1.0"/>
723
- </y:ModelParameter>
724
- </y:NodeLabel>
725
- </y:GenericNode>
726
- </data>
727
- </node>
728
- <node id="n35">
729
- <data key="d6">
730
- <y:GenericNode configuration="com.yworks.flowchart.process">
731
- <y:Geometry height="40.0" width="80.0" x="1284.4225211369528" y="260.0"/>
732
- <y:Fill hasColor="false" transparent="false"/>
733
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
734
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="43.29296875" x="18.353515625" y="44.0">Reload<y:LabelModel>
735
- <y:SmartNodeLabelModel distance="4.0"/>
736
- </y:LabelModel>
737
- <y:ModelParameter>
738
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="-0.5" nodeRatioX="0.0" nodeRatioY="0.5" offsetX="0.0" offsetY="4.0" upX="0.0" upY="-1.0"/>
739
- </y:ModelParameter>
740
- </y:NodeLabel>
741
- </y:GenericNode>
742
- </data>
743
- </node>
744
- <node id="n36">
745
- <data key="d6">
746
- <y:GenericNode configuration="com.yworks.flowchart.process">
747
- <y:Geometry height="40.0" width="80.0" x="1284.4225211369528" y="480.0"/>
748
- <y:Fill hasColor="false" transparent="false"/>
749
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
750
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="43.29296875" x="18.353515625" y="4.0">Reload<y:LabelModel>
751
- <y:SmartNodeLabelModel distance="4.0"/>
752
- </y:LabelModel>
753
- <y:ModelParameter>
754
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="-0.5" nodeRatioX="0.0" nodeRatioY="-0.5" offsetX="0.0" offsetY="4.0" upX="0.0" upY="-1.0"/>
755
- </y:ModelParameter>
756
- </y:NodeLabel>
757
- </y:GenericNode>
758
- </data>
759
- </node>
760
- <node id="n37">
761
- <data key="d6">
762
- <y:GenericNode configuration="com.yworks.flowchart.process">
763
- <y:Geometry height="40.0" width="80.0" x="826.4355013649463" y="780.0"/>
764
- <y:Fill hasColor="false" transparent="false"/>
765
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
766
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="43.29296875" x="21.66797842659014" y="36.703482291561045">Reload<y:LabelModel>
767
- <y:SmartNodeLabelModel distance="4.0"/>
768
- </y:LabelModel>
769
- <y:ModelParameter>
770
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="-0.3182015223265031" nodeRatioX="0.04143078501987674" nodeRatioY="0.5" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
771
- </y:ModelParameter>
772
- </y:NodeLabel>
773
- </y:GenericNode>
774
- </data>
775
- </node>
776
- <node id="n38">
777
- <data key="d6">
778
- <y:GenericNode configuration="com.yworks.flowchart.process">
779
- <y:Geometry height="40.0" width="80.0" x="826.4355013649463" y="630.0"/>
780
- <y:Fill hasColor="false" transparent="false"/>
781
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
782
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="43.29296875" x="18.353515625" y="10.93359375">Reload<y:LabelModel>
783
- <y:SmartNodeLabelModel distance="4.0"/>
784
- </y:LabelModel>
785
- <y:ModelParameter>
786
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
787
- </y:ModelParameter>
788
- </y:NodeLabel>
789
- </y:GenericNode>
790
- </data>
791
- </node>
792
- <node id="n39">
793
- <data key="d6">
794
- <y:GenericNode configuration="com.yworks.flowchart.process">
795
- <y:Geometry height="40.0" width="80.0" x="830.0" y="470.0"/>
796
- <y:Fill hasColor="false" transparent="false"/>
797
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
798
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="43.29296875" x="18.353515625" y="10.93359375">Reload<y:LabelModel>
799
- <y:SmartNodeLabelModel distance="4.0"/>
800
- </y:LabelModel>
801
- <y:ModelParameter>
802
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
803
- </y:ModelParameter>
804
- </y:NodeLabel>
805
- </y:GenericNode>
806
- </data>
807
- </node>
808
- <node id="n40">
809
- <data key="d6">
810
- <y:GenericNode configuration="com.yworks.flowchart.process">
811
- <y:Geometry height="40.0" width="80.0" x="830.0" y="110.0"/>
812
- <y:Fill hasColor="false" transparent="false"/>
813
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
814
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="43.29296875" x="18.353515625" y="10.93359375">Reload<y:LabelModel>
815
- <y:SmartNodeLabelModel distance="4.0"/>
816
- </y:LabelModel>
817
- <y:ModelParameter>
818
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
819
- </y:ModelParameter>
820
- </y:NodeLabel>
821
- </y:GenericNode>
822
- </data>
823
- </node>
824
- <node id="n41">
825
- <data key="d6">
826
- <y:GenericNode configuration="com.yworks.flowchart.process">
827
- <y:Geometry height="40.0" width="80.0" x="620.0" y="890.0"/>
828
- <y:Fill hasColor="false" transparent="false"/>
829
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
830
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="43.29296875" x="18.353515625" y="10.93359375">Reload<y:LabelModel>
831
- <y:SmartNodeLabelModel distance="4.0"/>
832
- </y:LabelModel>
833
- <y:ModelParameter>
834
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
835
- </y:ModelParameter>
836
- </y:NodeLabel>
837
- </y:GenericNode>
838
- </data>
839
- </node>
840
- <node id="n42">
841
- <data key="d6">
842
- <y:GenericNode configuration="com.yworks.flowchart.process">
843
- <y:Geometry height="40.0" width="80.0" x="620.0" y="1410.0"/>
844
- <y:Fill hasColor="false" transparent="false"/>
845
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
846
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="43.29296875" x="18.353515625" y="10.93359375">Reload<y:LabelModel>
847
- <y:SmartNodeLabelModel distance="4.0"/>
848
- </y:LabelModel>
849
- <y:ModelParameter>
850
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
851
- </y:ModelParameter>
852
- </y:NodeLabel>
853
- </y:GenericNode>
854
- </data>
855
- </node>
856
- <node id="n43">
857
- <data key="d6">
858
- <y:GenericNode configuration="com.yworks.flowchart.process">
859
- <y:Geometry height="40.0" width="80.0" x="620.0" y="1590.0"/>
860
- <y:Fill hasColor="false" transparent="false"/>
861
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
862
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="43.29296875" x="18.353515625" y="10.93359375">Reload<y:LabelModel>
863
- <y:SmartNodeLabelModel distance="4.0"/>
864
- </y:LabelModel>
865
- <y:ModelParameter>
866
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
867
- </y:ModelParameter>
868
- </y:NodeLabel>
869
- </y:GenericNode>
870
- </data>
871
- </node>
872
- <node id="n44">
873
- <data key="d6">
874
- <y:GenericNode configuration="com.yworks.flowchart.process">
875
- <y:Geometry height="40.0" width="80.0" x="168.6509296495845" y="1590.0"/>
876
- <y:Fill hasColor="false" transparent="false"/>
877
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
878
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="43.29296875" x="18.353515625" y="10.93359375">Reload<y:LabelModel>
879
- <y:SmartNodeLabelModel distance="4.0"/>
880
- </y:LabelModel>
881
- <y:ModelParameter>
882
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
883
- </y:ModelParameter>
884
- </y:NodeLabel>
885
- </y:GenericNode>
886
- </data>
887
- </node>
888
- <node id="n45">
889
- <data key="d6">
890
- <y:GenericNode configuration="com.yworks.flowchart.process">
891
- <y:Geometry height="40.0" width="80.0" x="168.6509296495845" y="1404.4420457746446"/>
892
- <y:Fill hasColor="false" transparent="false"/>
893
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
894
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="43.29296875" x="18.353515625" y="10.93359375">Reload<y:LabelModel>
895
- <y:SmartNodeLabelModel distance="4.0"/>
896
- </y:LabelModel>
897
- <y:ModelParameter>
898
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
899
- </y:ModelParameter>
900
- </y:NodeLabel>
901
- </y:GenericNode>
902
- </data>
903
- </node>
904
- <node id="n46">
905
- <data key="d6">
906
- <y:GenericNode configuration="com.yworks.flowchart.process">
907
- <y:Geometry height="40.0" width="80.0" x="168.65092964958444" y="1230.0"/>
908
- <y:Fill hasColor="false" transparent="false"/>
909
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
910
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="43.29296875" x="18.353515625" y="10.93359375">Reload<y:LabelModel>
911
- <y:SmartNodeLabelModel distance="4.0"/>
912
- </y:LabelModel>
913
- <y:ModelParameter>
914
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
915
- </y:ModelParameter>
916
- </y:NodeLabel>
917
- </y:GenericNode>
918
- </data>
919
- </node>
920
- <node id="n47">
921
- <data key="d6">
922
- <y:GenericNode configuration="com.yworks.flowchart.process">
923
- <y:Geometry height="40.0" width="80.0" x="168.50988118412303" y="890.0"/>
924
- <y:Fill hasColor="false" transparent="false"/>
925
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
926
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="43.29296875" x="18.353515625" y="10.93359375">Reload<y:LabelModel>
927
- <y:SmartNodeLabelModel distance="4.0"/>
928
- </y:LabelModel>
929
- <y:ModelParameter>
930
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
931
- </y:ModelParameter>
932
- </y:NodeLabel>
933
- </y:GenericNode>
934
- </data>
935
- </node>
936
- <node id="n48">
937
- <data key="d6">
938
- <y:GenericNode configuration="com.yworks.flowchart.process">
939
- <y:Geometry height="40.0" width="80.0" x="392.298828125" y="150.0"/>
940
- <y:Fill hasColor="false" transparent="false"/>
941
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
942
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="73.392578125" x="3.3037109375" y="10.93359375">Lock Sliders<y:LabelModel>
943
- <y:SmartNodeLabelModel distance="4.0"/>
944
- </y:LabelModel>
945
- <y:ModelParameter>
946
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
947
- </y:ModelParameter>
948
- </y:NodeLabel>
949
- </y:GenericNode>
950
- </data>
951
- </node>
952
- <node id="n49">
953
- <data key="d6">
954
- <y:GenericNode configuration="com.yworks.flowchart.process">
955
- <y:Geometry height="40.0" width="80.0" x="392.298828125" y="330.0"/>
956
- <y:Fill hasColor="false" transparent="false"/>
957
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
958
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="73.392578125" x="3.3037109375" y="10.93359375">Lock Sliders<y:LabelModel>
959
- <y:SmartNodeLabelModel distance="4.0"/>
960
- </y:LabelModel>
961
- <y:ModelParameter>
962
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
963
- </y:ModelParameter>
964
- </y:NodeLabel>
965
- </y:GenericNode>
966
- </data>
967
- </node>
968
- <node id="n50">
969
- <data key="d6">
970
- <y:GenericNode configuration="com.yworks.flowchart.process">
971
- <y:Geometry height="40.0" width="80.0" x="385.71484375" y="510.00000000000006"/>
972
- <y:Fill hasColor="false" transparent="false"/>
973
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
974
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="73.392578125" x="3.3037109375" y="10.93359375">Lock Sliders<y:LabelModel>
975
- <y:SmartNodeLabelModel distance="4.0"/>
976
- </y:LabelModel>
977
- <y:ModelParameter>
978
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
979
- </y:ModelParameter>
980
- </y:NodeLabel>
981
- </y:GenericNode>
982
- </data>
983
- </node>
984
- <node id="n51">
985
- <data key="d6">
986
- <y:GenericNode configuration="com.yworks.flowchart.process">
987
- <y:Geometry height="40.0" width="80.0" x="392.298828125" y="690.0"/>
988
- <y:Fill hasColor="false" transparent="false"/>
989
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
990
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="73.392578125" x="3.3037109375" y="10.93359375">Lock Sliders<y:LabelModel>
991
- <y:SmartNodeLabelModel distance="4.0"/>
992
- </y:LabelModel>
993
- <y:ModelParameter>
994
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
995
- </y:ModelParameter>
996
- </y:NodeLabel>
997
- </y:GenericNode>
998
- </data>
999
- </node>
1000
- <node id="n52">
1001
- <data key="d6">
1002
- <y:GenericNode configuration="com.yworks.flowchart.process">
1003
- <y:Geometry height="40.0" width="80.0" x="392.298828125" y="930.0"/>
1004
- <y:Fill hasColor="false" transparent="false"/>
1005
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1006
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="73.392578125" x="3.3037109375" y="10.93359375">Lock Sliders<y:LabelModel>
1007
- <y:SmartNodeLabelModel distance="4.0"/>
1008
- </y:LabelModel>
1009
- <y:ModelParameter>
1010
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1011
- </y:ModelParameter>
1012
- </y:NodeLabel>
1013
- </y:GenericNode>
1014
- </data>
1015
- </node>
1016
- <node id="n53">
1017
- <data key="d6">
1018
- <y:GenericNode configuration="com.yworks.flowchart.process">
1019
- <y:Geometry height="40.0" width="80.0" x="392.298828125" y="1110.0"/>
1020
- <y:Fill hasColor="false" transparent="false"/>
1021
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1022
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="73.392578125" x="3.3037109375" y="10.93359375">Lock Sliders<y:LabelModel>
1023
- <y:SmartNodeLabelModel distance="4.0"/>
1024
- </y:LabelModel>
1025
- <y:ModelParameter>
1026
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1027
- </y:ModelParameter>
1028
- </y:NodeLabel>
1029
- </y:GenericNode>
1030
- </data>
1031
- </node>
1032
- <node id="n54">
1033
- <data key="d6">
1034
- <y:GenericNode configuration="com.yworks.flowchart.process">
1035
- <y:Geometry height="40.0" width="80.0" x="392.298828125" y="1290.0"/>
1036
- <y:Fill hasColor="false" transparent="false"/>
1037
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1038
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="73.392578125" x="3.3037109375" y="10.93359375">Lock Sliders<y:LabelModel>
1039
- <y:SmartNodeLabelModel distance="4.0"/>
1040
- </y:LabelModel>
1041
- <y:ModelParameter>
1042
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1043
- </y:ModelParameter>
1044
- </y:NodeLabel>
1045
- </y:GenericNode>
1046
- </data>
1047
- </node>
1048
- <node id="n55">
1049
- <data key="d6">
1050
- <y:GenericNode configuration="com.yworks.flowchart.process">
1051
- <y:Geometry height="40.0" width="80.0" x="392.298828125" y="1470.0"/>
1052
- <y:Fill hasColor="false" transparent="false"/>
1053
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1054
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="73.392578125" x="3.3037109375" y="10.93359375">Lock Sliders<y:LabelModel>
1055
- <y:SmartNodeLabelModel distance="4.0"/>
1056
- </y:LabelModel>
1057
- <y:ModelParameter>
1058
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1059
- </y:ModelParameter>
1060
- </y:NodeLabel>
1061
- </y:GenericNode>
1062
- </data>
1063
- </node>
1064
- <node id="n56">
1065
- <data key="d6">
1066
- <y:GenericNode configuration="com.yworks.flowchart.process">
1067
- <y:Geometry height="40.0" width="80.0" x="1057.30591005248" y="150.0"/>
1068
- <y:Fill hasColor="false" transparent="false"/>
1069
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1070
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="73.392578125" x="3.3037109375" y="10.93359375">Lock Sliders<y:LabelModel>
1071
- <y:SmartNodeLabelModel distance="4.0"/>
1072
- </y:LabelModel>
1073
- <y:ModelParameter>
1074
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1075
- </y:ModelParameter>
1076
- </y:NodeLabel>
1077
- </y:GenericNode>
1078
- </data>
1079
- </node>
1080
- <node id="n57">
1081
- <data key="d6">
1082
- <y:GenericNode configuration="com.yworks.flowchart.process">
1083
- <y:Geometry height="40.0" width="80.0" x="1055.0" y="330.0"/>
1084
- <y:Fill hasColor="false" transparent="false"/>
1085
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1086
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="73.392578125" x="3.3037109375" y="10.93359375">Lock Sliders<y:LabelModel>
1087
- <y:SmartNodeLabelModel distance="4.0"/>
1088
- </y:LabelModel>
1089
- <y:ModelParameter>
1090
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1091
- </y:ModelParameter>
1092
- </y:NodeLabel>
1093
- </y:GenericNode>
1094
- </data>
1095
- </node>
1096
- <node id="n58">
1097
- <data key="d6">
1098
- <y:GenericNode configuration="com.yworks.flowchart.process">
1099
- <y:Geometry height="40.0" width="80.0" x="1055.0" y="510.0"/>
1100
- <y:Fill hasColor="false" transparent="false"/>
1101
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1102
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="73.392578125" x="3.3037109375" y="10.93359375">Lock Sliders<y:LabelModel>
1103
- <y:SmartNodeLabelModel distance="4.0"/>
1104
- </y:LabelModel>
1105
- <y:ModelParameter>
1106
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1107
- </y:ModelParameter>
1108
- </y:NodeLabel>
1109
- </y:GenericNode>
1110
- </data>
1111
- </node>
1112
- <node id="n59">
1113
- <data key="d6">
1114
- <y:GenericNode configuration="com.yworks.flowchart.process">
1115
- <y:Geometry height="40.0" width="80.0" x="1055.0" y="690.0"/>
1116
- <y:Fill hasColor="false" transparent="false"/>
1117
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1118
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="73.392578125" x="3.3037109375" y="10.93359375">Lock Sliders<y:LabelModel>
1119
- <y:SmartNodeLabelModel distance="4.0"/>
1120
- </y:LabelModel>
1121
- <y:ModelParameter>
1122
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1123
- </y:ModelParameter>
1124
- </y:NodeLabel>
1125
- </y:GenericNode>
1126
- </data>
1127
- </node>
1128
- <node id="n60">
1129
- <data key="d6">
1130
- <y:GenericNode configuration="com.yworks.flowchart.process">
1131
- <y:Geometry height="40.0" width="80.0" x="392.298828125" y="209.89820590103696"/>
1132
- <y:Fill hasColor="false" transparent="false"/>
1133
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1134
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="86.224609375" x="-3.1123046875" y="10.93359375">Unlock Sliders<y:LabelModel>
1135
- <y:SmartNodeLabelModel distance="4.0"/>
1136
- </y:LabelModel>
1137
- <y:ModelParameter>
1138
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1139
- </y:ModelParameter>
1140
- </y:NodeLabel>
1141
- </y:GenericNode>
1142
- </data>
1143
- </node>
1144
- <node id="n61">
1145
- <data key="d6">
1146
- <y:GenericNode configuration="com.yworks.flowchart.process">
1147
- <y:Geometry height="40.0" width="80.0" x="392.298828125" y="387.0840621035763"/>
1148
- <y:Fill hasColor="false" transparent="false"/>
1149
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1150
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="86.224609375" x="-3.1123046875" y="10.93359375">Unlock Sliders<y:LabelModel>
1151
- <y:SmartNodeLabelModel distance="4.0"/>
1152
- </y:LabelModel>
1153
- <y:ModelParameter>
1154
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1155
- </y:ModelParameter>
1156
- </y:NodeLabel>
1157
- </y:GenericNode>
1158
- </data>
1159
- </node>
1160
- <node id="n62">
1161
- <data key="d6">
1162
- <y:GenericNode configuration="com.yworks.flowchart.process">
1163
- <y:Geometry height="40.0" width="80.0" x="392.298828125" y="567.5410905776923"/>
1164
- <y:Fill hasColor="false" transparent="false"/>
1165
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1166
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="86.224609375" x="-3.1123046875" y="10.93359375">Unlock Sliders<y:LabelModel>
1167
- <y:SmartNodeLabelModel distance="4.0"/>
1168
- </y:LabelModel>
1169
- <y:ModelParameter>
1170
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1171
- </y:ModelParameter>
1172
- </y:NodeLabel>
1173
- </y:GenericNode>
1174
- </data>
1175
- </node>
1176
- <node id="n63">
1177
- <data key="d6">
1178
- <y:GenericNode configuration="com.yworks.flowchart.process">
1179
- <y:Geometry height="40.0" width="80.0" x="392.298828125" y="745.9426838763967"/>
1180
- <y:Fill hasColor="false" transparent="false"/>
1181
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1182
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="86.224609375" x="-3.1123046875" y="10.93359375">Unlock Sliders<y:LabelModel>
1183
- <y:SmartNodeLabelModel distance="4.0"/>
1184
- </y:LabelModel>
1185
- <y:ModelParameter>
1186
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1187
- </y:ModelParameter>
1188
- </y:NodeLabel>
1189
- </y:GenericNode>
1190
- </data>
1191
- </node>
1192
- <node id="n64">
1193
- <data key="d6">
1194
- <y:GenericNode configuration="com.yworks.flowchart.process">
1195
- <y:Geometry height="40.0" width="80.0" x="392.298828125" y="986.938873738651"/>
1196
- <y:Fill hasColor="false" transparent="false"/>
1197
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1198
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="86.224609375" x="-3.1123046875" y="10.93359375">Unlock Sliders<y:LabelModel>
1199
- <y:SmartNodeLabelModel distance="4.0"/>
1200
- </y:LabelModel>
1201
- <y:ModelParameter>
1202
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1203
- </y:ModelParameter>
1204
- </y:NodeLabel>
1205
- </y:GenericNode>
1206
- </data>
1207
- </node>
1208
- <node id="n65">
1209
- <data key="d6">
1210
- <y:GenericNode configuration="com.yworks.flowchart.process">
1211
- <y:Geometry height="40.0" width="80.0" x="392.298828125" y="1166.79760382477"/>
1212
- <y:Fill hasColor="false" transparent="false"/>
1213
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1214
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="86.224609375" x="-3.1123046875" y="10.93359375">Unlock Sliders<y:LabelModel>
1215
- <y:SmartNodeLabelModel distance="4.0"/>
1216
- </y:LabelModel>
1217
- <y:ModelParameter>
1218
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1219
- </y:ModelParameter>
1220
- </y:NodeLabel>
1221
- </y:GenericNode>
1222
- </data>
1223
- </node>
1224
- <node id="n66">
1225
- <data key="d6">
1226
- <y:GenericNode configuration="com.yworks.flowchart.process">
1227
- <y:Geometry height="40.0" width="80.0" x="392.298828125" y="1346.9033447175466"/>
1228
- <y:Fill hasColor="false" transparent="false"/>
1229
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1230
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="86.224609375" x="-3.1123046875" y="10.93359375">Unlock Sliders<y:LabelModel>
1231
- <y:SmartNodeLabelModel distance="4.0"/>
1232
- </y:LabelModel>
1233
- <y:ModelParameter>
1234
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1235
- </y:ModelParameter>
1236
- </y:NodeLabel>
1237
- </y:GenericNode>
1238
- </data>
1239
- </node>
1240
- <node id="n67">
1241
- <data key="d6">
1242
- <y:GenericNode configuration="com.yworks.flowchart.process">
1243
- <y:Geometry height="40.0" width="80.0" x="392.298828125" y="1526.8403252274413"/>
1244
- <y:Fill hasColor="false" transparent="false"/>
1245
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1246
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="86.224609375" x="-3.1123046875" y="10.93359375">Unlock Sliders<y:LabelModel>
1247
- <y:SmartNodeLabelModel distance="4.0"/>
1248
- </y:LabelModel>
1249
- <y:ModelParameter>
1250
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1251
- </y:ModelParameter>
1252
- </y:NodeLabel>
1253
- </y:GenericNode>
1254
- </data>
1255
- </node>
1256
- <node id="n68">
1257
- <data key="d6">
1258
- <y:GenericNode configuration="com.yworks.flowchart.process">
1259
- <y:Geometry height="40.0" width="80.0" x="1055.0" y="206.2998977316447"/>
1260
- <y:Fill hasColor="false" transparent="false"/>
1261
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1262
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="86.224609375" x="-3.1123046875" y="10.93359375">Unlock Sliders<y:LabelModel>
1263
- <y:SmartNodeLabelModel distance="4.0"/>
1264
- </y:LabelModel>
1265
- <y:ModelParameter>
1266
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1267
- </y:ModelParameter>
1268
- </y:NodeLabel>
1269
- </y:GenericNode>
1270
- </data>
1271
- </node>
1272
- <node id="n69">
1273
- <data key="d6">
1274
- <y:GenericNode configuration="com.yworks.flowchart.process">
1275
- <y:Geometry height="40.0" width="80.0" x="1055.0" y="386.138011691148"/>
1276
- <y:Fill hasColor="false" transparent="false"/>
1277
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1278
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="86.224609375" x="-3.1123046874998863" y="10.93359375">Unlock Sliders<y:LabelModel>
1279
- <y:SmartNodeLabelModel distance="4.0"/>
1280
- </y:LabelModel>
1281
- <y:ModelParameter>
1282
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1283
- </y:ModelParameter>
1284
- </y:NodeLabel>
1285
- </y:GenericNode>
1286
- </data>
1287
- </node>
1288
- <node id="n70">
1289
- <data key="d6">
1290
- <y:GenericNode configuration="com.yworks.flowchart.process">
1291
- <y:Geometry height="40.0" width="80.0" x="1055.0" y="565.9761256506513"/>
1292
- <y:Fill hasColor="false" transparent="false"/>
1293
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1294
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="86.224609375" x="-3.1123046875" y="10.93359375">Unlock Sliders<y:LabelModel>
1295
- <y:SmartNodeLabelModel distance="4.0"/>
1296
- </y:LabelModel>
1297
- <y:ModelParameter>
1298
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1299
- </y:ModelParameter>
1300
- </y:NodeLabel>
1301
- </y:GenericNode>
1302
- </data>
1303
- </node>
1304
- <node id="n71">
1305
- <data key="d6">
1306
- <y:GenericNode configuration="com.yworks.flowchart.process">
1307
- <y:Geometry height="40.0" width="80.0" x="1055.0" y="745.8142396101546"/>
1308
- <y:Fill hasColor="false" transparent="false"/>
1309
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1310
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="86.224609375" x="-3.1123046875" y="10.93359375">Unlock Sliders<y:LabelModel>
1311
- <y:SmartNodeLabelModel distance="4.0"/>
1312
- </y:LabelModel>
1313
- <y:ModelParameter>
1314
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1315
- </y:ModelParameter>
1316
- </y:NodeLabel>
1317
- </y:GenericNode>
1318
- </data>
1319
- </node>
1320
- <node id="n72">
1321
- <data key="d6">
1322
- <y:GenericNode configuration="com.yworks.flowchart.process">
1323
- <y:Geometry height="40.0" width="80.0" x="122.29882812499997" y="175.24366321155736"/>
1324
- <y:Fill hasColor="false" transparent="false"/>
1325
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1326
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="89.822265625" x="-4.9111328125" y="3.734375">Load Weighted
1327
- Network<y:LabelModel>
1328
- <y:SmartNodeLabelModel distance="4.0"/>
1329
- </y:LabelModel>
1330
- <y:ModelParameter>
1331
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.5" nodeRatioX="0.0" nodeRatioY="0.5" offsetX="0.0" offsetY="-4.0" upX="0.0" upY="-1.0"/>
1332
- </y:ModelParameter>
1333
- </y:NodeLabel>
1334
- </y:GenericNode>
1335
- </data>
1336
- </node>
1337
- <node id="n73">
1338
- <data key="d6">
1339
- <y:GenericNode configuration="com.yworks.flowchart.process">
1340
- <y:Geometry height="40.0" width="80.0" x="125.43377815397017" y="355.8488149103749"/>
1341
- <y:Fill hasColor="false" transparent="false"/>
1342
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1343
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="89.822265625" x="-4.9111328125" y="3.734375">Load Weighted
1344
- Network<y:LabelModel>
1345
- <y:SmartNodeLabelModel distance="4.0"/>
1346
- </y:LabelModel>
1347
- <y:ModelParameter>
1348
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.5" nodeRatioX="0.0" nodeRatioY="0.5" offsetX="0.0" offsetY="-4.0" upX="0.0" upY="-1.0"/>
1349
- </y:ModelParameter>
1350
- </y:NodeLabel>
1351
- </y:GenericNode>
1352
- </data>
1353
- </node>
1354
- <node id="n74">
1355
- <data key="d6">
1356
- <y:GenericNode configuration="com.yworks.flowchart.process">
1357
- <y:Geometry height="40.0" width="80.0" x="125.43377815397017" y="536.4539666091925"/>
1358
- <y:Fill hasColor="false" transparent="false"/>
1359
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1360
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="89.822265625" x="-4.9111328125" y="3.734375">Load Weighted
1361
- Network<y:LabelModel>
1362
- <y:SmartNodeLabelModel distance="4.0"/>
1363
- </y:LabelModel>
1364
- <y:ModelParameter>
1365
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.5" nodeRatioX="0.0" nodeRatioY="0.5" offsetX="0.0" offsetY="-4.0" upX="0.0" upY="-1.0"/>
1366
- </y:ModelParameter>
1367
- </y:NodeLabel>
1368
- </y:GenericNode>
1369
- </data>
1370
- </node>
1371
- <node id="n75">
1372
- <data key="d6">
1373
- <y:GenericNode configuration="com.yworks.flowchart.process">
1374
- <y:Geometry height="40.0" width="80.0" x="125.43377815397017" y="744.0335951423748"/>
1375
- <y:Fill hasColor="false" transparent="false"/>
1376
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1377
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="89.822265625" x="-4.9111328125" y="3.734375">Load Weighted
1378
- Network<y:LabelModel>
1379
- <y:SmartNodeLabelModel distance="4.0"/>
1380
- </y:LabelModel>
1381
- <y:ModelParameter>
1382
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.5" nodeRatioX="0.0" nodeRatioY="0.5" offsetX="0.0" offsetY="-4.0" upX="0.0" upY="-1.0"/>
1383
- </y:ModelParameter>
1384
- </y:NodeLabel>
1385
- </y:GenericNode>
1386
- </data>
1387
- </node>
1388
- <node id="n76">
1389
- <data key="d6">
1390
- <y:GenericNode configuration="com.yworks.flowchart.process">
1391
- <y:Geometry height="40.0" width="80.0" x="662.298828125" y="715.9182172422708"/>
1392
- <y:Fill hasColor="false" transparent="false"/>
1393
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1394
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="89.822265625" x="-4.9111328125" y="3.734375">Load Weighted
1395
- Network<y:LabelModel>
1396
- <y:SmartNodeLabelModel distance="4.0"/>
1397
- </y:LabelModel>
1398
- <y:ModelParameter>
1399
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.5" nodeRatioX="0.0" nodeRatioY="0.5" offsetX="0.0" offsetY="-4.0" upX="0.0" upY="-1.0"/>
1400
- </y:ModelParameter>
1401
- </y:NodeLabel>
1402
- </y:GenericNode>
1403
- </data>
1404
- </node>
1405
- <node id="n77">
1406
- <data key="d6">
1407
- <y:GenericNode configuration="com.yworks.flowchart.process">
1408
- <y:Geometry height="40.0" width="80.0" x="662.298828125" y="570.0"/>
1409
- <y:Fill hasColor="false" transparent="false"/>
1410
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1411
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="89.822265625" x="-4.9111328125" y="3.734375">Load Weighted
1412
- Network<y:LabelModel>
1413
- <y:SmartNodeLabelModel distance="4.0"/>
1414
- </y:LabelModel>
1415
- <y:ModelParameter>
1416
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.5" nodeRatioX="0.0" nodeRatioY="0.5" offsetX="0.0" offsetY="-4.0" upX="0.0" upY="-1.0"/>
1417
- </y:ModelParameter>
1418
- </y:NodeLabel>
1419
- </y:GenericNode>
1420
- </data>
1421
- </node>
1422
- <node id="n78">
1423
- <data key="d6">
1424
- <y:GenericNode configuration="com.yworks.flowchart.process">
1425
- <y:Geometry height="40.0" width="80.0" x="662.298828125" y="170.0"/>
1426
- <y:Fill hasColor="false" transparent="false"/>
1427
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1428
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="89.822265625" x="-4.9111328125" y="3.734375">Load Weighted
1429
- Network<y:LabelModel>
1430
- <y:SmartNodeLabelModel distance="4.0"/>
1431
- </y:LabelModel>
1432
- <y:ModelParameter>
1433
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.5" nodeRatioX="0.0" nodeRatioY="0.5" offsetX="0.0" offsetY="-4.0" upX="0.0" upY="-1.0"/>
1434
- </y:ModelParameter>
1435
- </y:NodeLabel>
1436
- </y:GenericNode>
1437
- </data>
1438
- </node>
1439
- <node id="n79">
1440
- <data key="d6">
1441
- <y:GenericNode configuration="com.yworks.flowchart.process">
1442
- <y:Geometry height="40.0" width="80.0" x="237.298828125" y="268.22791842468894"/>
1443
- <y:Fill hasColor="false" transparent="false"/>
1444
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1445
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="42.666015625" x="18.6669921875" y="3.8671875">Move
1446
- Sliders<y:LabelModel>
1447
- <y:SmartNodeLabelModel distance="4.0"/>
1448
- </y:LabelModel>
1449
- <y:ModelParameter>
1450
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1451
- </y:ModelParameter>
1452
- </y:NodeLabel>
1453
- </y:GenericNode>
1454
- </data>
1455
- </node>
1456
- <node id="n80">
1457
- <data key="d6">
1458
- <y:GenericNode configuration="com.yworks.flowchart.process">
1459
- <y:Geometry height="40.0" width="80.0" x="170.0" y="293.5526173523146"/>
1460
- <y:Fill hasColor="false" transparent="false"/>
1461
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1462
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="42.666015625" x="18.6669921875" y="3.8671875">Move
1463
- Sliders<y:LabelModel>
1464
- <y:SmartNodeLabelModel distance="4.0"/>
1465
- </y:LabelModel>
1466
- <y:ModelParameter>
1467
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1468
- </y:ModelParameter>
1469
- </y:NodeLabel>
1470
- </y:GenericNode>
1471
- </data>
1472
- </node>
1473
- <node id="n81">
1474
- <data key="d6">
1475
- <y:GenericNode configuration="com.yworks.flowchart.process">
1476
- <y:Geometry height="40.0" width="80.0" x="168.50988118412303" y="804.7918485424324"/>
1477
- <y:Fill hasColor="false" transparent="false"/>
1478
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1479
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="42.666015625" x="18.6669921875" y="3.8671875">Move
1480
- Sliders<y:LabelModel>
1481
- <y:SmartNodeLabelModel distance="4.0"/>
1482
- </y:LabelModel>
1483
- <y:ModelParameter>
1484
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1485
- </y:ModelParameter>
1486
- </y:NodeLabel>
1487
- </y:GenericNode>
1488
- </data>
1489
- </node>
1490
- <node id="n82">
1491
- <data key="d6">
1492
- <y:GenericNode configuration="com.yworks.flowchart.process">
1493
- <y:Geometry height="40.0" width="80.0" x="168.50988118412303" y="1073.4316191693772"/>
1494
- <y:Fill hasColor="false" transparent="false"/>
1495
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1496
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="42.666015625" x="18.6669921875" y="3.8671875000001137">Move
1497
- Sliders<y:LabelModel>
1498
- <y:SmartNodeLabelModel distance="4.0"/>
1499
- </y:LabelModel>
1500
- <y:ModelParameter>
1501
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1502
- </y:ModelParameter>
1503
- </y:NodeLabel>
1504
- </y:GenericNode>
1505
- </data>
1506
- </node>
1507
- <node id="n83">
1508
- <data key="d6">
1509
- <y:GenericNode configuration="com.yworks.flowchart.process">
1510
- <y:Geometry height="40.0" width="80.0" x="168.6509296495845" y="1434.045049044262"/>
1511
- <y:Fill hasColor="false" transparent="false"/>
1512
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1513
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="42.666015625" x="18.6669921875" y="3.8671875">Move
1514
- Sliders<y:LabelModel>
1515
- <y:SmartNodeLabelModel distance="4.0"/>
1516
- </y:LabelModel>
1517
- <y:ModelParameter>
1518
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1519
- </y:ModelParameter>
1520
- </y:NodeLabel>
1521
- </y:GenericNode>
1522
- </data>
1523
- </node>
1524
- <node id="n84">
1525
- <data key="d6">
1526
- <y:GenericNode configuration="com.yworks.flowchart.process">
1527
- <y:Geometry height="40.0" width="80.0" x="827.8100131640963" y="654.7229687867309"/>
1528
- <y:Fill hasColor="false" transparent="false"/>
1529
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1530
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="42.666015625" x="18.6669921875" y="3.8671875">Move
1531
- Sliders<y:LabelModel>
1532
- <y:SmartNodeLabelModel distance="4.0"/>
1533
- </y:LabelModel>
1534
- <y:ModelParameter>
1535
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1536
- </y:ModelParameter>
1537
- </y:NodeLabel>
1538
- </y:GenericNode>
1539
- </data>
1540
- </node>
1541
- <node id="n85">
1542
- <data key="d6">
1543
- <y:GenericNode configuration="com.yworks.flowchart.process">
1544
- <y:Geometry height="40.0" width="80.0" x="830.0" y="295.35610098831546"/>
1545
- <y:Fill hasColor="false" transparent="false"/>
1546
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1547
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="42.666015625" x="18.6669921875" y="3.8671875">Move
1548
- Sliders<y:LabelModel>
1549
- <y:SmartNodeLabelModel distance="4.0"/>
1550
- </y:LabelModel>
1551
- <y:ModelParameter>
1552
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1553
- </y:ModelParameter>
1554
- </y:NodeLabel>
1555
- </y:GenericNode>
1556
- </data>
1557
- </node>
1558
- <node id="n86">
1559
- <data key="d6">
1560
- <y:GenericNode configuration="com.yworks.flowchart.process">
1561
- <y:Geometry height="40.0" width="80.0" x="285.9227916002621" y="474.0899542840614"/>
1562
- <y:Fill hasColor="false" transparent="false"/>
1563
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1564
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="35.564453125" x="22.2177734375" y="3.8671875">Undo
1565
- Reset<y:LabelModel>
1566
- <y:SmartNodeLabelModel distance="4.0"/>
1567
- </y:LabelModel>
1568
- <y:ModelParameter>
1569
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1570
- </y:ModelParameter>
1571
- </y:NodeLabel>
1572
- </y:GenericNode>
1573
- </data>
1574
- </node>
1575
- <node id="n87">
1576
- <data key="d6">
1577
- <y:GenericNode configuration="com.yworks.flowchart.process">
1578
- <y:Geometry height="40.0" width="80.0" x="632.923466742414" y="675.9182172422708"/>
1579
- <y:Fill hasColor="false" transparent="false"/>
1580
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1581
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="35.564453125" x="22.2177734375" y="3.8671875">Undo
1582
- Reset<y:LabelModel>
1583
- <y:SmartNodeLabelModel distance="4.0"/>
1584
- </y:LabelModel>
1585
- <y:ModelParameter>
1586
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1587
- </y:ModelParameter>
1588
- </y:NodeLabel>
1589
- </y:GenericNode>
1590
- </data>
1591
- </node>
1592
- <node id="n88">
1593
- <data key="d6">
1594
- <y:GenericNode configuration="com.yworks.flowchart.process">
1595
- <y:Geometry height="40.0" width="80.0" x="545.5068958997379" y="475.68184282315644"/>
1596
- <y:Fill hasColor="false" transparent="false"/>
1597
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1598
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="35.564453125" x="22.2177734375" y="3.8671875">Undo
1599
- Reset<y:LabelModel>
1600
- <y:SmartNodeLabelModel distance="4.0"/>
1601
- </y:LabelModel>
1602
- <y:ModelParameter>
1603
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1604
- </y:ModelParameter>
1605
- </y:NodeLabel>
1606
- </y:GenericNode>
1607
- </data>
1608
- </node>
1609
- <node id="n89">
1610
- <data key="d6">
1611
- <y:GenericNode configuration="com.yworks.flowchart.process">
1612
- <y:Geometry height="40.0" width="80.0" x="548.2696334463383" y="1250.0"/>
1613
- <y:Fill hasColor="false" transparent="false"/>
1614
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1615
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="35.564453125" x="22.2177734375" y="3.8671875">Undo
1616
- Reset<y:LabelModel>
1617
- <y:SmartNodeLabelModel distance="4.0"/>
1618
- </y:LabelModel>
1619
- <y:ModelParameter>
1620
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1621
- </y:ModelParameter>
1622
- </y:NodeLabel>
1623
- </y:GenericNode>
1624
- </data>
1625
- </node>
1626
- <node id="n90">
1627
- <data key="d6">
1628
- <y:GenericNode configuration="com.yworks.flowchart.process">
1629
- <y:Geometry height="40.0" width="80.0" x="640.9650349412186" y="1460.0"/>
1630
- <y:Fill hasColor="false" transparent="false"/>
1631
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1632
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="35.564453125" x="22.2177734375" y="3.8671875">Undo
1633
- Reset<y:LabelModel>
1634
- <y:SmartNodeLabelModel distance="4.0"/>
1635
- </y:LabelModel>
1636
- <y:ModelParameter>
1637
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1638
- </y:ModelParameter>
1639
- </y:NodeLabel>
1640
- </y:GenericNode>
1641
- </data>
1642
- </node>
1643
- <node id="n91">
1644
- <data key="d6">
1645
- <y:GenericNode configuration="com.yworks.flowchart.process">
1646
- <y:Geometry height="40.0" width="80.0" x="320.31039270640093" y="1250.0"/>
1647
- <y:Fill hasColor="false" transparent="false"/>
1648
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1649
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="35.564453125" x="22.2177734375" y="3.8671875">Undo
1650
- Reset<y:LabelModel>
1651
- <y:SmartNodeLabelModel distance="4.0"/>
1652
- </y:LabelModel>
1653
- <y:ModelParameter>
1654
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1655
- </y:ModelParameter>
1656
- </y:NodeLabel>
1657
- </y:GenericNode>
1658
- </data>
1659
- </node>
1660
- <node id="n92">
1661
- <data key="d6">
1662
- <y:GenericNode configuration="com.yworks.flowchart.process">
1663
- <y:Geometry height="40.0" width="80.0" x="152.09356035289414" y="1496.1068204707444"/>
1664
- <y:Fill hasColor="false" transparent="false"/>
1665
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1666
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="35.564453125" x="22.2177734375" y="3.8671875">Undo
1667
- Reset<y:LabelModel>
1668
- <y:SmartNodeLabelModel distance="4.0"/>
1669
- </y:LabelModel>
1670
- <y:ModelParameter>
1671
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1672
- </y:ModelParameter>
1673
- </y:NodeLabel>
1674
- </y:GenericNode>
1675
- </data>
1676
- </node>
1677
- <node id="n93">
1678
- <data key="d6">
1679
- <y:GenericNode configuration="com.yworks.flowchart.process">
1680
- <y:Geometry height="40.0" width="80.0" x="1308.1828644681657" y="712.5807665263962"/>
1681
- <y:Fill hasColor="false" transparent="false"/>
1682
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1683
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="35.564453125" x="22.2177734375" y="3.8671875">Undo
1684
- Reset<y:LabelModel>
1685
- <y:SmartNodeLabelModel distance="4.0"/>
1686
- </y:LabelModel>
1687
- <y:ModelParameter>
1688
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1689
- </y:ModelParameter>
1690
- </y:NodeLabel>
1691
- </y:GenericNode>
1692
- </data>
1693
- </node>
1694
- <node id="n94">
1695
- <data key="d6">
1696
- <y:GenericNode configuration="com.yworks.flowchart.process">
1697
- <y:Geometry height="40.0" width="80.0" x="813.109067494293" y="715.9182172422708"/>
1698
- <y:Fill hasColor="false" transparent="false"/>
1699
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1700
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="35.564453125" x="22.2177734375" y="3.8671875">Undo
1701
- Reset<y:LabelModel>
1702
- <y:SmartNodeLabelModel distance="4.0"/>
1703
- </y:LabelModel>
1704
- <y:ModelParameter>
1705
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1706
- </y:ModelParameter>
1707
- </y:NodeLabel>
1708
- </y:GenericNode>
1709
- </data>
1710
- </node>
1711
- <node id="n95">
1712
- <data key="d6">
1713
- <y:GenericNode configuration="com.yworks.flowchart.process">
1714
- <y:Geometry height="40.0" width="80.0" x="979.9305751718366" y="475.36225869300597"/>
1715
- <y:Fill hasColor="false" transparent="false"/>
1716
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1717
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="35.564453125" x="22.2177734375" y="3.8671875">Undo
1718
- Reset<y:LabelModel>
1719
- <y:SmartNodeLabelModel distance="4.0"/>
1720
- </y:LabelModel>
1721
- <y:ModelParameter>
1722
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1723
- </y:ModelParameter>
1724
- </y:NodeLabel>
1725
- </y:GenericNode>
1726
- </data>
1727
- </node>
1728
- <node id="n96">
1729
- <data key="d6">
1730
- <y:GenericNode configuration="com.yworks.flowchart.process">
1731
- <y:Geometry height="40.0" width="80.0" x="945.0" y="264.63774130699403"/>
1732
- <y:Fill hasColor="false" transparent="false"/>
1733
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1734
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="42.666015625" x="18.6669921875" y="3.8671875">Move
1735
- Sliders<y:LabelModel>
1736
- <y:SmartNodeLabelModel distance="4.0"/>
1737
- </y:LabelModel>
1738
- <y:ModelParameter>
1739
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1740
- </y:ModelParameter>
1741
- </y:NodeLabel>
1742
- </y:GenericNode>
1743
- </data>
1744
- </node>
1745
- <node id="n97">
1746
- <data key="d6">
1747
- <y:GenericNode configuration="com.yworks.flowchart.process">
1748
- <y:Geometry height="40.0" width="80.0" x="278.50988118412306" y="1048.4694368693254"/>
1749
- <y:Fill hasColor="false" transparent="false"/>
1750
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1751
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="42.666015625" x="18.6669921875" y="3.8671875">Move
1752
- Sliders<y:LabelModel>
1753
- <y:SmartNodeLabelModel distance="4.0"/>
1754
- </y:LabelModel>
1755
- <y:ModelParameter>
1756
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1757
- </y:ModelParameter>
1758
- </y:NodeLabel>
1759
- </y:GenericNode>
1760
- </data>
1761
- </node>
1762
- <node id="n98">
1763
- <data key="d6">
1764
- <y:GenericNode configuration="com.yworks.flowchart.process">
1765
- <y:Geometry height="40.0" width="80.0" x="620.0" y="1073.4316191693772"/>
1766
- <y:Fill hasColor="false" transparent="false"/>
1767
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1768
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="43.29296875" x="18.353515625" y="10.93359375">Reload<y:LabelModel>
1769
- <y:SmartNodeLabelModel distance="4.0"/>
1770
- </y:LabelModel>
1771
- <y:ModelParameter>
1772
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1773
- </y:ModelParameter>
1774
- </y:NodeLabel>
1775
- </y:GenericNode>
1776
- </data>
1777
- </node>
1778
- <node id="n99">
1779
- <data key="d6">
1780
- <y:GenericNode configuration="com.yworks.flowchart.process">
1781
- <y:Geometry height="40.0" width="80.0" x="168.65092964958444" y="1256.8632383387544"/>
1782
- <y:Fill hasColor="false" transparent="false"/>
1783
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1784
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="42.666015625" x="18.6669921875" y="3.8671875">Reset
1785
- Sliders<y:LabelModel>
1786
- <y:SmartNodeLabelModel distance="4.0"/>
1787
- </y:LabelModel>
1788
- <y:ModelParameter>
1789
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1790
- </y:ModelParameter>
1791
- </y:NodeLabel>
1792
- </y:GenericNode>
1793
- </data>
1794
- </node>
1795
- <node id="n100">
1796
- <data key="d6">
1797
- <y:GenericNode configuration="com.yworks.flowchart.process">
1798
- <y:Geometry height="40.0" width="80.0" x="323.6235308849566" y="1434.045049044262"/>
1799
- <y:Fill hasColor="false" transparent="false"/>
1800
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1801
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="42.666015625" x="18.6669921875" y="3.8671875">Reset
1802
- Sliders<y:LabelModel>
1803
- <y:SmartNodeLabelModel distance="4.0"/>
1804
- </y:LabelModel>
1805
- <y:ModelParameter>
1806
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1807
- </y:ModelParameter>
1808
- </y:NodeLabel>
1809
- </y:GenericNode>
1810
- </data>
1811
- </node>
1812
- <node id="n101">
1813
- <data key="d6">
1814
- <y:GenericNode configuration="com.yworks.flowchart.process">
1815
- <y:Geometry height="40.0" width="80.0" x="240.936856803154" y="1410.0"/>
1816
- <y:Fill hasColor="false" transparent="false"/>
1817
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1818
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="42.666015625" x="18.6669921875" y="3.8671875">Move
1819
- Sliders<y:LabelModel>
1820
- <y:SmartNodeLabelModel distance="4.0"/>
1821
- </y:LabelModel>
1822
- <y:ModelParameter>
1823
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1824
- </y:ModelParameter>
1825
- </y:NodeLabel>
1826
- </y:GenericNode>
1827
- </data>
1828
- </node>
1829
- <node id="n102">
1830
- <data key="d6">
1831
- <y:GenericNode configuration="com.yworks.flowchart.process">
1832
- <y:Geometry height="40.0" width="80.0" x="240.31039270640093" y="1230.0"/>
1833
- <y:Fill hasColor="false" transparent="false"/>
1834
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1835
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="42.666015625" x="18.6669921875" y="3.8671875">Reset
1836
- Sliders<y:LabelModel>
1837
- <y:SmartNodeLabelModel distance="4.0"/>
1838
- </y:LabelModel>
1839
- <y:ModelParameter>
1840
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1841
- </y:ModelParameter>
1842
- </y:NodeLabel>
1843
- </y:GenericNode>
1844
- </data>
1845
- </node>
1846
- <node id="n103">
1847
- <data key="d6">
1848
- <y:GenericNode configuration="com.yworks.flowchart.process">
1849
- <y:Geometry height="40.0" width="80.0" x="168.509881184123" y="625.1467382882327"/>
1850
- <y:Fill hasColor="false" transparent="false"/>
1851
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1852
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="42.666015625" x="18.6669921875" y="3.8671875">Reset
1853
- Sliders<y:LabelModel>
1854
- <y:SmartNodeLabelModel distance="4.0"/>
1855
- </y:LabelModel>
1856
- <y:ModelParameter>
1857
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1858
- </y:ModelParameter>
1859
- </y:NodeLabel>
1860
- </y:GenericNode>
1861
- </data>
1862
- </node>
1863
- <node id="n104">
1864
- <data key="d6">
1865
- <y:GenericNode configuration="com.yworks.flowchart.process">
1866
- <y:Geometry height="40.0" width="80.0" x="150.99256789586752" y="684.5901667153037"/>
1867
- <y:Fill hasColor="false" transparent="false"/>
1868
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1869
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="35.564453125" x="22.2177734375" y="3.8671875">Undo
1870
- Reset<y:LabelModel>
1871
- <y:SmartNodeLabelModel distance="4.0"/>
1872
- </y:LabelModel>
1873
- <y:ModelParameter>
1874
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1875
- </y:ModelParameter>
1876
- </y:NodeLabel>
1877
- </y:GenericNode>
1878
- </data>
1879
- </node>
1880
- <node id="n105">
1881
- <data key="d6">
1882
- <y:GenericNode configuration="com.yworks.flowchart.process">
1883
- <y:Geometry height="40.0" width="80.0" x="326.6706656956558" y="655.2934765764653"/>
1884
- <y:Fill hasColor="false" transparent="false"/>
1885
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1886
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="42.666015625" x="18.6669921875" y="3.8671875">Reset
1887
- Sliders<y:LabelModel>
1888
- <y:SmartNodeLabelModel distance="4.0"/>
1889
- </y:LabelModel>
1890
- <y:ModelParameter>
1891
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1892
- </y:ModelParameter>
1893
- </y:NodeLabel>
1894
- </y:GenericNode>
1895
- </data>
1896
- </node>
1897
- <node id="n106">
1898
- <data key="d6">
1899
- <y:GenericNode configuration="com.yworks.flowchart.process">
1900
- <y:Geometry height="40.0" width="80.0" x="233.0380213900387" y="446.15139075978374"/>
1901
- <y:Fill hasColor="false" transparent="false"/>
1902
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1903
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="42.666015625" x="18.6669921875" y="3.8671875">Reset
1904
- Sliders<y:LabelModel>
1905
- <y:SmartNodeLabelModel distance="4.0"/>
1906
- </y:LabelModel>
1907
- <y:ModelParameter>
1908
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1909
- </y:ModelParameter>
1910
- </y:NodeLabel>
1911
- </y:GenericNode>
1912
- </data>
1913
- </node>
1914
- <node id="n107">
1915
- <data key="d6">
1916
- <y:GenericNode configuration="com.yworks.flowchart.process">
1917
- <y:Geometry height="40.0" width="80.0" x="146.97244747070815" y="218.26739059946345"/>
1918
- <y:Fill hasColor="false" transparent="false"/>
1919
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1920
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="42.666015625" x="18.6669921875" y="3.8671875">Reset
1921
- Sliders<y:LabelModel>
1922
- <y:SmartNodeLabelModel distance="4.0"/>
1923
- </y:LabelModel>
1924
- <y:ModelParameter>
1925
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1926
- </y:ModelParameter>
1927
- </y:NodeLabel>
1928
- </y:GenericNode>
1929
- </data>
1930
- </node>
1931
- <node id="n108">
1932
- <data key="d6">
1933
- <y:GenericNode configuration="com.yworks.flowchart.process">
1934
- <y:Geometry height="40.0" width="80.0" x="234.33603891890766" y="630.0"/>
1935
- <y:Fill hasColor="false" transparent="false"/>
1936
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1937
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="42.666015625" x="18.6669921875" y="3.8671875">Move
1938
- Sliders<y:LabelModel>
1939
- <y:SmartNodeLabelModel distance="4.0"/>
1940
- </y:LabelModel>
1941
- <y:ModelParameter>
1942
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1943
- </y:ModelParameter>
1944
- </y:NodeLabel>
1945
- </y:GenericNode>
1946
- </data>
1947
- </node>
1948
- <node id="n109">
1949
- <data key="d6">
1950
- <y:GenericNode configuration="com.yworks.flowchart.process">
1951
- <y:Geometry height="40.0" width="80.0" x="830.0" y="442.681129346503"/>
1952
- <y:Fill hasColor="false" transparent="false"/>
1953
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1954
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="42.666015625" x="18.6669921875" y="3.8671875">Reset
1955
- Sliders<y:LabelModel>
1956
- <y:SmartNodeLabelModel distance="4.0"/>
1957
- </y:LabelModel>
1958
- <y:ModelParameter>
1959
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1960
- </y:ModelParameter>
1961
- </y:NodeLabel>
1962
- </y:GenericNode>
1963
- </data>
1964
- </node>
1965
- <node id="n110">
1966
- <data key="d6">
1967
- <y:GenericNode configuration="com.yworks.flowchart.process">
1968
- <y:Geometry height="40.0" width="80.0" x="1211.9039501848736" y="470.0"/>
1969
- <y:Fill hasColor="false" transparent="false"/>
1970
- <y:BorderStyle hasColor="false" type="line" width="1.0"/>
1971
- <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="32.265625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="35.564453125" x="22.2177734375" y="3.8671875">Undo
1972
- Reset<y:LabelModel>
1973
- <y:SmartNodeLabelModel distance="4.0"/>
1974
- </y:LabelModel>
1975
- <y:ModelParameter>
1976
- <y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
1977
- </y:ModelParameter>
1978
- </y:NodeLabel>
1979
- </y:GenericNode>
1980
- </data>
1981
- </node>
1982
- <edge id="e0" source="n1" target="n2">
1983
- <data key="d10">
1984
- <y:PolyLineEdge>
1985
- <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
1986
- <y:LineStyle color="#000000" type="line" width="1.0"/>
1987
- <y:Arrows source="none" target="standard"/>
1988
- <y:BendStyle smoothed="false"/>
1989
- </y:PolyLineEdge>
1990
- </data>
1991
- </edge>
1992
- <edge id="e1" source="n1" target="n3">
1993
- <data key="d10">
1994
- <y:PolyLineEdge>
1995
- <y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
1996
- <y:LineStyle color="#000000" type="line" width="1.0"/>
1997
- <y:Arrows source="none" target="standard"/>
1998
- <y:BendStyle smoothed="false"/>
1999
- </y:PolyLineEdge>
2000
- </data>
2001
- </edge>
2002
- <edge id="e2" source="n3" target="n1">
2003
- <data key="d10">
2004
- <y:PolyLineEdge>
2005
- <y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
2006
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2007
- <y:Arrows source="none" target="standard"/>
2008
- <y:BendStyle smoothed="false"/>
2009
- </y:PolyLineEdge>
2010
- </data>
2011
- </edge>
2012
- <edge id="e3" source="n2" target="n6">
2013
- <data key="d10">
2014
- <y:PolyLineEdge>
2015
- <y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
2016
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2017
- <y:Arrows source="none" target="standard"/>
2018
- <y:BendStyle smoothed="false"/>
2019
- </y:PolyLineEdge>
2020
- </data>
2021
- </edge>
2022
- <edge id="e4" source="n6" target="n2">
2023
- <data key="d10">
2024
- <y:PolyLineEdge>
2025
- <y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
2026
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2027
- <y:Arrows source="none" target="standard"/>
2028
- <y:BendStyle smoothed="false"/>
2029
- </y:PolyLineEdge>
2030
- </data>
2031
- </edge>
2032
- <edge id="e5" source="n4" target="n7">
2033
- <data key="d10">
2034
- <y:PolyLineEdge>
2035
- <y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
2036
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2037
- <y:Arrows source="none" target="standard"/>
2038
- <y:BendStyle smoothed="false"/>
2039
- </y:PolyLineEdge>
2040
- </data>
2041
- </edge>
2042
- <edge id="e6" source="n7" target="n4">
2043
- <data key="d10">
2044
- <y:PolyLineEdge>
2045
- <y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
2046
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2047
- <y:Arrows source="none" target="standard"/>
2048
- <y:BendStyle smoothed="false"/>
2049
- </y:PolyLineEdge>
2050
- </data>
2051
- </edge>
2052
- <edge id="e7" source="n5" target="n8">
2053
- <data key="d10">
2054
- <y:PolyLineEdge>
2055
- <y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
2056
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2057
- <y:Arrows source="none" target="standard"/>
2058
- <y:BendStyle smoothed="false"/>
2059
- </y:PolyLineEdge>
2060
- </data>
2061
- </edge>
2062
- <edge id="e8" source="n8" target="n5">
2063
- <data key="d10">
2064
- <y:PolyLineEdge>
2065
- <y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
2066
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2067
- <y:Arrows source="none" target="standard"/>
2068
- <y:BendStyle smoothed="false"/>
2069
- </y:PolyLineEdge>
2070
- </data>
2071
- </edge>
2072
- <edge id="e9" source="n9" target="n11">
2073
- <data key="d10">
2074
- <y:PolyLineEdge>
2075
- <y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
2076
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2077
- <y:Arrows source="none" target="standard"/>
2078
- <y:BendStyle smoothed="false"/>
2079
- </y:PolyLineEdge>
2080
- </data>
2081
- </edge>
2082
- <edge id="e10" source="n11" target="n9">
2083
- <data key="d10">
2084
- <y:PolyLineEdge>
2085
- <y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
2086
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2087
- <y:Arrows source="none" target="standard"/>
2088
- <y:BendStyle smoothed="false"/>
2089
- </y:PolyLineEdge>
2090
- </data>
2091
- </edge>
2092
- <edge id="e11" source="n10" target="n14">
2093
- <data key="d10">
2094
- <y:PolyLineEdge>
2095
- <y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
2096
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2097
- <y:Arrows source="none" target="standard"/>
2098
- <y:BendStyle smoothed="false"/>
2099
- </y:PolyLineEdge>
2100
- </data>
2101
- </edge>
2102
- <edge id="e12" source="n14" target="n10">
2103
- <data key="d10">
2104
- <y:PolyLineEdge>
2105
- <y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
2106
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2107
- <y:Arrows source="none" target="standard"/>
2108
- <y:BendStyle smoothed="false"/>
2109
- </y:PolyLineEdge>
2110
- </data>
2111
- </edge>
2112
- <edge id="e13" source="n12" target="n15">
2113
- <data key="d10">
2114
- <y:PolyLineEdge>
2115
- <y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
2116
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2117
- <y:Arrows source="none" target="standard"/>
2118
- <y:BendStyle smoothed="false"/>
2119
- </y:PolyLineEdge>
2120
- </data>
2121
- </edge>
2122
- <edge id="e14" source="n15" target="n12">
2123
- <data key="d10">
2124
- <y:PolyLineEdge>
2125
- <y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
2126
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2127
- <y:Arrows source="none" target="standard"/>
2128
- <y:BendStyle smoothed="false"/>
2129
- </y:PolyLineEdge>
2130
- </data>
2131
- </edge>
2132
- <edge id="e15" source="n16" target="n13">
2133
- <data key="d10">
2134
- <y:PolyLineEdge>
2135
- <y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
2136
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2137
- <y:Arrows source="none" target="standard"/>
2138
- <y:BendStyle smoothed="false"/>
2139
- </y:PolyLineEdge>
2140
- </data>
2141
- </edge>
2142
- <edge id="e16" source="n13" target="n16">
2143
- <data key="d10">
2144
- <y:PolyLineEdge>
2145
- <y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
2146
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2147
- <y:Arrows source="none" target="standard"/>
2148
- <y:BendStyle smoothed="false"/>
2149
- </y:PolyLineEdge>
2150
- </data>
2151
- </edge>
2152
- <edge id="e17" source="n17" target="n19">
2153
- <data key="d10">
2154
- <y:PolyLineEdge>
2155
- <y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
2156
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2157
- <y:Arrows source="none" target="standard"/>
2158
- <y:BendStyle smoothed="false"/>
2159
- </y:PolyLineEdge>
2160
- </data>
2161
- </edge>
2162
- <edge id="e18" source="n19" target="n17">
2163
- <data key="d10">
2164
- <y:PolyLineEdge>
2165
- <y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
2166
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2167
- <y:Arrows source="none" target="standard"/>
2168
- <y:BendStyle smoothed="false"/>
2169
- </y:PolyLineEdge>
2170
- </data>
2171
- </edge>
2172
- <edge id="e19" source="n22" target="n18">
2173
- <data key="d10">
2174
- <y:PolyLineEdge>
2175
- <y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
2176
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2177
- <y:Arrows source="none" target="standard"/>
2178
- <y:BendStyle smoothed="false"/>
2179
- </y:PolyLineEdge>
2180
- </data>
2181
- </edge>
2182
- <edge id="e20" source="n18" target="n22">
2183
- <data key="d10">
2184
- <y:PolyLineEdge>
2185
- <y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
2186
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2187
- <y:Arrows source="none" target="standard"/>
2188
- <y:BendStyle smoothed="false"/>
2189
- </y:PolyLineEdge>
2190
- </data>
2191
- </edge>
2192
- <edge id="e21" source="n23" target="n20">
2193
- <data key="d10">
2194
- <y:PolyLineEdge>
2195
- <y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
2196
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2197
- <y:Arrows source="none" target="standard"/>
2198
- <y:BendStyle smoothed="false"/>
2199
- </y:PolyLineEdge>
2200
- </data>
2201
- </edge>
2202
- <edge id="e22" source="n21" target="n24">
2203
- <data key="d10">
2204
- <y:PolyLineEdge>
2205
- <y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
2206
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2207
- <y:Arrows source="none" target="standard"/>
2208
- <y:BendStyle smoothed="false"/>
2209
- </y:PolyLineEdge>
2210
- </data>
2211
- </edge>
2212
- <edge id="e23" source="n20" target="n23">
2213
- <data key="d10">
2214
- <y:PolyLineEdge>
2215
- <y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
2216
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2217
- <y:Arrows source="none" target="standard"/>
2218
- <y:BendStyle smoothed="false"/>
2219
- </y:PolyLineEdge>
2220
- </data>
2221
- </edge>
2222
- <edge id="e24" source="n0" target="n1">
2223
- <data key="d10">
2224
- <y:PolyLineEdge>
2225
- <y:Path sx="0.0" sy="0.0" tx="2.701171875" ty="-60.0"/>
2226
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2227
- <y:Arrows source="none" target="standard"/>
2228
- <y:BendStyle smoothed="false"/>
2229
- </y:PolyLineEdge>
2230
- </data>
2231
- </edge>
2232
- <edge id="e25" source="n24" target="n21">
2233
- <data key="d10">
2234
- <y:PolyLineEdge>
2235
- <y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
2236
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2237
- <y:Arrows source="none" target="standard"/>
2238
- <y:BendStyle smoothed="false"/>
2239
- </y:PolyLineEdge>
2240
- </data>
2241
- </edge>
2242
- <edge id="e26" source="n17" target="n18">
2243
- <data key="d10">
2244
- <y:PolyLineEdge>
2245
- <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
2246
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2247
- <y:Arrows source="none" target="standard"/>
2248
- <y:BendStyle smoothed="false"/>
2249
- </y:PolyLineEdge>
2250
- </data>
2251
- </edge>
2252
- <edge id="e27" source="n9" target="n10">
2253
- <data key="d10">
2254
- <y:PolyLineEdge>
2255
- <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
2256
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2257
- <y:Arrows source="none" target="standard"/>
2258
- <y:BendStyle smoothed="false"/>
2259
- </y:PolyLineEdge>
2260
- </data>
2261
- </edge>
2262
- <edge id="e28" source="n2" target="n4">
2263
- <data key="d10">
2264
- <y:PolyLineEdge>
2265
- <y:Path sx="-46.30626022913256" sy="0.0" tx="-46.30626022913256" ty="0.0"/>
2266
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2267
- <y:Arrows source="none" target="standard"/>
2268
- <y:BendStyle smoothed="false"/>
2269
- </y:PolyLineEdge>
2270
- </data>
2271
- </edge>
2272
- <edge id="e29" source="n4" target="n2">
2273
- <data key="d10">
2274
- <y:PolyLineEdge>
2275
- <y:Path sx="46.30626022913256" sy="0.0" tx="46.30626022913256" ty="0.0"/>
2276
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2277
- <y:Arrows source="none" target="standard"/>
2278
- <y:BendStyle smoothed="false"/>
2279
- </y:PolyLineEdge>
2280
- </data>
2281
- </edge>
2282
- <edge id="e30" source="n23" target="n22">
2283
- <data key="d10">
2284
- <y:PolyLineEdge>
2285
- <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0">
2286
- <y:Point x="1230.4016142692526" y="450.0"/>
2287
- <y:Point x="1230.4016142692526" y="450.0"/>
2288
- <y:Point x="1230.4016142692526" y="480.0"/>
2289
- </y:Path>
2290
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2291
- <y:Arrows source="none" target="standard"/>
2292
- <y:BendStyle smoothed="false"/>
2293
- </y:PolyLineEdge>
2294
- </data>
2295
- </edge>
2296
- <edge id="e31" source="n15" target="n14">
2297
- <data key="d10">
2298
- <y:PolyLineEdge>
2299
- <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
2300
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2301
- <y:Arrows source="none" target="standard"/>
2302
- <y:BendStyle smoothed="false"/>
2303
- </y:PolyLineEdge>
2304
- </data>
2305
- </edge>
2306
- <edge id="e32" source="n4" target="n5">
2307
- <data key="d10">
2308
- <y:PolyLineEdge>
2309
- <y:Path sx="-46.30626022913256" sy="0.0" tx="-46.30626022913257" ty="0.0"/>
2310
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2311
- <y:Arrows source="none" target="standard"/>
2312
- <y:BendStyle smoothed="false"/>
2313
- </y:PolyLineEdge>
2314
- </data>
2315
- </edge>
2316
- <edge id="e33" source="n5" target="n4">
2317
- <data key="d10">
2318
- <y:PolyLineEdge>
2319
- <y:Path sx="46.30626022913257" sy="0.0" tx="46.30626022913256" ty="0.0"/>
2320
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2321
- <y:Arrows source="none" target="standard"/>
2322
- <y:BendStyle smoothed="false"/>
2323
- </y:PolyLineEdge>
2324
- </data>
2325
- </edge>
2326
- <edge id="e34" source="n18" target="n20">
2327
- <data key="d10">
2328
- <y:PolyLineEdge>
2329
- <y:Path sx="-40.0" sy="0.0" tx="-40.0" ty="0.0"/>
2330
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2331
- <y:Arrows source="none" target="standard"/>
2332
- <y:BendStyle smoothed="false"/>
2333
- </y:PolyLineEdge>
2334
- </data>
2335
- </edge>
2336
- <edge id="e35" source="n20" target="n18">
2337
- <data key="d10">
2338
- <y:PolyLineEdge>
2339
- <y:Path sx="40.0" sy="0.0" tx="40.0" ty="0.0"/>
2340
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2341
- <y:Arrows source="none" target="standard"/>
2342
- <y:BendStyle smoothed="false"/>
2343
- </y:PolyLineEdge>
2344
- </data>
2345
- </edge>
2346
- <edge id="e36" source="n20" target="n21">
2347
- <data key="d10">
2348
- <y:PolyLineEdge>
2349
- <y:Path sx="-40.0" sy="0.0" tx="-40.0" ty="0.0"/>
2350
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2351
- <y:Arrows source="none" target="standard"/>
2352
- <y:BendStyle smoothed="false"/>
2353
- </y:PolyLineEdge>
2354
- </data>
2355
- </edge>
2356
- <edge id="e37" source="n21" target="n20">
2357
- <data key="d10">
2358
- <y:PolyLineEdge>
2359
- <y:Path sx="40.0" sy="0.0" tx="40.0" ty="0.0"/>
2360
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2361
- <y:Arrows source="none" target="standard"/>
2362
- <y:BendStyle smoothed="false"/>
2363
- </y:PolyLineEdge>
2364
- </data>
2365
- </edge>
2366
- <edge id="e38" source="n10" target="n12">
2367
- <data key="d10">
2368
- <y:PolyLineEdge>
2369
- <y:Path sx="-43.638028678154" sy="0.0" tx="-43.638028678153994" ty="0.0"/>
2370
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2371
- <y:Arrows source="none" target="standard"/>
2372
- <y:BendStyle smoothed="false"/>
2373
- </y:PolyLineEdge>
2374
- </data>
2375
- </edge>
2376
- <edge id="e39" source="n12" target="n10">
2377
- <data key="d10">
2378
- <y:PolyLineEdge>
2379
- <y:Path sx="43.638028678153994" sy="0.0" tx="43.638028678154" ty="0.0"/>
2380
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2381
- <y:Arrows source="none" target="standard"/>
2382
- <y:BendStyle smoothed="false"/>
2383
- </y:PolyLineEdge>
2384
- </data>
2385
- </edge>
2386
- <edge id="e40" source="n12" target="n13">
2387
- <data key="d10">
2388
- <y:PolyLineEdge>
2389
- <y:Path sx="-43.638028678153994" sy="0.0" tx="-43.638028678154" ty="0.0"/>
2390
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2391
- <y:Arrows source="none" target="standard"/>
2392
- <y:BendStyle smoothed="false"/>
2393
- </y:PolyLineEdge>
2394
- </data>
2395
- </edge>
2396
- <edge id="e41" source="n13" target="n12">
2397
- <data key="d10">
2398
- <y:PolyLineEdge>
2399
- <y:Path sx="43.638028678154" sy="0.0" tx="43.638028678153994" ty="0.0"/>
2400
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2401
- <y:Arrows source="none" target="standard"/>
2402
- <y:BendStyle smoothed="false"/>
2403
- </y:PolyLineEdge>
2404
- </data>
2405
- </edge>
2406
- <edge id="e42" source="n2" target="n18">
2407
- <data key="d10">
2408
- <y:PolyLineEdge>
2409
- <y:Path sx="0.0" sy="0.0" tx="-83.39820683693404" ty="0.0">
2410
- <y:Point x="297.298828125" y="300.0"/>
2411
- <y:Point x="780.0" y="300.0"/>
2412
- <y:Point x="780.0" y="390.0"/>
2413
- </y:Path>
2414
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2415
- <y:Arrows source="none" target="standard"/>
2416
- <y:BendStyle smoothed="true"/>
2417
- </y:PolyLineEdge>
2418
- </data>
2419
- </edge>
2420
- <edge id="e43" source="n5" target="n2">
2421
- <data key="d10">
2422
- <y:PolyLineEdge>
2423
- <y:Path sx="-88.40645693357993" sy="-29.82016711107417" tx="-83.48025651034644" ty="11.125278608969552">
2424
- <y:Point x="150.0" y="720.1798328889258"/>
2425
- <y:Point x="150.0" y="401.12527860896955"/>
2426
- </y:Path>
2427
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2428
- <y:Arrows source="none" target="standard"/>
2429
- <y:BendStyle smoothed="true"/>
2430
- </y:PolyLineEdge>
2431
- </data>
2432
- </edge>
2433
- <edge id="e44" source="n1" target="n9">
2434
- <data key="d8"/>
2435
- <data key="d10">
2436
- <y:PolyLineEdge>
2437
- <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0">
2438
- <y:Point x="120.0" y="210.0"/>
2439
- <y:Point x="120.0" y="990.0"/>
2440
- </y:Path>
2441
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2442
- <y:Arrows source="none" target="standard"/>
2443
- <y:BendStyle smoothed="true"/>
2444
- </y:PolyLineEdge>
2445
- </data>
2446
- </edge>
2447
- <edge id="e45" source="n2" target="n10">
2448
- <data key="d10">
2449
- <y:PolyLineEdge>
2450
- <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0">
2451
- <y:Point x="90.0" y="390.0"/>
2452
- <y:Point x="90.0" y="1170.0"/>
2453
- </y:Path>
2454
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2455
- <y:Arrows source="none" target="standard"/>
2456
- <y:BendStyle smoothed="true"/>
2457
- </y:PolyLineEdge>
2458
- </data>
2459
- </edge>
2460
- <edge id="e46" source="n4" target="n9">
2461
- <data key="d10">
2462
- <y:PolyLineEdge>
2463
- <y:Path sx="0.0" sy="0.0" tx="-88.41329494845884" ty="0.0">
2464
- <y:Point x="120.0" y="570.0"/>
2465
- <y:Point x="120.0" y="990.0"/>
2466
- </y:Path>
2467
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2468
- <y:Arrows source="none" target="standard"/>
2469
- <y:BendStyle smoothed="true"/>
2470
- </y:PolyLineEdge>
2471
- </data>
2472
- </edge>
2473
- <edge id="e47" source="n5" target="n10">
2474
- <data key="d10">
2475
- <y:PolyLineEdge>
2476
- <y:Path sx="0.0" sy="0.0" tx="-88.41329494845884" ty="0.0">
2477
- <y:Point x="90.0" y="750.0"/>
2478
- <y:Point x="90.0" y="1170.0"/>
2479
- </y:Path>
2480
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2481
- <y:Arrows source="none" target="standard"/>
2482
- <y:BendStyle smoothed="true"/>
2483
- </y:PolyLineEdge>
2484
- </data>
2485
- </edge>
2486
- <edge id="e48" source="n1" target="n4">
2487
- <data key="d10">
2488
- <y:PolyLineEdge>
2489
- <y:Path sx="0.0" sy="13.71608320670586" tx="-87.5414528639547" ty="-30.0">
2490
- <y:Point x="150.0" y="223.71608320670586"/>
2491
- <y:Point x="150.0" y="540.0"/>
2492
- </y:Path>
2493
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2494
- <y:Arrows source="none" target="standard"/>
2495
- <y:BendStyle smoothed="true"/>
2496
- </y:PolyLineEdge>
2497
- </data>
2498
- </edge>
2499
- <edge id="e49" source="n13" target="n10">
2500
- <data key="d10">
2501
- <y:PolyLineEdge>
2502
- <y:Path sx="0.0" sy="0.0" tx="-80.08407202355397" ty="0.0">
2503
- <y:Point x="150.0" y="1530.0"/>
2504
- <y:Point x="150.0" y="1170.0"/>
2505
- </y:Path>
2506
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2507
- <y:Arrows source="none" target="standard"/>
2508
- <y:BendStyle smoothed="true"/>
2509
- </y:PolyLineEdge>
2510
- </data>
2511
- </edge>
2512
- <edge id="e50" source="n6" target="n22">
2513
- <data key="d10">
2514
- <y:PolyLineEdge>
2515
- <y:Path sx="-10.135977914503858" sy="0.0" tx="0.0" ty="0.0">
2516
- <y:Point x="557.1628502104961" y="300.0"/>
2517
- <y:Point x="1230.0" y="300.0"/>
2518
- </y:Path>
2519
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2520
- <y:Arrows source="none" target="standard"/>
2521
- <y:BendStyle smoothed="true"/>
2522
- </y:PolyLineEdge>
2523
- </data>
2524
- </edge>
2525
- <edge id="e51" source="n7" target="n6">
2526
- <data key="d10">
2527
- <y:PolyLineEdge>
2528
- <y:Path sx="0.0" sy="0.0" tx="0.0" ty="30.0"/>
2529
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2530
- <y:Arrows source="none" target="standard"/>
2531
- <y:BendStyle smoothed="false"/>
2532
- </y:PolyLineEdge>
2533
- </data>
2534
- </edge>
2535
- <edge id="e52" source="n1" target="n17">
2536
- <data key="d8"/>
2537
- <data key="d10">
2538
- <y:PolyLineEdge>
2539
- <y:Path sx="64.10656252029985" sy="0.0" tx="0.0" ty="0.0">
2540
- <y:Point x="361.40539064529986" y="90.0"/>
2541
- <y:Point x="810.0" y="90.0"/>
2542
- <y:Point x="810.0" y="210.0"/>
2543
- </y:Path>
2544
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2545
- <y:Arrows source="none" target="standard"/>
2546
- <y:BendStyle smoothed="true"/>
2547
- </y:PolyLineEdge>
2548
- </data>
2549
- </edge>
2550
- <edge id="e53" source="n17" target="n17">
2551
- <data key="d9"/>
2552
- <data key="d10">
2553
- <y:PolyLineEdge>
2554
- <y:Path sx="0.0" sy="-30.0" tx="-60.000000000000114" ty="-60.0">
2555
- <y:Point x="840.0" y="180.0"/>
2556
- <y:Point x="840.0" y="120.0"/>
2557
- <y:Point x="900.0" y="120.0"/>
2558
- </y:Path>
2559
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2560
- <y:Arrows source="none" target="standard"/>
2561
- <y:BendStyle smoothed="true"/>
2562
- </y:PolyLineEdge>
2563
- </data>
2564
- </edge>
2565
- <edge id="e54" source="n3" target="n19">
2566
- <data key="d9"/>
2567
- <data key="d10">
2568
- <y:PolyLineEdge>
2569
- <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0">
2570
- <y:Point x="567.298828125" y="60.0"/>
2571
- <y:Point x="1230.0" y="60.0"/>
2572
- </y:Path>
2573
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2574
- <y:Arrows source="none" target="standard"/>
2575
- <y:BendStyle smoothed="true"/>
2576
- </y:PolyLineEdge>
2577
- </data>
2578
- </edge>
2579
- <edge id="e55" source="n7" target="n19">
2580
- <data key="d9"/>
2581
- <data key="d10">
2582
- <y:PolyLineEdge>
2583
- <y:Path sx="24.52189967797642" sy="-38.46728892274439" tx="0.0" ty="-60.0">
2584
- <y:Point x="750.0" y="531.5327110772556"/>
2585
- <y:Point x="750.0" y="60.0"/>
2586
- <y:Point x="1230.0" y="60.0"/>
2587
- </y:Path>
2588
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2589
- <y:Arrows source="none" target="standard"/>
2590
- <y:BendStyle smoothed="true"/>
2591
- </y:PolyLineEdge>
2592
- </data>
2593
- </edge>
2594
- <edge id="e56" source="n16" target="n16">
2595
- <data key="d9"/>
2596
- <data key="d10">
2597
- <y:PolyLineEdge>
2598
- <y:Path sx="87.60843593167604" sy="30.027206744415253" tx="65.457043017231" ty="0.0">
2599
- <y:Point x="670.516481540805" y="1560.0272067444153"/>
2600
- <y:Point x="670.516481540805" y="1560.0273708132454"/>
2601
- <y:Point x="690.0" y="1560.0273708132454"/>
2602
- <y:Point x="690.0" y="1620.0"/>
2603
- <y:Point x="632.755871142231" y="1620.0"/>
2604
- </y:Path>
2605
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2606
- <y:Arrows source="none" target="standard"/>
2607
- <y:BendStyle smoothed="true"/>
2608
- </y:PolyLineEdge>
2609
- </data>
2610
- </edge>
2611
- <edge id="e57" source="n15" target="n15">
2612
- <data key="d9"/>
2613
- <data key="d10">
2614
- <y:PolyLineEdge>
2615
- <y:Path sx="88.39083229135677" sy="29.757085806036685" tx="65.45704301723099" ty="60.0">
2616
- <y:Point x="690.0" y="1379.7570858060367"/>
2617
- <y:Point x="690.0" y="1440.0"/>
2618
- <y:Point x="632.755871142231" y="1440.0"/>
2619
- </y:Path>
2620
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2621
- <y:Arrows source="none" target="standard"/>
2622
- <y:BendStyle smoothed="true"/>
2623
- </y:PolyLineEdge>
2624
- </data>
2625
- </edge>
2626
- <edge id="e58" source="n16" target="n14">
2627
- <data key="d9"/>
2628
- <data key="d10">
2629
- <y:PolyLineEdge>
2630
- <y:Path sx="0.0" sy="-29.387853125755328" tx="65.45704301723094" ty="0.0">
2631
- <y:Point x="720.0" y="1500.6121468742447"/>
2632
- <y:Point x="720.0" y="1260.0"/>
2633
- <y:Point x="632.755871142231" y="1260.0"/>
2634
- </y:Path>
2635
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2636
- <y:Arrows source="none" target="standard"/>
2637
- <y:BendStyle smoothed="true"/>
2638
- </y:PolyLineEdge>
2639
- </data>
2640
- </edge>
2641
- <edge id="e59" source="n14" target="n14">
2642
- <data key="d9"/>
2643
- <data key="d10">
2644
- <y:PolyLineEdge>
2645
- <y:Path sx="81.82130377153868" sy="-30.0" tx="68.22039192889993" ty="-60.0">
2646
- <y:Point x="690.0" y="1140.0"/>
2647
- <y:Point x="690.0" y="1080.0"/>
2648
- <y:Point x="635.5192200539" y="1080.0"/>
2649
- </y:Path>
2650
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2651
- <y:Arrows source="none" target="standard"/>
2652
- <y:BendStyle smoothed="true"/>
2653
- </y:PolyLineEdge>
2654
- </data>
2655
- </edge>
2656
- <edge id="e60" source="n8" target="n14">
2657
- <data key="d9"/>
2658
- <data key="d10">
2659
- <y:PolyLineEdge>
2660
- <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0">
2661
- <y:Point x="750.0" y="750.0"/>
2662
- <y:Point x="750.0" y="1170.0"/>
2663
- </y:Path>
2664
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2665
- <y:Arrows source="none" target="standard"/>
2666
- <y:BendStyle smoothed="true"/>
2667
- </y:PolyLineEdge>
2668
- </data>
2669
- </edge>
2670
- <edge id="e61" source="n11" target="n11">
2671
- <data key="d9"/>
2672
- <data key="d10">
2673
- <y:PolyLineEdge>
2674
- <y:Path sx="88.43255072712844" sy="-31.31033751741529" tx="66.35600585225214" ty="-59.996502854854384">
2675
- <y:Point x="690.0" y="958.6896624825847"/>
2676
- <y:Point x="690.0" y="900.0"/>
2677
- <y:Point x="633.6548339772521" y="900.0"/>
2678
- </y:Path>
2679
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2680
- <y:Arrows source="none" target="standard"/>
2681
- <y:BendStyle smoothed="true"/>
2682
- </y:PolyLineEdge>
2683
- </data>
2684
- </edge>
2685
- <edge id="e62" source="n3" target="n11">
2686
- <data key="d9"/>
2687
- <data key="d10">
2688
- <y:PolyLineEdge>
2689
- <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0">
2690
- <y:Point x="720.0" y="210.0"/>
2691
- <y:Point x="720.0" y="990.0"/>
2692
- </y:Path>
2693
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2694
- <y:Arrows source="none" target="standard"/>
2695
- <y:BendStyle smoothed="true"/>
2696
- </y:PolyLineEdge>
2697
- </data>
2698
- </edge>
2699
- <edge id="e63" source="n7" target="n11">
2700
- <data key="d9"/>
2701
- <data key="d10">
2702
- <y:PolyLineEdge>
2703
- <y:Path sx="0.0" sy="0.0" tx="65.45704301723094" ty="0.0">
2704
- <y:Point x="720.0" y="570.0"/>
2705
- <y:Point x="720.0" y="990.0"/>
2706
- </y:Path>
2707
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2708
- <y:Arrows source="none" target="standard"/>
2709
- <y:BendStyle smoothed="true"/>
2710
- </y:PolyLineEdge>
2711
- </data>
2712
- </edge>
2713
- <edge id="e64" source="n8" target="n22">
2714
- <data key="d9"/>
2715
- <data key="d10">
2716
- <y:PolyLineEdge>
2717
- <y:Path sx="0.0" sy="0.0" tx="60.0" ty="0.0">
2718
- <y:Point x="567.298828125" y="870.0"/>
2719
- <y:Point x="1380.0" y="870.0"/>
2720
- <y:Point x="1380.0" y="390.0"/>
2721
- </y:Path>
2722
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2723
- <y:Arrows source="none" target="standard"/>
2724
- <y:BendStyle smoothed="true"/>
2725
- </y:PolyLineEdge>
2726
- </data>
2727
- </edge>
2728
- <edge id="e65" source="n22" target="n22">
2729
- <data key="d9"/>
2730
- <data key="d10">
2731
- <y:PolyLineEdge>
2732
- <y:Path sx="0.0" sy="-30.0" tx="60.0" ty="-60.0">
2733
- <y:Point x="1350.0" y="360.0"/>
2734
- <y:Point x="1350.0" y="300.0"/>
2735
- <y:Point x="1290.0" y="300.0"/>
2736
- </y:Path>
2737
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2738
- <y:Arrows source="none" target="standard"/>
2739
- <y:BendStyle smoothed="true"/>
2740
- </y:PolyLineEdge>
2741
- </data>
2742
- </edge>
2743
- <edge id="e66" source="n19" target="n19">
2744
- <data key="d9"/>
2745
- <data key="d10">
2746
- <y:PolyLineEdge>
2747
- <y:Path sx="59.00549370640147" sy="-30.720296365224073" tx="60.0" ty="-60.0">
2748
- <y:Point x="1350.0" y="179.27970363477593"/>
2749
- <y:Point x="1350.0" y="120.0"/>
2750
- <y:Point x="1290.0" y="120.0"/>
2751
- </y:Path>
2752
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2753
- <y:Arrows source="none" target="standard"/>
2754
- <y:BendStyle smoothed="true"/>
2755
- </y:PolyLineEdge>
2756
- </data>
2757
- </edge>
2758
- <edge id="e67" source="n23" target="n23">
2759
- <data key="d9"/>
2760
- <data key="d10">
2761
- <y:PolyLineEdge>
2762
- <y:Path sx="59.52068056587996" sy="-29.76551610102115" tx="60.0" ty="0.0">
2763
- <y:Point x="1350.0" y="540.2344838989789"/>
2764
- <y:Point x="1350.0" y="480.0"/>
2765
- <y:Point x="1290.0" y="480.0"/>
2766
- </y:Path>
2767
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2768
- <y:Arrows source="none" target="standard"/>
2769
- <y:BendStyle smoothed="true"/>
2770
- </y:PolyLineEdge>
2771
- </data>
2772
- </edge>
2773
- <edge id="e68" source="n24" target="n24">
2774
- <data key="d9"/>
2775
- <data key="d10">
2776
- <y:PolyLineEdge>
2777
- <y:Path sx="58.53037252013473" sy="29.991738693218167" tx="60.0" ty="48.6815949671344">
2778
- <y:Point x="1350.0" y="779.9917386932182"/>
2779
- <y:Point x="1350.0" y="840.0"/>
2780
- <y:Point x="1290.0" y="840.0"/>
2781
- </y:Path>
2782
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2783
- <y:Arrows source="none" target="standard"/>
2784
- <y:BendStyle smoothed="true"/>
2785
- </y:PolyLineEdge>
2786
- </data>
2787
- </edge>
2788
- <edge id="e69" source="n24" target="n22">
2789
- <data key="d9"/>
2790
- <data key="d10">
2791
- <y:PolyLineEdge>
2792
- <y:Path sx="0.0" sy="0.0" tx="60.0" ty="0.0">
2793
- <y:Point x="1380.0" y="750.0"/>
2794
- <y:Point x="1380.0" y="390.0"/>
2795
- </y:Path>
2796
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2797
- <y:Arrows source="none" target="standard"/>
2798
- <y:BendStyle smoothed="true"/>
2799
- </y:PolyLineEdge>
2800
- </data>
2801
- </edge>
2802
- <edge id="e70" source="n4" target="n17">
2803
- <data key="d9"/>
2804
- <data key="d10">
2805
- <y:PolyLineEdge>
2806
- <y:Path sx="65.32863435043473" sy="0.0" tx="-90.00000000000023" ty="0.0">
2807
- <y:Point x="362.62746247543475" y="480.0"/>
2808
- <y:Point x="810.0" y="480.0"/>
2809
- <y:Point x="810.0" y="210.0"/>
2810
- </y:Path>
2811
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2812
- <y:Arrows source="none" target="standard"/>
2813
- <y:BendStyle smoothed="true"/>
2814
- </y:PolyLineEdge>
2815
- </data>
2816
- </edge>
2817
- <edge id="e71" source="n5" target="n18">
2818
- <data key="d9"/>
2819
- <data key="d10">
2820
- <y:PolyLineEdge>
2821
- <y:Path sx="0.0" sy="0.0" tx="-90.00000000000011" ty="0.0">
2822
- <y:Point x="297.298828125" y="840.0"/>
2823
- <y:Point x="780.0" y="840.0"/>
2824
- <y:Point x="780.0" y="390.0"/>
2825
- </y:Path>
2826
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2827
- <y:Arrows source="none" target="standard"/>
2828
- <y:BendStyle smoothed="true"/>
2829
- </y:PolyLineEdge>
2830
- </data>
2831
- </edge>
2832
- <edge id="e72" source="n21" target="n18">
2833
- <data key="d9"/>
2834
- <data key="d10">
2835
- <y:PolyLineEdge>
2836
- <y:Path sx="0.0" sy="0.0" tx="-60.000000000000114" ty="30.0">
2837
- <y:Point x="823.8733306445583" y="750.0"/>
2838
- <y:Point x="823.8733306445583" y="420.0"/>
2839
- </y:Path>
2840
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2841
- <y:Arrows source="none" target="standard"/>
2842
- <y:BendStyle smoothed="true"/>
2843
- </y:PolyLineEdge>
2844
- </data>
2845
- </edge>
2846
- <edge id="e73" source="n8" target="n6">
2847
- <data key="d9"/>
2848
- <data key="d10">
2849
- <y:PolyLineEdge>
2850
- <y:Path sx="21.182210183816764" sy="-31.24906282818415" tx="69.45939034369884" ty="0.0">
2851
- <y:Point x="690.0" y="718.7509371718158"/>
2852
- <y:Point x="690.0" y="390.0"/>
2853
- </y:Path>
2854
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2855
- <y:Arrows source="none" target="standard"/>
2856
- <y:BendStyle smoothed="true"/>
2857
- </y:PolyLineEdge>
2858
- </data>
2859
- </edge>
2860
- <edge id="e74" source="n5" target="n5">
2861
- <data key="d9"/>
2862
- <data key="d10">
2863
- <y:PolyLineEdge>
2864
- <y:Path sx="0.0" sy="27.220195037970598" tx="-57.298828125" ty="60.0">
2865
- <y:Point x="180.0" y="777.2201950379706"/>
2866
- <y:Point x="180.0" y="840.0"/>
2867
- <y:Point x="240.0" y="840.0"/>
2868
- </y:Path>
2869
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2870
- <y:Arrows source="none" target="standard"/>
2871
- <y:BendStyle smoothed="true"/>
2872
- </y:PolyLineEdge>
2873
- </data>
2874
- </edge>
2875
- <edge id="e75" source="n9" target="n9">
2876
- <data key="d9"/>
2877
- <data key="d10">
2878
- <y:PolyLineEdge>
2879
- <y:Path sx="-88.44003041727484" sy="-31.838735121223863" tx="-57.66657514924478" ty="-33.252337229355135">
2880
- <y:Point x="180.0" y="958.1612648787761"/>
2881
- <y:Point x="180.0" y="900.0"/>
2882
- <y:Point x="239.63225297575522" y="900.0"/>
2883
- </y:Path>
2884
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2885
- <y:Arrows source="none" target="standard"/>
2886
- <y:BendStyle smoothed="true"/>
2887
- </y:PolyLineEdge>
2888
- </data>
2889
- </edge>
2890
- <edge id="e76" source="n10" target="n10">
2891
- <data key="d9"/>
2892
- <data key="d10">
2893
- <y:PolyLineEdge>
2894
- <y:Path sx="0.0" sy="-33.17679047758338" tx="-57.298828125" ty="-60.0">
2895
- <y:Point x="180.0" y="1136.8232095224166"/>
2896
- <y:Point x="180.0" y="1080.0"/>
2897
- <y:Point x="240.0" y="1080.0"/>
2898
- </y:Path>
2899
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2900
- <y:Arrows source="none" target="standard"/>
2901
- <y:BendStyle smoothed="true"/>
2902
- </y:PolyLineEdge>
2903
- </data>
2904
- </edge>
2905
- <edge id="e77" source="n10" target="n10">
2906
- <data key="d9"/>
2907
- <data key="d10">
2908
- <y:PolyLineEdge>
2909
- <y:Path sx="0.0" sy="30.435304388324994" tx="-57.298828125" ty="60.0">
2910
- <y:Point x="180.0" y="1200.435304388325"/>
2911
- <y:Point x="180.0" y="1260.0"/>
2912
- <y:Point x="240.0" y="1260.0"/>
2913
- </y:Path>
2914
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2915
- <y:Arrows source="none" target="standard"/>
2916
- <y:BendStyle smoothed="true"/>
2917
- </y:PolyLineEdge>
2918
- </data>
2919
- </edge>
2920
- <edge id="e78" source="n12" target="n12">
2921
- <data key="d9"/>
2922
- <data key="d10">
2923
- <y:PolyLineEdge>
2924
- <y:Path sx="-56.25297304111348" sy="-32.23572063677784" tx="-57.298828125" ty="-60.0">
2925
- <y:Point x="180.0" y="1317.7642793632222"/>
2926
- <y:Point x="180.0" y="1260.0"/>
2927
- <y:Point x="240.0" y="1260.0"/>
2928
- </y:Path>
2929
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2930
- <y:Arrows source="none" target="standard"/>
2931
- <y:BendStyle smoothed="true"/>
2932
- </y:PolyLineEdge>
2933
- </data>
2934
- </edge>
2935
- <edge id="e79" source="n12" target="n12">
2936
- <data key="d9"/>
2937
- <data key="d10">
2938
- <y:PolyLineEdge>
2939
- <y:Path sx="0.0" sy="29.986169149927036" tx="-57.298828125" ty="60.0">
2940
- <y:Point x="180.0" y="1379.986169149927"/>
2941
- <y:Point x="180.0" y="1440.0"/>
2942
- <y:Point x="240.0" y="1440.0"/>
2943
- </y:Path>
2944
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2945
- <y:Arrows source="none" target="standard"/>
2946
- <y:BendStyle smoothed="true"/>
2947
- </y:PolyLineEdge>
2948
- </data>
2949
- </edge>
2950
- <edge id="e80" source="n13" target="n13">
2951
- <data key="d9"/>
2952
- <data key="d10">
2953
- <y:PolyLineEdge>
2954
- <y:Path sx="0.0" sy="-29.972390327412768" tx="-57.298828125" ty="-60.0">
2955
- <y:Point x="180.0" y="1500.0276096725872"/>
2956
- <y:Point x="180.0" y="1440.0"/>
2957
- <y:Point x="240.0" y="1440.0"/>
2958
- </y:Path>
2959
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2960
- <y:Arrows source="none" target="standard"/>
2961
- <y:BendStyle smoothed="true"/>
2962
- </y:PolyLineEdge>
2963
- </data>
2964
- </edge>
2965
- <edge id="e81" source="n13" target="n13">
2966
- <data key="d9"/>
2967
- <data key="d10">
2968
- <y:PolyLineEdge>
2969
- <y:Path sx="-88.41043893828916" sy="26.106820470744424" tx="-57.565574619668666" ty="1.6916122288473616">
2970
- <y:Point x="180.0" y="1556.1068204707444"/>
2971
- <y:Point x="180.0" y="1620.0"/>
2972
- <y:Point x="239.73325350533133" y="1620.0"/>
2973
- </y:Path>
2974
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2975
- <y:Arrows source="none" target="standard"/>
2976
- <y:BendStyle smoothed="true"/>
2977
- </y:PolyLineEdge>
2978
- </data>
2979
- </edge>
2980
- <edge id="e82" source="n18" target="n18">
2981
- <data key="d9"/>
2982
- <data key="d10">
2983
- <y:PolyLineEdge>
2984
- <y:Path sx="-60.000000000000114" sy="-30.0" tx="-60.000000000000114" ty="-43.48577097142413">
2985
- <y:Point x="840.0" y="360.0"/>
2986
- <y:Point x="840.0" y="300.0"/>
2987
- <y:Point x="900.0" y="300.0"/>
2988
- </y:Path>
2989
- <y:LineStyle color="#000000" type="line" width="1.0"/>
2990
- <y:Arrows source="none" target="standard"/>
2991
- <y:BendStyle smoothed="true"/>
2992
- </y:PolyLineEdge>
2993
- </data>
2994
- </edge>
2995
- <edge id="e83" source="n20" target="n20">
2996
- <data key="d9"/>
2997
- <data key="d10">
2998
- <y:PolyLineEdge>
2999
- <y:Path sx="-58.327853536021735" sy="-30.216256822275568" tx="-60.000000000000114" ty="-60.0">
3000
- <y:Point x="840.0" y="539.7837431777244"/>
3001
- <y:Point x="840.0" y="480.0"/>
3002
- <y:Point x="900.0" y="480.0"/>
3003
- </y:Path>
3004
- <y:LineStyle color="#000000" type="line" width="1.0"/>
3005
- <y:Arrows source="none" target="standard"/>
3006
- <y:BendStyle smoothed="true"/>
3007
- </y:PolyLineEdge>
3008
- </data>
3009
- </edge>
3010
- <edge id="e84" source="n18" target="n18">
3011
- <data key="d9"/>
3012
- <data key="d10">
3013
- <y:PolyLineEdge>
3014
- <y:Path sx="-72.10771638408403" sy="30.75182059903051" tx="-60.000000000000114" ty="60.0">
3015
- <y:Point x="840.0" y="420.7518205990305"/>
3016
- <y:Point x="840.0" y="480.0"/>
3017
- <y:Point x="900.0" y="480.0"/>
3018
- </y:Path>
3019
- <y:LineStyle color="#000000" type="line" width="1.0"/>
3020
- <y:Arrows source="none" target="standard"/>
3021
- <y:BendStyle smoothed="true"/>
3022
- </y:PolyLineEdge>
3023
- </data>
3024
- </edge>
3025
- <edge id="e85" source="n20" target="n20">
3026
- <data key="d9"/>
3027
- <data key="d10">
3028
- <y:PolyLineEdge>
3029
- <y:Path sx="0.0" sy="30.0" tx="-60.000000000000114" ty="60.0">
3030
- <y:Point x="840.0" y="600.0"/>
3031
- <y:Point x="840.0" y="660.0"/>
3032
- <y:Point x="900.0" y="660.0"/>
3033
- </y:Path>
3034
- <y:LineStyle color="#000000" type="line" width="1.0"/>
3035
- <y:Arrows source="none" target="standard"/>
3036
- <y:BendStyle smoothed="true"/>
3037
- </y:PolyLineEdge>
3038
- </data>
3039
- </edge>
3040
- <edge id="e86" source="n21" target="n21">
3041
- <data key="d9"/>
3042
- <data key="d10">
3043
- <y:PolyLineEdge>
3044
- <y:Path sx="0.0" sy="-31.153495815819156" tx="-60.000000000000114" ty="-60.0">
3045
- <y:Point x="840.0" y="718.8465041841808"/>
3046
- <y:Point x="840.0" y="660.0"/>
3047
- <y:Point x="900.0" y="660.0"/>
3048
- </y:Path>
3049
- <y:LineStyle color="#000000" type="line" width="1.0"/>
3050
- <y:Arrows source="none" target="standard"/>
3051
- <y:BendStyle smoothed="true"/>
3052
- </y:PolyLineEdge>
3053
- </data>
3054
- </edge>
3055
- <edge id="e87" source="n21" target="n21">
3056
- <data key="d9"/>
3057
- <data key="d10">
3058
- <y:PolyLineEdge>
3059
- <y:Path sx="-60.000000000000114" sy="30.0" tx="-60.000000000000114" ty="60.0">
3060
- <y:Point x="840.0" y="780.0"/>
3061
- <y:Point x="840.0" y="840.0"/>
3062
- <y:Point x="900.0" y="840.0"/>
3063
- </y:Path>
3064
- <y:LineStyle color="#000000" type="line" width="1.0"/>
3065
- <y:Arrows source="none" target="standard"/>
3066
- <y:BendStyle smoothed="true"/>
3067
- </y:PolyLineEdge>
3068
- </data>
3069
- </edge>
3070
- <edge id="e88" source="n4" target="n4">
3071
- <data key="d9"/>
3072
- <data key="d10">
3073
- <y:PolyLineEdge>
3074
- <y:Path sx="0.0" sy="30.697894019229807" tx="-57.298828125" ty="60.0">
3075
- <y:Point x="180.0" y="600.6978940192298"/>
3076
- <y:Point x="180.0" y="660.0"/>
3077
- <y:Point x="240.0" y="660.0"/>
3078
- </y:Path>
3079
- <y:LineStyle color="#000000" type="line" width="1.0"/>
3080
- <y:Arrows source="none" target="standard"/>
3081
- <y:BendStyle smoothed="true"/>
3082
- </y:PolyLineEdge>
3083
- </data>
3084
- </edge>
3085
- <edge id="e89" source="n2" target="n2">
3086
- <data key="d9"/>
3087
- <data key="d10">
3088
- <y:PolyLineEdge>
3089
- <y:Path sx="0.0" sy="-30.0" tx="-57.298828125" ty="-60.0">
3090
- <y:Point x="180.0" y="360.0"/>
3091
- <y:Point x="180.0" y="300.0"/>
3092
- <y:Point x="240.0" y="300.0"/>
3093
- </y:Path>
3094
- <y:LineStyle color="#000000" type="line" width="1.0"/>
3095
- <y:Arrows source="none" target="standard"/>
3096
- <y:BendStyle smoothed="true"/>
3097
- </y:PolyLineEdge>
3098
- </data>
3099
- </edge>
3100
- <edge id="e90" source="n32" target="n28">
3101
- <data key="d9"/>
3102
- <data key="d10">
3103
- <y:PolyLineEdge>
3104
- <y:Path sx="0.0" sy="10.0" tx="25.62387303815069" ty="10.0"/>
3105
- <y:LineStyle color="#000000" type="line" width="1.0"/>
3106
- <y:Arrows source="none" target="standard"/>
3107
- <y:BendStyle smoothed="false"/>
3108
- </y:PolyLineEdge>
3109
- </data>
3110
- </edge>
3111
- </graph>
3112
- <data key="d7">
3113
- <y:Resources/>
3114
- </data>
3115
- </graphml>