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.
- package/.travis.yml +3 -1
- package/GRNsight - Beta.html +194 -0
- package/Gemfile.lock +259 -0
- package/README.md +2 -2
- package/_gh_pages/about.html +360 -45
- package/_gh_pages/assets/css/footer.css +3 -0
- package/_gh_pages/assets/css/main.css +28 -14
- package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_estimation_output_binary-no-targetless-genes_sif.png +0 -0
- package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_estimation_output_binary_sif.png +0 -0
- package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_3-edges-and-footer.png +0 -0
- package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_header-and-3-nodes.png +0 -0
- package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_output_3-edges-and-footer.png +0 -0
- package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_output_header-and-3-nodes.png +0 -0
- package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_binary-no-targetless-genes_sif.png +0 -0
- package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_binary_sif.png +0 -0
- package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_concatenated-no-targetless-genes_sif.png +0 -0
- package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_concatenated_sif.png +0 -0
- package/_gh_pages/assets/images/Choe-Shin_CMSI402-poster-session_20180430.jpg +0 -0
- package/_gh_pages/assets/images/Choe_SCCUR_2017.jpg +0 -0
- package/_gh_pages/assets/images/Dahlquist-Choe-Shin_CMSI402-poster-session_20180430.jpg +0 -0
- package/_gh_pages/assets/images/Dionisio-Dahlquist_GRNsight-shades_20170506.jpg +0 -0
- package/_gh_pages/assets/images/Klein_Samdarshi_TriBeta_2018_20180317.jpg +0 -0
- package/_gh_pages/assets/images/Shin_SCCUR_2017.jpg +0 -0
- 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
- 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
- package/_gh_pages/assets/images/gene-pages-0.png +0 -0
- package/_gh_pages/assets/images/gene-pages-1.png +0 -0
- package/_gh_pages/assets/images/gene-pages-2.png +0 -0
- package/_gh_pages/assets/images/gene-pages-3.png +0 -0
- package/_gh_pages/assets/images/grnsight2020.png +0 -0
- package/_gh_pages/assets/images/v3demo2-grid+nodecoloring.png +0 -0
- package/_gh_pages/assets/images/v3demo2-nodecoloring.png +0 -0
- package/_gh_pages/assets/images/v3demo2.png +0 -0
- package/_gh_pages/assets/js/ga-report.js +11 -11
- package/_gh_pages/assets/js/iframeResizer.min.js +9 -0
- package/_gh_pages/assets/js/main.js +43 -43
- package/_gh_pages/beta.html +29 -24
- package/_gh_pages/contact.html +31 -31
- package/_gh_pages/coverage/coverage.json +1 -0
- package/_gh_pages/coverage/coverage.raw.json +1 -0
- package/_gh_pages/coverage/lcov-report/base.css +223 -0
- package/_gh_pages/coverage/lcov-report/block-navigation.js +63 -0
- package/_gh_pages/coverage/lcov-report/controllers/additional-sheet-parser.js.html +330 -0
- package/_gh_pages/coverage/lcov-report/controllers/constants.js.html +243 -0
- package/_gh_pages/coverage/lcov-report/controllers/export-controller.js.html +285 -0
- package/_gh_pages/coverage/lcov-report/controllers/exporters/graphml.js.html +405 -0
- package/_gh_pages/coverage/lcov-report/controllers/exporters/index.html +110 -0
- package/_gh_pages/coverage/lcov-report/controllers/exporters/sif.js.html +150 -0
- package/_gh_pages/coverage/lcov-report/controllers/helpers.js.html +114 -0
- package/_gh_pages/coverage/lcov-report/controllers/import-controller.js.html +233 -0
- package/_gh_pages/coverage/lcov-report/controllers/importers/graphml.js.html +716 -0
- package/_gh_pages/coverage/lcov-report/controllers/importers/index.html +106 -0
- package/_gh_pages/coverage/lcov-report/controllers/importers/sif.js.html +488 -0
- package/_gh_pages/coverage/lcov-report/controllers/index.html +162 -0
- package/_gh_pages/coverage/lcov-report/controllers/semantic-checker.js.html +810 -0
- package/_gh_pages/coverage/lcov-report/controllers/spreadsheet-controller.js.html +1779 -0
- package/_gh_pages/coverage/lcov-report/index.html +136 -0
- package/_gh_pages/coverage/lcov-report/prettify.css +1 -0
- package/_gh_pages/coverage/lcov-report/prettify.js +1 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/additional-sheet-parser.js.html +330 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/constants.js.html +243 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/export-controller.js.html +285 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/exporters/graphml.js.html +405 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/exporters/index.html +110 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/exporters/sif.js.html +150 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/graphml-constants.js.html +585 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/helpers.js.html +114 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/import-controller.js.html +237 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/importers/graphml.js.html +585 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/importers/index.html +110 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/importers/sif.js.html +492 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/index.html +188 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/semantic-checker.js.html +810 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/spreadsheet-controller.js.html +1779 -0
- package/_gh_pages/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/_gh_pages/coverage/lcov-report/sorter.js +158 -0
- package/_gh_pages/coverage/lcov-report/web-client/public/js/grnstate.js.html +225 -0
- package/_gh_pages/coverage/lcov-report/web-client/public/js/index.html +97 -0
- package/_gh_pages/coverage/lcov.info +49 -0
- package/_gh_pages/documentation.html +998 -320
- package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.aux +47 -0
- package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.bbl +73 -0
- package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.blg +52 -0
- package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.log +1056 -0
- package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.out +7 -0
- package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.synctex.gz +0 -0
- package/_gh_pages/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised-Dondi.docx +0 -0
- package/_gh_pages/encryption/server.cert +21 -0
- package/_gh_pages/encryption/server.key +28 -0
- package/_gh_pages/favicon.ico +0 -0
- package/_gh_pages/index.html +45 -22
- package/_gh_pages/links.html +47 -28
- package/_gh_pages/news.html +103 -21
- package/_gh_pages/onlyfooter.html +78 -0
- package/_gh_pages/onlyheader.html +64 -0
- package/_gh_pages/onlysidebar.html +73 -0
- package/_gh_pages/package-lock.json +14048 -0
- package/_gh_pages/people.html +129 -40
- package/_gh_pages/privacy.html +23 -17
- package/_gh_pages/publications.html +75 -33
- package/_gh_pages/robots.txt +1 -0
- package/_gh_pages/sitemap.xml +87 -74
- package/_gh_pages/test-files/import-samples/attributes.graphml +40 -0
- package/_gh_pages/test-files/import-samples/port.graphml +32 -0
- package/_gh_pages/test-files/import-samples/simple.graphml +31 -0
- package/_gh_pages/web-client/public/js/grnsight.min.js +2347 -0
- package/_gh_pages/web-client/public/stylesheets/grnsight.css +443 -0
- package/coverage/coverage.json +1 -1
- package/coverage/lcov.info +1847 -1142
- package/database/README.md +1 -0
- package/database/network-database/README.md +44 -0
- package/database/network-database/schema.sql +24 -0
- package/database/network-database/scripts/filter_genes.py +76 -0
- package/database/network-database/scripts/generate_network.py +199 -0
- package/database/network-database/scripts/generate_sgd_network_from_yeastract_network.py +120 -0
- package/database/network-database/scripts/loader.py +78 -0
- package/package.json +20 -11
- package/server/app.js +7 -2
- package/server/config/config.js +12 -3
- package/server/controllers/additional-sheet-parser.js +292 -55
- package/server/controllers/constants.js +4 -37
- package/server/controllers/custom-workbook-controller.js +66 -0
- package/server/controllers/demo-workbooks.js +5973 -0
- package/server/controllers/export-constants.js +78 -0
- package/server/controllers/export-controller.js +4 -3
- package/server/controllers/exporters/graphml.js +15 -15
- package/server/controllers/exporters/sif.js +7 -7
- package/server/controllers/exporters/xlsx.js +110 -34
- package/server/controllers/expression-database-controller.js +19 -0
- package/server/controllers/expression-sheet-parser.js +170 -0
- package/server/controllers/graphml-constants.js +0 -17
- package/server/controllers/helpers.js +25 -1
- package/server/controllers/import-controller.js +2 -2
- package/server/controllers/importers/graphml.js +17 -20
- package/server/controllers/importers/sif.js +22 -18
- package/server/controllers/network-database-controller.js +18 -0
- package/server/controllers/network-sheet-parser.js +307 -0
- package/server/controllers/semantic-checker.js +30 -162
- package/server/controllers/sif-constants.js +36 -0
- package/server/controllers/spreadsheet-controller.js +277 -425
- package/server/controllers/workbook-constants.js +521 -0
- package/server/dals/expression-dal.js +122 -0
- package/server/dals/network-dal.js +96 -0
- package/test/additional-sheet-parser-tests.js +147 -38
- package/test/api-tests.js +3 -6
- package/test/errors-adjacency-matrix-modifications.js +30 -29
- package/test/errors-graph-tests.js +4 -4
- package/test/errors-sheet-modifications.js +10 -2
- package/test/export-tests.js +187 -60
- package/test/expression-data-import-tests.js +113 -0
- package/test/grnstate-tests.js +8 -2
- package/test/import-graphml-tests.js +59 -40
- package/test/import-sif-tests.js +50 -37
- package/test/test.js +554 -91
- package/test/warnings-adjacency-matrix-modifications.js +8 -7
- package/test-files/additional-sheet-test-files/optimization-diagnostics-default.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-diagnostics-extraneous-data.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-diagnostics-incorrect-MSE-gene-header.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-diagnostics-incorrect-MSE-header.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-diagnostics-incorrect-column-headers.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-diagnostics-invalid-MSE-data.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-diagnostics-invalid-value.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-diagnostics-missing-MSE-data.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-diagnostics-missing-column-headers.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-diagnostics-missing-header.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-diagnostics-unknown-parameter.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-parameters-default.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-parameters-incorrect-headers.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-parameters-invalid-optimization-parameter.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-parameters-missing-headers.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-parameters-unknown-parameter.xlsx +0 -0
- package/test-files/additional-sheet-test-files/two-column-sheets-extraneous-data.xlsx +0 -0
- package/test-files/additional-sheet-test-files/two-column-sheets-incorrect-cell-A1.xlsx +0 -0
- package/test-files/additional-sheet-test-files/two-column-sheets-incorrect-column-header.xlsx +0 -0
- package/test-files/additional-sheet-test-files/two-column-sheets-invalid-gene-length.xlsx +0 -0
- package/test-files/additional-sheet-test-files/two-column-sheets-invalid-gene-type.xlsx +0 -0
- package/test-files/additional-sheet-test-files/two-column-sheets-invalid-value.xlsx +0 -0
- package/test-files/additional-sheet-test-files/two-column-sheets-missing-column-header.xlsx +0 -0
- package/test-files/additional-sheet-test-files/two-column-sheets-special-character.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/asymmetric-gene-order-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/asymmetric-gene-order-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/extra-column-adjacent-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/extra-column-adjacent-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/extra-column-end-of-sheet-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/extra-column-end-of-sheet-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/extra-data-random-cell-both-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/extra-data-random-cell-network-only-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/extra-data-random-cell-network-only-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/extra-data-random-cell-network-optimized-only-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/extra-row-end-of-sheet-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/extra-row-end-of-sheet-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/incorrect-network-cell-A1.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/missing-column-end-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/missing-column-end-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/missing-data-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/missing-data-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/missing-row-end-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/missing-row-end-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/missing-row-middle-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/missing-row-middle-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/missing-value-bottom-corner-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/missing-value-bottom-corner-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/value-replaced-w-spaces-both-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/value-replaced-w-spaces-net-only-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/value-replaced-w-spaces-net-op-only-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/value-replaced/342/200/223w-spaces-net-only-output.xlsx +0 -0
- package/test-files/demo-files/15-genes_28-edges_db5_Dahlquist-data_estimation_output.xlsx +0 -0
- package/test-files/demo-files/15-genes_28-edges_db5_Dahlquist-data_input.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_correct_numbering.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_different_number_of_columns.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_empty_column.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_empty_row.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_erroneous_data.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_extra_gene_name.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_incorrectly_ordered_time_points.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_mismatched_case_gene_names.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_mismatched_gene_names.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_missing_column_header.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_missing_data_error.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_missing_data_ok.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_missing_data_ok_export_exact.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_missing_gene_name.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_name_not_in_optparams.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_name_not_present.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_negative_time_points.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_non_numerical_time_points.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_not_existing.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_wrong_id_label.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_wrong_order_gene_names.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_wrong_sheet_name_case.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_wrong_sheet_name_convention.xlsx +0 -0
- package/test-files/gene-name-modifications/NaN-as-gene-name-input.xlsx +0 -0
- package/test-files/gene-name-modifications/NaN-as-gene-name-output.xlsx +0 -0
- package/test-files/gene-name-modifications/mismatched-case-related-input.xlsx +0 -0
- package/test-files/gene-name-modifications/mismatched-case-related-output.xlsx +0 -0
- package/test-files/gene-name-modifications/mismatched-case-unrelated-input.xlsx +0 -0
- package/test-files/gene-name-modifications/mismatched-case-unrelated-output.xlsx +0 -0
- package/test-files/graph-tests/different-sized-networks/{80-genes-0-edges.xlsx → 134-genes-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{45-genes-max-edges.xlsx → 44-source-genes-45-target-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{1-gene-0-edges.xlsx → unused-files/1-gene-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{1-gene-1-edges.xlsx → unused-files/1-gene-1-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{10-genes-50-edges.xlsx → unused-files/10-genes-50-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{10-genes-90-edges.xlsx → unused-files/10-genes-90-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{100-genes-0-edges.xlsx → unused-files/100-genes-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{110-genes-0-edges.xlsx → unused-files/110-genes-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{120-genes-0-edges.xlsx → unused-files/120-genes-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{130-genes-0-edges.xlsx → unused-files/130-genes-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{140-genes-0-edges.xlsx → unused-files/140-genes-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{150-genes-10000-edges.xlsx → unused-files/150-genes-10000-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{150-genes-20000-edges.xlsx → unused-files/150-genes-20000-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{150-genes-max-edges.xlsx → unused-files/150-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{160-genes-max-edges.xlsx → unused-files/160-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{20-genes-max-edges.xlsx → unused-files/20-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{25-genes-max-edges.xlsx → unused-files/25-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{30-genes-max-edges.xlsx → unused-files/30-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{34-genes-0-edges.xlsx → unused-files/34-genes-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{34-genes-40-edges.xlsx → unused-files/34-genes-40-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{34-genes-65-edges.xlsx → unused-files/34-genes-65-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{34-genes-90-edges.xlsx → unused-files/34-genes-90-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{5-genes-max-edges.xlsx → unused-files/5-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{51-genes-max-edges.xlsx → unused-files/51-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{52-genes-max-edges.xlsx → unused-files/52-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{55-genes-0-edges.xlsx → unused-files/55-genes-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{55-genes-max-edges.xlsx → unused-files/55-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{65-genes-0-edges.xlsx → unused-files/65-genes-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{7-genes-max-edges.xlsx → unused-files/7-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{70-genes-0-edges.xlsx → unused-files/70-genes-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{9-genes-max-edges.xlsx → unused-files/9-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{90-genes-0-edges.xlsx → unused-files/90-genes-0-edges.xlsx} +0 -0
- 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
- package/test-files/node-tests/long-gene-name-no-spaces-first.xlsx +0 -0
- package/test-files/node-tests/long-gene-name-no-spaces-second.xlsx +0 -0
- package/test-files/node-tests/long-gene-name-spaces.xlsx +0 -0
- package/test-files/species-test-data/15-genes_28-edges_db5_Dahlquist-data_input_no-species.xlsx +0 -0
- package/test-files/species-test-data/15-genes_28-edges_db5_Dahlquist-data_input_with-species.xlsx +0 -0
- package/test-files/species-test-data/3-gene_7-edge_elegans.xlsx +0 -0
- package/test-files/species-test-data/3-gene_7-edge_melanogaster.xlsx +0 -0
- package/test-files/species-test-data/3-gene_7-edge_musculus.xlsx +0 -0
- package/test-files/species-test-data/3-gene_7-edge_sapiens.xlsx +0 -0
- package/test-files/species-test-data/kev-fake-data-sapiens-no-exp-data.xlsx +0 -0
- package/test-files/spreadsheet-controller-test-files/sheet-name-capitalized-network-optimized-weights.xlsx +0 -0
- package/test-files/spreadsheet-controller-test-files/sheet-name-capitalized-network.xlsx +0 -0
- package/web-client/app.js +1 -1
- package/web-client/controllers/main.js +1 -1
- package/web-client/public/favicon.ico +0 -0
- package/web-client/public/gene/api.js +76 -14
- package/web-client/public/gene/info.js +19 -8
- package/web-client/public/js/api/grnsight-api.js +124 -0
- package/web-client/public/js/constants.js +90 -17
- package/web-client/public/js/createNetwork.js +195 -0
- package/web-client/public/js/graph-statistics.js +7 -7
- package/web-client/public/js/graph.js +369 -324
- package/web-client/public/js/grnsight.js +2 -2
- package/web-client/public/js/grnsight.min.js +128 -59
- package/web-client/public/js/grnstate.js +54 -30
- package/web-client/public/js/iframe-coordination.js +55 -0
- package/web-client/public/js/setup-handlers.js +358 -18
- package/web-client/public/js/setup-load-and-import-handlers.js +105 -66
- package/web-client/public/js/update-app.js +483 -93
- package/web-client/public/js/upload.js +349 -32
- package/web-client/public/js/warnings.js +13 -51
- package/web-client/public/lib/iframeSizer.contentWindow.min.js +10 -0
- package/web-client/public/stylesheets/grnsight.styl +323 -28
- package/web-client/views/components/demo.pug +10 -0
- package/web-client/views/{graph.jade → graph.pug} +0 -0
- package/web-client/views/{info.jade → info.pug} +1 -5
- package/web-client/views/upload.pug +580 -0
- package/_gh_pages/Gemfile +0 -7
- package/_gh_pages/Gemfile.lock +0 -129
- package/documents/SDF/CMSI_402/spring_2014/Southwick_CMSI402_Spring2014_software-development-plan.md +0 -71
- package/documents/SDF/CMSI_402/spring_2014/Southwick_CMSI402_Spring2014_software-requirements-specification.md +0 -71
- package/documents/SDF/CMSI_402/spring_2014/use-case-diagram-spring-2014.jpg +0 -0
- package/documents/SDF/CMSI_402/spring_2017/Anguiano_402_Final_Presentation.pptx +0 -0
- package/documents/SDF/CMSI_402/spring_2017/Anguiano_402_Presentation_Final_Poster.pdf +0 -0
- package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_project-proposal-presentation.pptx +0 -0
- package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_project-proposal.docx +0 -0
- package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_software-development-plan.docx +0 -0
- package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_software-requirements-specification.docx +0 -0
- package/documents/SDF/CMSI_402/spring_2017/Design Review Presentation.pptx +0 -0
- package/documents/SDF/CMSI_402/spring_2018/0402report.docx +0 -0
- package/documents/SDF/CMSI_402/spring_2018/0409report.docx +0 -0
- package/documents/SDF/CMSI_402/spring_2018/402-gantt.png +0 -0
- package/documents/SDF/CMSI_402/spring_2018/402SRS_GRNSightFeedback01.txt +0 -28
- package/documents/SDF/CMSI_402/spring_2018/402_SPD.md +0 -223
- package/documents/SDF/CMSI_402/spring_2018/ChoeShinCMSI402_Final.pptx +0 -0
- package/documents/SDF/CMSI_402/spring_2018/ProjectProposal.md +0 -22
- package/documents/SDF/CMSI_402/spring_2018/SoftwareRequirementsSpecification.md +0 -88
- package/documents/SDF/CMSI_402/spring_2018/homework/choe_eileen/Choe_Eileen_CMSI 402_HW1.pdf +0 -0
- package/documents/SDF/CMSI_402/spring_2018/homework/choe_eileen/Choe_Eileen_CMSI402_HW2.pdf +0 -0
- package/documents/SDF/CMSI_402/spring_2018/homework/shin_jen/402hw2.docx +0 -0
- package/documents/SDF/CMSI_402/spring_2018/homework/shin_jen/Jen - 402Hw1.docx +0 -0
- package/documents/SDF/CMSI_402/spring_2018/homework/shin_jen/Jen - hw3.docx +0 -0
- package/documents/SDF/CMSI_402/spring_2018/writtenStatusReport.docx +0 -0
- package/documents/SDF/CMSI_402/spring_2018/writtenStatusReport4 +0 -0
- package/documents/abstracts/Anguiano_Varshneya_Undergraduate-Research-Symposium_2017_abstract.pdf +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/ACM-Reference-Format.bst +0 -3478
- package/documents/abstracts/SIGGRAPH 2017 Abstract/Figure1_zoom100.png +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/acmart.cls +0 -2352
- package/documents/abstracts/SIGGRAPH 2017 Abstract/acmart.ins +0 -29
- package/documents/abstracts/SIGGRAPH 2017 Abstract/always-weights.png +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/auto.png +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/networkA.png +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/networkB-normalized.png +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/networkB.png +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/never-weights.png +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/representative-image/screenshot.jpg +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/representative-image/screenshot3x2.png +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/representative-image/withweights3x2.png +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/screenshot-auto.png +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.bib +0 -85
- package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.pdf +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.tex +0 -235
- package/documents/abstracts/SWE Collegiate Competition 2017.md +0 -9
- package/documents/abstracts/Samdarshi_GRNsight_SoCalSysBio_Abstract_2019.docx +0 -0
- package/documents/abstracts/Varshneya_Samdarshi_Southern-California-Systems-Biology_2017_abstract.docx +0 -0
- package/documents/abstracts/~$mdarshi_SoCalSysBio_Abstract_2019.docx +0 -0
- package/documents/developer_documents/State Diagram.graphml +0 -3525
- package/documents/developer_documents/graphml/State Diagram.graphml +0 -3115
- package/documents/developer_documents/older_versions/GRNsight State Diagram old.png +0 -0
- package/documents/developer_documents/older_versions/GRNsight State Diagram.png +0 -0
- package/documents/developer_documents/testing_script_generator/GRNsightTestingDocument.md +0 -998
- package/documents/developer_documents/testing_script_generator/featureList.json +0 -496
- package/documents/developer_documents/testing_script_generator/testing-script-generator.js +0 -149
- package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_conference-presentations_2016.docx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016.docx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016_Table1.docx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016_references.rtf +0 -264
- package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016_text-only.docx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/21-genes_31-edges_Schade-data_for-screenshots.xlsx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom100.jpg +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom100.png +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom100.psd +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145.jpg +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145.png +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145.psd +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145_900pix-wide.psd +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom100.jpg +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom100.png +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom100.psd +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145.jpg +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145.png +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145.psd +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145_900pix-wide.psd +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5A.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5B.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5C.eps +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5D.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5E.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5F.eps +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5_compiled.png +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure3_GRNsight-Architecture.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure4_GRNsight-Screenshot.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure5_compiled.pdf +12 -5383
- package/documents/manuscripts/peerj-computerscience-2016/peerj-reviewing-10823-v0.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_conference-presentations_2016_revised.docx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_cover-letter-and-response_2016.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_cover-letter_2016.docx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_cover-letter_2016.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_Table1.docx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_references_revised.rtf +0 -385
- package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised.docx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised_marked.docx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_response-to-reviewers_2016.docx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_response-to-reviewers_2016.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/figures/Figure3_GRNsight-Architecture.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/figures/Figure4_GRNsight-Screenshot-auto.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/figures/Figure4_GRNsight-Screenshot.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/peerj-reviewing-10823-v1.pdf +0 -0
- package/documents/posters/Anguiano_CMSI402_2017.pptx +0 -0
- package/documents/posters/Anguiano_Varshneya_LMU-Symposium_2015.pptx +0 -0
- package/documents/posters/Anguiano_Varshneya_SCCUR_2014.pptx +0 -0
- package/documents/posters/Choe_Shin_CMSI402_2018.pptx +0 -0
- package/documents/posters/Dahlquist-et-al_BOSC_ISMB_2016_poster.pptx +0 -0
- package/documents/posters/Lopez_Filler_LMU_Symposium_2019.pdf +0 -0
- package/documents/posters/Lopez_Filler_LMU_Symposium_2019.pptx +0 -0
- package/documents/posters/Samdarshi-et-al_LMU-Symposium_2017.pptx +0 -0
- package/documents/posters/Samdarshi-et-al_LMU-Symposium_2018.pptx +0 -0
- package/documents/posters/Samdarshi-et-al_SoCalSysBio_2019.pptx +0 -0
- package/documents/posters/Shin-et-al_SCCUR_2017.pptx +0 -0
- package/documents/posters/Southwick_CMSI402_2014.pptx +0 -0
- package/documents/posters/Varshneya_Samdarshi_LMU-Symposium_2016.pptx +0 -0
- package/documents/posters/Varshneya_Samdarshi_SoCalSysBio_2017.pptx +0 -0
- package/documents/presentations/Anguiano_402_Final_Presentation.pptx +0 -0
- package/documents/presentations/Choe_SWERapidFire2017_final.pptx +0 -0
- package/documents/presentations/Dahlquist_BOSC_20160709.pptx +0 -0
- package/documents/presentations/Dahlquist_ExperimentalBiology_20160404_talk.pptx +0 -0
- package/documents/presentations/Dahlquist_SoCalSysBio_20150131_talk.pptx +0 -0
- package/documents/presentations/Samdarshi_LMU-Symposium_20190323_talk.pdf +0 -0
- package/documents/presentations/Samdarshi_LMU-Symposium_20190323_talk.pptx +0 -0
- package/documents/presentations/Southwick_Anguiano_LMU-Symposium_20140329_talk.pptx +0 -0
- package/documents/presentations/Southwick_CMSI402_Presentation_20140508_talk.pptx +0 -0
- package/documents/presentations/Varshneya_Anguiano_LMU-Symposium_201703_talk.pptx +0 -0
- package/documents/reports/Samdarshi_Mihir_2019/Samdarshi_2019_Final.docx +0 -0
- package/documents/reports/Samdarshi_Mihir_2019/Samdarshi_Mihir_2019_AnnotatedBibliography.docx +0 -0
- package/documents/reports/Samdarshi_Mihir_2019/Samdarshi_Mihir_2019_Outline.docx +0 -0
- package/documents/reports/Samdarshi_Mihir_2019/~$mdarshi_2019_Draft.docx +0 -0
- package/documents/reports/Samdarshi_Mihir_2019/~$mdarshi_2019_Final_Paper_Draft.docx +0 -0
- package/documents/reports/Varshneya_Anu_2017/Varshneya-201701-AnnotatedBibliography.docx +0 -0
- package/documents/reports/Varshneya_Anu_2017/Varshneya-201702-Introduction.docx +0 -0
- package/documents/reports/Varshneya_Anu_2017/Varshneya-201702-Outline.docx +0 -0
- package/documents/reports/Varshneya_Anu_2017/Varshneya-201703-Discussion.docx +0 -0
- package/documents/reports/Varshneya_Anu_2017/Varshneya-201703-MMResults.docx +0 -0
- package/documents/reports/Varshneya_Anu_2017/Varshneya-201704-Draft-1.docx +0 -0
- package/documents/reports/Varshneya_Anu_2017/Varshneya-201704-Final.docx +0 -0
- package/onlysidebar.html +0 -8
- package/test/graph-library-tests.js +0 -165
- package/test-files/demo-files/21-genes_50-edges_Dahlquist-data_estimation_output.xlsx +0 -0
- package/test-files/demo-files/21-genes_50-edges_Dahlquist-data_input.xlsx +0 -0
- package/test-files/graph-tests/different-sized-networks/10-genes-max-edges.xlsx +0 -0
- package/test-files/graph-tests/different-sized-networks/12-genes-max-edges.xlsx +0 -0
- package/test-files/graph-tests/different-sized-networks/35-genes-max-edges.xlsx +0 -0
- package/test-files/graph-tests/different-sized-networks/40-genes-0-edges.xlsx +0 -0
- package/test-files/graph-tests/different-sized-networks/40-genes-max-edges.xlsx +0 -0
- package/test-files/graph-tests/different-sized-networks/42-genes-max-edges.xlsx +0 -0
- package/test-files/graph-tests/different-sized-networks/50-genes-max-edges.xlsx +0 -0
- package/test-files/graph-tests/different-sized-networks/75-genes-150-edges.xlsx +0 -0
- package/web-client/public/js/container.js +0 -121
- package/web-client/views/upload.jade +0 -464
|
@@ -1,3525 +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="3.999999999999943">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.47070312500006" 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.933593749999943">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.1123046875" 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.8671875">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
|
-
<node id="n111">
|
|
1983
|
-
<data key="d4"/>
|
|
1984
|
-
<data key="d6">
|
|
1985
|
-
<y:GenericNode configuration="com.yworks.flowchart.process">
|
|
1986
|
-
<y:Geometry height="120.0" width="176.83203125" x="871.5839843750001" y="930.0"/>
|
|
1987
|
-
<y:Fill color="#E8EEF7" color2="#C0C0C0" transparent="false"/>
|
|
1988
|
-
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
1989
|
-
<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="130.45703125" x="23.1875" y="43.8671875">Export to Unweighted
|
|
1990
|
-
SIF<y:LabelModel>
|
|
1991
|
-
<y:SmartNodeLabelModel distance="4.0"/>
|
|
1992
|
-
</y:LabelModel>
|
|
1993
|
-
<y:ModelParameter>
|
|
1994
|
-
<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"/>
|
|
1995
|
-
</y:ModelParameter>
|
|
1996
|
-
</y:NodeLabel>
|
|
1997
|
-
</y:GenericNode>
|
|
1998
|
-
</data>
|
|
1999
|
-
</node>
|
|
2000
|
-
<node id="n112">
|
|
2001
|
-
<data key="d4"/>
|
|
2002
|
-
<data key="d6">
|
|
2003
|
-
<y:GenericNode configuration="com.yworks.flowchart.process">
|
|
2004
|
-
<y:Geometry height="120.0" width="176.83203125" x="1141.583984375" y="930.0"/>
|
|
2005
|
-
<y:Fill color="#E8EEF7" color2="#C0C0C0" transparent="false"/>
|
|
2006
|
-
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
2007
|
-
<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="130.45703125" x="23.1875" y="43.8671875">Export to Unweighted
|
|
2008
|
-
GraphML<y:LabelModel>
|
|
2009
|
-
<y:SmartNodeLabelModel distance="4.0"/>
|
|
2010
|
-
</y:LabelModel>
|
|
2011
|
-
<y:ModelParameter>
|
|
2012
|
-
<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"/>
|
|
2013
|
-
</y:ModelParameter>
|
|
2014
|
-
</y:NodeLabel>
|
|
2015
|
-
</y:GenericNode>
|
|
2016
|
-
</data>
|
|
2017
|
-
</node>
|
|
2018
|
-
<node id="n113">
|
|
2019
|
-
<data key="d4"/>
|
|
2020
|
-
<data key="d6">
|
|
2021
|
-
<y:GenericNode configuration="com.yworks.flowchart.process">
|
|
2022
|
-
<y:Geometry height="120.0" width="176.83203125" x="871.583984375" y="1110.0"/>
|
|
2023
|
-
<y:Fill color="#E8EEF7" color2="#C0C0C0" transparent="false"/>
|
|
2024
|
-
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
2025
|
-
<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="115.71484375" x="30.55859375" y="43.8671875">Export to Weighted
|
|
2026
|
-
SIF<y:LabelModel>
|
|
2027
|
-
<y:SmartNodeLabelModel distance="4.0"/>
|
|
2028
|
-
</y:LabelModel>
|
|
2029
|
-
<y:ModelParameter>
|
|
2030
|
-
<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"/>
|
|
2031
|
-
</y:ModelParameter>
|
|
2032
|
-
</y:NodeLabel>
|
|
2033
|
-
</y:GenericNode>
|
|
2034
|
-
</data>
|
|
2035
|
-
</node>
|
|
2036
|
-
<node id="n114">
|
|
2037
|
-
<data key="d4"/>
|
|
2038
|
-
<data key="d6">
|
|
2039
|
-
<y:GenericNode configuration="com.yworks.flowchart.process">
|
|
2040
|
-
<y:Geometry height="120.0" width="176.83203125" x="1141.583984375" y="1110.0"/>
|
|
2041
|
-
<y:Fill color="#E8EEF7" color2="#C0C0C0" transparent="false"/>
|
|
2042
|
-
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
2043
|
-
<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="115.71484375" x="30.55859375" y="43.8671875">Export to Weighted
|
|
2044
|
-
GraphML<y:LabelModel>
|
|
2045
|
-
<y:SmartNodeLabelModel distance="4.0"/>
|
|
2046
|
-
</y:LabelModel>
|
|
2047
|
-
<y:ModelParameter>
|
|
2048
|
-
<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"/>
|
|
2049
|
-
</y:ModelParameter>
|
|
2050
|
-
</y:NodeLabel>
|
|
2051
|
-
</y:GenericNode>
|
|
2052
|
-
</data>
|
|
2053
|
-
</node>
|
|
2054
|
-
<edge id="e0" source="n1" target="n2">
|
|
2055
|
-
<data key="d10">
|
|
2056
|
-
<y:PolyLineEdge>
|
|
2057
|
-
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
|
|
2058
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2059
|
-
<y:Arrows source="none" target="standard"/>
|
|
2060
|
-
<y:BendStyle smoothed="false"/>
|
|
2061
|
-
</y:PolyLineEdge>
|
|
2062
|
-
</data>
|
|
2063
|
-
</edge>
|
|
2064
|
-
<edge id="e1" source="n1" target="n3">
|
|
2065
|
-
<data key="d10">
|
|
2066
|
-
<y:PolyLineEdge>
|
|
2067
|
-
<y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
|
|
2068
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2069
|
-
<y:Arrows source="none" target="standard"/>
|
|
2070
|
-
<y:BendStyle smoothed="false"/>
|
|
2071
|
-
</y:PolyLineEdge>
|
|
2072
|
-
</data>
|
|
2073
|
-
</edge>
|
|
2074
|
-
<edge id="e2" source="n3" target="n1">
|
|
2075
|
-
<data key="d10">
|
|
2076
|
-
<y:PolyLineEdge>
|
|
2077
|
-
<y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
|
|
2078
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2079
|
-
<y:Arrows source="none" target="standard"/>
|
|
2080
|
-
<y:BendStyle smoothed="false"/>
|
|
2081
|
-
</y:PolyLineEdge>
|
|
2082
|
-
</data>
|
|
2083
|
-
</edge>
|
|
2084
|
-
<edge id="e3" source="n2" target="n6">
|
|
2085
|
-
<data key="d10">
|
|
2086
|
-
<y:PolyLineEdge>
|
|
2087
|
-
<y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
|
|
2088
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2089
|
-
<y:Arrows source="none" target="standard"/>
|
|
2090
|
-
<y:BendStyle smoothed="false"/>
|
|
2091
|
-
</y:PolyLineEdge>
|
|
2092
|
-
</data>
|
|
2093
|
-
</edge>
|
|
2094
|
-
<edge id="e4" source="n6" target="n2">
|
|
2095
|
-
<data key="d10">
|
|
2096
|
-
<y:PolyLineEdge>
|
|
2097
|
-
<y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
|
|
2098
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2099
|
-
<y:Arrows source="none" target="standard"/>
|
|
2100
|
-
<y:BendStyle smoothed="false"/>
|
|
2101
|
-
</y:PolyLineEdge>
|
|
2102
|
-
</data>
|
|
2103
|
-
</edge>
|
|
2104
|
-
<edge id="e5" source="n4" target="n7">
|
|
2105
|
-
<data key="d10">
|
|
2106
|
-
<y:PolyLineEdge>
|
|
2107
|
-
<y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
|
|
2108
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2109
|
-
<y:Arrows source="none" target="standard"/>
|
|
2110
|
-
<y:BendStyle smoothed="false"/>
|
|
2111
|
-
</y:PolyLineEdge>
|
|
2112
|
-
</data>
|
|
2113
|
-
</edge>
|
|
2114
|
-
<edge id="e6" source="n7" target="n4">
|
|
2115
|
-
<data key="d10">
|
|
2116
|
-
<y:PolyLineEdge>
|
|
2117
|
-
<y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
|
|
2118
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2119
|
-
<y:Arrows source="none" target="standard"/>
|
|
2120
|
-
<y:BendStyle smoothed="false"/>
|
|
2121
|
-
</y:PolyLineEdge>
|
|
2122
|
-
</data>
|
|
2123
|
-
</edge>
|
|
2124
|
-
<edge id="e7" source="n5" target="n8">
|
|
2125
|
-
<data key="d10">
|
|
2126
|
-
<y:PolyLineEdge>
|
|
2127
|
-
<y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
|
|
2128
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2129
|
-
<y:Arrows source="none" target="standard"/>
|
|
2130
|
-
<y:BendStyle smoothed="false"/>
|
|
2131
|
-
</y:PolyLineEdge>
|
|
2132
|
-
</data>
|
|
2133
|
-
</edge>
|
|
2134
|
-
<edge id="e8" source="n8" target="n5">
|
|
2135
|
-
<data key="d10">
|
|
2136
|
-
<y:PolyLineEdge>
|
|
2137
|
-
<y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
|
|
2138
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2139
|
-
<y:Arrows source="none" target="standard"/>
|
|
2140
|
-
<y:BendStyle smoothed="false"/>
|
|
2141
|
-
</y:PolyLineEdge>
|
|
2142
|
-
</data>
|
|
2143
|
-
</edge>
|
|
2144
|
-
<edge id="e9" source="n9" target="n11">
|
|
2145
|
-
<data key="d10">
|
|
2146
|
-
<y:PolyLineEdge>
|
|
2147
|
-
<y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
|
|
2148
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2149
|
-
<y:Arrows source="none" target="standard"/>
|
|
2150
|
-
<y:BendStyle smoothed="false"/>
|
|
2151
|
-
</y:PolyLineEdge>
|
|
2152
|
-
</data>
|
|
2153
|
-
</edge>
|
|
2154
|
-
<edge id="e10" source="n11" target="n9">
|
|
2155
|
-
<data key="d10">
|
|
2156
|
-
<y:PolyLineEdge>
|
|
2157
|
-
<y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
|
|
2158
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2159
|
-
<y:Arrows source="none" target="standard"/>
|
|
2160
|
-
<y:BendStyle smoothed="false"/>
|
|
2161
|
-
</y:PolyLineEdge>
|
|
2162
|
-
</data>
|
|
2163
|
-
</edge>
|
|
2164
|
-
<edge id="e11" source="n10" target="n14">
|
|
2165
|
-
<data key="d10">
|
|
2166
|
-
<y:PolyLineEdge>
|
|
2167
|
-
<y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
|
|
2168
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2169
|
-
<y:Arrows source="none" target="standard"/>
|
|
2170
|
-
<y:BendStyle smoothed="false"/>
|
|
2171
|
-
</y:PolyLineEdge>
|
|
2172
|
-
</data>
|
|
2173
|
-
</edge>
|
|
2174
|
-
<edge id="e12" source="n14" target="n10">
|
|
2175
|
-
<data key="d10">
|
|
2176
|
-
<y:PolyLineEdge>
|
|
2177
|
-
<y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
|
|
2178
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2179
|
-
<y:Arrows source="none" target="standard"/>
|
|
2180
|
-
<y:BendStyle smoothed="false"/>
|
|
2181
|
-
</y:PolyLineEdge>
|
|
2182
|
-
</data>
|
|
2183
|
-
</edge>
|
|
2184
|
-
<edge id="e13" source="n12" target="n15">
|
|
2185
|
-
<data key="d10">
|
|
2186
|
-
<y:PolyLineEdge>
|
|
2187
|
-
<y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
|
|
2188
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2189
|
-
<y:Arrows source="none" target="standard"/>
|
|
2190
|
-
<y:BendStyle smoothed="false"/>
|
|
2191
|
-
</y:PolyLineEdge>
|
|
2192
|
-
</data>
|
|
2193
|
-
</edge>
|
|
2194
|
-
<edge id="e14" source="n15" target="n12">
|
|
2195
|
-
<data key="d10">
|
|
2196
|
-
<y:PolyLineEdge>
|
|
2197
|
-
<y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
|
|
2198
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2199
|
-
<y:Arrows source="none" target="standard"/>
|
|
2200
|
-
<y:BendStyle smoothed="false"/>
|
|
2201
|
-
</y:PolyLineEdge>
|
|
2202
|
-
</data>
|
|
2203
|
-
</edge>
|
|
2204
|
-
<edge id="e15" source="n16" target="n13">
|
|
2205
|
-
<data key="d10">
|
|
2206
|
-
<y:PolyLineEdge>
|
|
2207
|
-
<y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
|
|
2208
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2209
|
-
<y:Arrows source="none" target="standard"/>
|
|
2210
|
-
<y:BendStyle smoothed="false"/>
|
|
2211
|
-
</y:PolyLineEdge>
|
|
2212
|
-
</data>
|
|
2213
|
-
</edge>
|
|
2214
|
-
<edge id="e16" source="n13" target="n16">
|
|
2215
|
-
<data key="d10">
|
|
2216
|
-
<y:PolyLineEdge>
|
|
2217
|
-
<y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
|
|
2218
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2219
|
-
<y:Arrows source="none" target="standard"/>
|
|
2220
|
-
<y:BendStyle smoothed="false"/>
|
|
2221
|
-
</y:PolyLineEdge>
|
|
2222
|
-
</data>
|
|
2223
|
-
</edge>
|
|
2224
|
-
<edge id="e17" source="n17" target="n19">
|
|
2225
|
-
<data key="d10">
|
|
2226
|
-
<y:PolyLineEdge>
|
|
2227
|
-
<y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
|
|
2228
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2229
|
-
<y:Arrows source="none" target="standard"/>
|
|
2230
|
-
<y:BendStyle smoothed="false"/>
|
|
2231
|
-
</y:PolyLineEdge>
|
|
2232
|
-
</data>
|
|
2233
|
-
</edge>
|
|
2234
|
-
<edge id="e18" source="n19" target="n17">
|
|
2235
|
-
<data key="d10">
|
|
2236
|
-
<y:PolyLineEdge>
|
|
2237
|
-
<y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
|
|
2238
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2239
|
-
<y:Arrows source="none" target="standard"/>
|
|
2240
|
-
<y:BendStyle smoothed="false"/>
|
|
2241
|
-
</y:PolyLineEdge>
|
|
2242
|
-
</data>
|
|
2243
|
-
</edge>
|
|
2244
|
-
<edge id="e19" source="n22" target="n18">
|
|
2245
|
-
<data key="d10">
|
|
2246
|
-
<y:PolyLineEdge>
|
|
2247
|
-
<y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
|
|
2248
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2249
|
-
<y:Arrows source="none" target="standard"/>
|
|
2250
|
-
<y:BendStyle smoothed="false"/>
|
|
2251
|
-
</y:PolyLineEdge>
|
|
2252
|
-
</data>
|
|
2253
|
-
</edge>
|
|
2254
|
-
<edge id="e20" source="n18" target="n22">
|
|
2255
|
-
<data key="d10">
|
|
2256
|
-
<y:PolyLineEdge>
|
|
2257
|
-
<y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
|
|
2258
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2259
|
-
<y:Arrows source="none" target="standard"/>
|
|
2260
|
-
<y:BendStyle smoothed="false"/>
|
|
2261
|
-
</y:PolyLineEdge>
|
|
2262
|
-
</data>
|
|
2263
|
-
</edge>
|
|
2264
|
-
<edge id="e21" source="n23" target="n20">
|
|
2265
|
-
<data key="d10">
|
|
2266
|
-
<y:PolyLineEdge>
|
|
2267
|
-
<y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
|
|
2268
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2269
|
-
<y:Arrows source="none" target="standard"/>
|
|
2270
|
-
<y:BendStyle smoothed="false"/>
|
|
2271
|
-
</y:PolyLineEdge>
|
|
2272
|
-
</data>
|
|
2273
|
-
</edge>
|
|
2274
|
-
<edge id="e22" source="n21" target="n24">
|
|
2275
|
-
<data key="d10">
|
|
2276
|
-
<y:PolyLineEdge>
|
|
2277
|
-
<y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
|
|
2278
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2279
|
-
<y:Arrows source="none" target="standard"/>
|
|
2280
|
-
<y:BendStyle smoothed="false"/>
|
|
2281
|
-
</y:PolyLineEdge>
|
|
2282
|
-
</data>
|
|
2283
|
-
</edge>
|
|
2284
|
-
<edge id="e23" source="n20" target="n23">
|
|
2285
|
-
<data key="d10">
|
|
2286
|
-
<y:PolyLineEdge>
|
|
2287
|
-
<y:Path sx="0.0" sy="-30.0" tx="0.0" ty="-30.0"/>
|
|
2288
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2289
|
-
<y:Arrows source="none" target="standard"/>
|
|
2290
|
-
<y:BendStyle smoothed="false"/>
|
|
2291
|
-
</y:PolyLineEdge>
|
|
2292
|
-
</data>
|
|
2293
|
-
</edge>
|
|
2294
|
-
<edge id="e24" source="n0" target="n1">
|
|
2295
|
-
<data key="d10">
|
|
2296
|
-
<y:PolyLineEdge>
|
|
2297
|
-
<y:Path sx="0.0" sy="0.0" tx="2.701171875" ty="-60.0"/>
|
|
2298
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2299
|
-
<y:Arrows source="none" target="standard"/>
|
|
2300
|
-
<y:BendStyle smoothed="false"/>
|
|
2301
|
-
</y:PolyLineEdge>
|
|
2302
|
-
</data>
|
|
2303
|
-
</edge>
|
|
2304
|
-
<edge id="e25" source="n24" target="n21">
|
|
2305
|
-
<data key="d10">
|
|
2306
|
-
<y:PolyLineEdge>
|
|
2307
|
-
<y:Path sx="0.0" sy="30.0" tx="0.0" ty="30.0"/>
|
|
2308
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2309
|
-
<y:Arrows source="none" target="standard"/>
|
|
2310
|
-
<y:BendStyle smoothed="false"/>
|
|
2311
|
-
</y:PolyLineEdge>
|
|
2312
|
-
</data>
|
|
2313
|
-
</edge>
|
|
2314
|
-
<edge id="e26" source="n17" target="n18">
|
|
2315
|
-
<data key="d10">
|
|
2316
|
-
<y:PolyLineEdge>
|
|
2317
|
-
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
|
|
2318
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2319
|
-
<y:Arrows source="none" target="standard"/>
|
|
2320
|
-
<y:BendStyle smoothed="false"/>
|
|
2321
|
-
</y:PolyLineEdge>
|
|
2322
|
-
</data>
|
|
2323
|
-
</edge>
|
|
2324
|
-
<edge id="e27" source="n9" target="n10">
|
|
2325
|
-
<data key="d10">
|
|
2326
|
-
<y:PolyLineEdge>
|
|
2327
|
-
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
|
|
2328
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2329
|
-
<y:Arrows source="none" target="standard"/>
|
|
2330
|
-
<y:BendStyle smoothed="false"/>
|
|
2331
|
-
</y:PolyLineEdge>
|
|
2332
|
-
</data>
|
|
2333
|
-
</edge>
|
|
2334
|
-
<edge id="e28" source="n2" target="n4">
|
|
2335
|
-
<data key="d10">
|
|
2336
|
-
<y:PolyLineEdge>
|
|
2337
|
-
<y:Path sx="-46.30626022913256" sy="0.0" tx="-46.30626022913256" ty="0.0"/>
|
|
2338
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2339
|
-
<y:Arrows source="none" target="standard"/>
|
|
2340
|
-
<y:BendStyle smoothed="false"/>
|
|
2341
|
-
</y:PolyLineEdge>
|
|
2342
|
-
</data>
|
|
2343
|
-
</edge>
|
|
2344
|
-
<edge id="e29" source="n4" target="n2">
|
|
2345
|
-
<data key="d10">
|
|
2346
|
-
<y:PolyLineEdge>
|
|
2347
|
-
<y:Path sx="46.30626022913256" sy="0.0" tx="46.30626022913256" ty="0.0"/>
|
|
2348
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2349
|
-
<y:Arrows source="none" target="standard"/>
|
|
2350
|
-
<y:BendStyle smoothed="false"/>
|
|
2351
|
-
</y:PolyLineEdge>
|
|
2352
|
-
</data>
|
|
2353
|
-
</edge>
|
|
2354
|
-
<edge id="e30" source="n23" target="n22">
|
|
2355
|
-
<data key="d10">
|
|
2356
|
-
<y:PolyLineEdge>
|
|
2357
|
-
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0">
|
|
2358
|
-
<y:Point x="1230.4016142692526" y="450.0"/>
|
|
2359
|
-
<y:Point x="1230.4016142692526" y="450.0"/>
|
|
2360
|
-
<y:Point x="1230.4016142692526" y="480.0"/>
|
|
2361
|
-
</y:Path>
|
|
2362
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2363
|
-
<y:Arrows source="none" target="standard"/>
|
|
2364
|
-
<y:BendStyle smoothed="false"/>
|
|
2365
|
-
</y:PolyLineEdge>
|
|
2366
|
-
</data>
|
|
2367
|
-
</edge>
|
|
2368
|
-
<edge id="e31" source="n15" target="n14">
|
|
2369
|
-
<data key="d10">
|
|
2370
|
-
<y:PolyLineEdge>
|
|
2371
|
-
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
|
|
2372
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2373
|
-
<y:Arrows source="none" target="standard"/>
|
|
2374
|
-
<y:BendStyle smoothed="false"/>
|
|
2375
|
-
</y:PolyLineEdge>
|
|
2376
|
-
</data>
|
|
2377
|
-
</edge>
|
|
2378
|
-
<edge id="e32" source="n4" target="n5">
|
|
2379
|
-
<data key="d10">
|
|
2380
|
-
<y:PolyLineEdge>
|
|
2381
|
-
<y:Path sx="-46.30626022913256" sy="0.0" tx="-46.30626022913257" ty="0.0"/>
|
|
2382
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2383
|
-
<y:Arrows source="none" target="standard"/>
|
|
2384
|
-
<y:BendStyle smoothed="false"/>
|
|
2385
|
-
</y:PolyLineEdge>
|
|
2386
|
-
</data>
|
|
2387
|
-
</edge>
|
|
2388
|
-
<edge id="e33" source="n5" target="n4">
|
|
2389
|
-
<data key="d10">
|
|
2390
|
-
<y:PolyLineEdge>
|
|
2391
|
-
<y:Path sx="46.30626022913257" sy="0.0" tx="46.30626022913256" ty="0.0"/>
|
|
2392
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2393
|
-
<y:Arrows source="none" target="standard"/>
|
|
2394
|
-
<y:BendStyle smoothed="false"/>
|
|
2395
|
-
</y:PolyLineEdge>
|
|
2396
|
-
</data>
|
|
2397
|
-
</edge>
|
|
2398
|
-
<edge id="e34" source="n18" target="n20">
|
|
2399
|
-
<data key="d10">
|
|
2400
|
-
<y:PolyLineEdge>
|
|
2401
|
-
<y:Path sx="-40.0" sy="0.0" tx="-40.0" ty="0.0"/>
|
|
2402
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2403
|
-
<y:Arrows source="none" target="standard"/>
|
|
2404
|
-
<y:BendStyle smoothed="false"/>
|
|
2405
|
-
</y:PolyLineEdge>
|
|
2406
|
-
</data>
|
|
2407
|
-
</edge>
|
|
2408
|
-
<edge id="e35" source="n20" target="n18">
|
|
2409
|
-
<data key="d10">
|
|
2410
|
-
<y:PolyLineEdge>
|
|
2411
|
-
<y:Path sx="40.0" sy="0.0" tx="40.0" ty="0.0"/>
|
|
2412
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2413
|
-
<y:Arrows source="none" target="standard"/>
|
|
2414
|
-
<y:BendStyle smoothed="false"/>
|
|
2415
|
-
</y:PolyLineEdge>
|
|
2416
|
-
</data>
|
|
2417
|
-
</edge>
|
|
2418
|
-
<edge id="e36" source="n20" target="n21">
|
|
2419
|
-
<data key="d10">
|
|
2420
|
-
<y:PolyLineEdge>
|
|
2421
|
-
<y:Path sx="-40.0" sy="0.0" tx="-40.0" ty="0.0"/>
|
|
2422
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2423
|
-
<y:Arrows source="none" target="standard"/>
|
|
2424
|
-
<y:BendStyle smoothed="false"/>
|
|
2425
|
-
</y:PolyLineEdge>
|
|
2426
|
-
</data>
|
|
2427
|
-
</edge>
|
|
2428
|
-
<edge id="e37" source="n21" target="n20">
|
|
2429
|
-
<data key="d10">
|
|
2430
|
-
<y:PolyLineEdge>
|
|
2431
|
-
<y:Path sx="40.0" sy="0.0" tx="40.0" ty="0.0"/>
|
|
2432
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2433
|
-
<y:Arrows source="none" target="standard"/>
|
|
2434
|
-
<y:BendStyle smoothed="false"/>
|
|
2435
|
-
</y:PolyLineEdge>
|
|
2436
|
-
</data>
|
|
2437
|
-
</edge>
|
|
2438
|
-
<edge id="e38" source="n10" target="n12">
|
|
2439
|
-
<data key="d10">
|
|
2440
|
-
<y:PolyLineEdge>
|
|
2441
|
-
<y:Path sx="-43.638028678154" sy="0.0" tx="-43.638028678153994" ty="0.0"/>
|
|
2442
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2443
|
-
<y:Arrows source="none" target="standard"/>
|
|
2444
|
-
<y:BendStyle smoothed="false"/>
|
|
2445
|
-
</y:PolyLineEdge>
|
|
2446
|
-
</data>
|
|
2447
|
-
</edge>
|
|
2448
|
-
<edge id="e39" source="n12" target="n10">
|
|
2449
|
-
<data key="d10">
|
|
2450
|
-
<y:PolyLineEdge>
|
|
2451
|
-
<y:Path sx="43.638028678153994" sy="0.0" tx="43.638028678154" ty="0.0"/>
|
|
2452
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2453
|
-
<y:Arrows source="none" target="standard"/>
|
|
2454
|
-
<y:BendStyle smoothed="false"/>
|
|
2455
|
-
</y:PolyLineEdge>
|
|
2456
|
-
</data>
|
|
2457
|
-
</edge>
|
|
2458
|
-
<edge id="e40" source="n12" target="n13">
|
|
2459
|
-
<data key="d10">
|
|
2460
|
-
<y:PolyLineEdge>
|
|
2461
|
-
<y:Path sx="-43.638028678153994" sy="0.0" tx="-43.638028678154" ty="0.0"/>
|
|
2462
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2463
|
-
<y:Arrows source="none" target="standard"/>
|
|
2464
|
-
<y:BendStyle smoothed="false"/>
|
|
2465
|
-
</y:PolyLineEdge>
|
|
2466
|
-
</data>
|
|
2467
|
-
</edge>
|
|
2468
|
-
<edge id="e41" source="n13" target="n12">
|
|
2469
|
-
<data key="d10">
|
|
2470
|
-
<y:PolyLineEdge>
|
|
2471
|
-
<y:Path sx="43.638028678154" sy="0.0" tx="43.638028678153994" ty="0.0"/>
|
|
2472
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2473
|
-
<y:Arrows source="none" target="standard"/>
|
|
2474
|
-
<y:BendStyle smoothed="false"/>
|
|
2475
|
-
</y:PolyLineEdge>
|
|
2476
|
-
</data>
|
|
2477
|
-
</edge>
|
|
2478
|
-
<edge id="e42" source="n2" target="n18">
|
|
2479
|
-
<data key="d10">
|
|
2480
|
-
<y:PolyLineEdge>
|
|
2481
|
-
<y:Path sx="0.0" sy="0.0" tx="-83.39820683693404" ty="0.0">
|
|
2482
|
-
<y:Point x="297.298828125" y="300.0"/>
|
|
2483
|
-
<y:Point x="780.0" y="300.0"/>
|
|
2484
|
-
<y:Point x="780.0" y="390.0"/>
|
|
2485
|
-
</y:Path>
|
|
2486
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2487
|
-
<y:Arrows source="none" target="standard"/>
|
|
2488
|
-
<y:BendStyle smoothed="true"/>
|
|
2489
|
-
</y:PolyLineEdge>
|
|
2490
|
-
</data>
|
|
2491
|
-
</edge>
|
|
2492
|
-
<edge id="e43" source="n5" target="n2">
|
|
2493
|
-
<data key="d10">
|
|
2494
|
-
<y:PolyLineEdge>
|
|
2495
|
-
<y:Path sx="-88.40645693357993" sy="-29.82016711107417" tx="-83.48025651034644" ty="11.125278608969552">
|
|
2496
|
-
<y:Point x="150.0" y="720.1798328889258"/>
|
|
2497
|
-
<y:Point x="150.0" y="401.12527860896955"/>
|
|
2498
|
-
</y:Path>
|
|
2499
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2500
|
-
<y:Arrows source="none" target="standard"/>
|
|
2501
|
-
<y:BendStyle smoothed="true"/>
|
|
2502
|
-
</y:PolyLineEdge>
|
|
2503
|
-
</data>
|
|
2504
|
-
</edge>
|
|
2505
|
-
<edge id="e44" source="n1" target="n9">
|
|
2506
|
-
<data key="d8"/>
|
|
2507
|
-
<data key="d10">
|
|
2508
|
-
<y:PolyLineEdge>
|
|
2509
|
-
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0">
|
|
2510
|
-
<y:Point x="120.0" y="210.0"/>
|
|
2511
|
-
<y:Point x="120.0" y="990.0"/>
|
|
2512
|
-
</y:Path>
|
|
2513
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2514
|
-
<y:Arrows source="none" target="standard"/>
|
|
2515
|
-
<y:BendStyle smoothed="true"/>
|
|
2516
|
-
</y:PolyLineEdge>
|
|
2517
|
-
</data>
|
|
2518
|
-
</edge>
|
|
2519
|
-
<edge id="e45" source="n2" target="n10">
|
|
2520
|
-
<data key="d10">
|
|
2521
|
-
<y:PolyLineEdge>
|
|
2522
|
-
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0">
|
|
2523
|
-
<y:Point x="90.0" y="390.0"/>
|
|
2524
|
-
<y:Point x="90.0" y="1170.0"/>
|
|
2525
|
-
</y:Path>
|
|
2526
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2527
|
-
<y:Arrows source="none" target="standard"/>
|
|
2528
|
-
<y:BendStyle smoothed="true"/>
|
|
2529
|
-
</y:PolyLineEdge>
|
|
2530
|
-
</data>
|
|
2531
|
-
</edge>
|
|
2532
|
-
<edge id="e46" source="n4" target="n9">
|
|
2533
|
-
<data key="d10">
|
|
2534
|
-
<y:PolyLineEdge>
|
|
2535
|
-
<y:Path sx="0.0" sy="0.0" tx="-88.41329494845884" ty="0.0">
|
|
2536
|
-
<y:Point x="120.0" y="570.0"/>
|
|
2537
|
-
<y:Point x="120.0" y="990.0"/>
|
|
2538
|
-
</y:Path>
|
|
2539
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2540
|
-
<y:Arrows source="none" target="standard"/>
|
|
2541
|
-
<y:BendStyle smoothed="true"/>
|
|
2542
|
-
</y:PolyLineEdge>
|
|
2543
|
-
</data>
|
|
2544
|
-
</edge>
|
|
2545
|
-
<edge id="e47" source="n5" target="n10">
|
|
2546
|
-
<data key="d10">
|
|
2547
|
-
<y:PolyLineEdge>
|
|
2548
|
-
<y:Path sx="0.0" sy="0.0" tx="-88.41329494845884" ty="0.0">
|
|
2549
|
-
<y:Point x="90.0" y="750.0"/>
|
|
2550
|
-
<y:Point x="90.0" y="1170.0"/>
|
|
2551
|
-
</y:Path>
|
|
2552
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2553
|
-
<y:Arrows source="none" target="standard"/>
|
|
2554
|
-
<y:BendStyle smoothed="true"/>
|
|
2555
|
-
</y:PolyLineEdge>
|
|
2556
|
-
</data>
|
|
2557
|
-
</edge>
|
|
2558
|
-
<edge id="e48" source="n1" target="n4">
|
|
2559
|
-
<data key="d10">
|
|
2560
|
-
<y:PolyLineEdge>
|
|
2561
|
-
<y:Path sx="0.0" sy="13.71608320670586" tx="-87.5414528639547" ty="-30.0">
|
|
2562
|
-
<y:Point x="150.0" y="223.71608320670586"/>
|
|
2563
|
-
<y:Point x="150.0" y="540.0"/>
|
|
2564
|
-
</y:Path>
|
|
2565
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2566
|
-
<y:Arrows source="none" target="standard"/>
|
|
2567
|
-
<y:BendStyle smoothed="true"/>
|
|
2568
|
-
</y:PolyLineEdge>
|
|
2569
|
-
</data>
|
|
2570
|
-
</edge>
|
|
2571
|
-
<edge id="e49" source="n13" target="n10">
|
|
2572
|
-
<data key="d10">
|
|
2573
|
-
<y:PolyLineEdge>
|
|
2574
|
-
<y:Path sx="0.0" sy="0.0" tx="-80.08407202355397" ty="0.0">
|
|
2575
|
-
<y:Point x="150.0" y="1530.0"/>
|
|
2576
|
-
<y:Point x="150.0" y="1170.0"/>
|
|
2577
|
-
</y:Path>
|
|
2578
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2579
|
-
<y:Arrows source="none" target="standard"/>
|
|
2580
|
-
<y:BendStyle smoothed="true"/>
|
|
2581
|
-
</y:PolyLineEdge>
|
|
2582
|
-
</data>
|
|
2583
|
-
</edge>
|
|
2584
|
-
<edge id="e50" source="n6" target="n22">
|
|
2585
|
-
<data key="d10">
|
|
2586
|
-
<y:PolyLineEdge>
|
|
2587
|
-
<y:Path sx="-10.135977914503858" sy="0.0" tx="0.0" ty="0.0">
|
|
2588
|
-
<y:Point x="557.1628502104961" y="300.0"/>
|
|
2589
|
-
<y:Point x="1230.0" y="300.0"/>
|
|
2590
|
-
</y:Path>
|
|
2591
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2592
|
-
<y:Arrows source="none" target="standard"/>
|
|
2593
|
-
<y:BendStyle smoothed="true"/>
|
|
2594
|
-
</y:PolyLineEdge>
|
|
2595
|
-
</data>
|
|
2596
|
-
</edge>
|
|
2597
|
-
<edge id="e51" source="n7" target="n6">
|
|
2598
|
-
<data key="d10">
|
|
2599
|
-
<y:PolyLineEdge>
|
|
2600
|
-
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="30.0"/>
|
|
2601
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2602
|
-
<y:Arrows source="none" target="standard"/>
|
|
2603
|
-
<y:BendStyle smoothed="false"/>
|
|
2604
|
-
</y:PolyLineEdge>
|
|
2605
|
-
</data>
|
|
2606
|
-
</edge>
|
|
2607
|
-
<edge id="e52" source="n1" target="n17">
|
|
2608
|
-
<data key="d8"/>
|
|
2609
|
-
<data key="d10">
|
|
2610
|
-
<y:PolyLineEdge>
|
|
2611
|
-
<y:Path sx="64.10656252029985" sy="0.0" tx="0.0" ty="0.0">
|
|
2612
|
-
<y:Point x="361.40539064529986" y="90.0"/>
|
|
2613
|
-
<y:Point x="810.0" y="90.0"/>
|
|
2614
|
-
<y:Point x="810.0" y="210.0"/>
|
|
2615
|
-
</y:Path>
|
|
2616
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2617
|
-
<y:Arrows source="none" target="standard"/>
|
|
2618
|
-
<y:BendStyle smoothed="true"/>
|
|
2619
|
-
</y:PolyLineEdge>
|
|
2620
|
-
</data>
|
|
2621
|
-
</edge>
|
|
2622
|
-
<edge id="e53" source="n17" target="n17">
|
|
2623
|
-
<data key="d10">
|
|
2624
|
-
<y:PolyLineEdge>
|
|
2625
|
-
<y:Path sx="0.0" sy="-30.0" tx="-60.000000000000114" ty="-60.0">
|
|
2626
|
-
<y:Point x="840.0" y="180.0"/>
|
|
2627
|
-
<y:Point x="840.0" y="120.0"/>
|
|
2628
|
-
<y:Point x="900.0" y="120.0"/>
|
|
2629
|
-
</y:Path>
|
|
2630
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2631
|
-
<y:Arrows source="none" target="standard"/>
|
|
2632
|
-
<y:BendStyle smoothed="true"/>
|
|
2633
|
-
</y:PolyLineEdge>
|
|
2634
|
-
</data>
|
|
2635
|
-
</edge>
|
|
2636
|
-
<edge id="e54" source="n3" target="n19">
|
|
2637
|
-
<data key="d10">
|
|
2638
|
-
<y:PolyLineEdge>
|
|
2639
|
-
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0">
|
|
2640
|
-
<y:Point x="567.298828125" y="60.0"/>
|
|
2641
|
-
<y:Point x="1230.0" y="60.0"/>
|
|
2642
|
-
</y:Path>
|
|
2643
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2644
|
-
<y:Arrows source="none" target="standard"/>
|
|
2645
|
-
<y:BendStyle smoothed="true"/>
|
|
2646
|
-
</y:PolyLineEdge>
|
|
2647
|
-
</data>
|
|
2648
|
-
</edge>
|
|
2649
|
-
<edge id="e55" source="n7" target="n19">
|
|
2650
|
-
<data key="d10">
|
|
2651
|
-
<y:PolyLineEdge>
|
|
2652
|
-
<y:Path sx="24.52189967797642" sy="-38.46728892274439" tx="0.0" ty="-60.0">
|
|
2653
|
-
<y:Point x="750.0" y="531.5327110772556"/>
|
|
2654
|
-
<y:Point x="750.0" y="60.0"/>
|
|
2655
|
-
<y:Point x="1230.0" y="60.0"/>
|
|
2656
|
-
</y:Path>
|
|
2657
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2658
|
-
<y:Arrows source="none" target="standard"/>
|
|
2659
|
-
<y:BendStyle smoothed="true"/>
|
|
2660
|
-
</y:PolyLineEdge>
|
|
2661
|
-
</data>
|
|
2662
|
-
</edge>
|
|
2663
|
-
<edge id="e56" source="n16" target="n16">
|
|
2664
|
-
<data key="d10">
|
|
2665
|
-
<y:PolyLineEdge>
|
|
2666
|
-
<y:Path sx="87.60843593167604" sy="30.027206744415253" tx="65.457043017231" ty="0.0">
|
|
2667
|
-
<y:Point x="670.516481540805" y="1560.0272067444153"/>
|
|
2668
|
-
<y:Point x="670.516481540805" y="1560.0273708132454"/>
|
|
2669
|
-
<y:Point x="690.0" y="1560.0273708132454"/>
|
|
2670
|
-
<y:Point x="690.0" y="1620.0"/>
|
|
2671
|
-
<y:Point x="632.755871142231" y="1620.0"/>
|
|
2672
|
-
</y:Path>
|
|
2673
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2674
|
-
<y:Arrows source="none" target="standard"/>
|
|
2675
|
-
<y:BendStyle smoothed="true"/>
|
|
2676
|
-
</y:PolyLineEdge>
|
|
2677
|
-
</data>
|
|
2678
|
-
</edge>
|
|
2679
|
-
<edge id="e57" source="n15" target="n15">
|
|
2680
|
-
<data key="d10">
|
|
2681
|
-
<y:PolyLineEdge>
|
|
2682
|
-
<y:Path sx="88.39083229135677" sy="29.757085806036685" tx="65.45704301723099" ty="60.0">
|
|
2683
|
-
<y:Point x="690.0" y="1379.7570858060367"/>
|
|
2684
|
-
<y:Point x="690.0" y="1440.0"/>
|
|
2685
|
-
<y:Point x="632.755871142231" y="1440.0"/>
|
|
2686
|
-
</y:Path>
|
|
2687
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2688
|
-
<y:Arrows source="none" target="standard"/>
|
|
2689
|
-
<y:BendStyle smoothed="true"/>
|
|
2690
|
-
</y:PolyLineEdge>
|
|
2691
|
-
</data>
|
|
2692
|
-
</edge>
|
|
2693
|
-
<edge id="e58" source="n16" target="n14">
|
|
2694
|
-
<data key="d10">
|
|
2695
|
-
<y:PolyLineEdge>
|
|
2696
|
-
<y:Path sx="0.0" sy="-29.387853125755328" tx="65.45704301723094" ty="0.0">
|
|
2697
|
-
<y:Point x="720.0" y="1500.6121468742447"/>
|
|
2698
|
-
<y:Point x="720.0" y="1260.0"/>
|
|
2699
|
-
<y:Point x="632.755871142231" y="1260.0"/>
|
|
2700
|
-
</y:Path>
|
|
2701
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2702
|
-
<y:Arrows source="none" target="standard"/>
|
|
2703
|
-
<y:BendStyle smoothed="true"/>
|
|
2704
|
-
</y:PolyLineEdge>
|
|
2705
|
-
</data>
|
|
2706
|
-
</edge>
|
|
2707
|
-
<edge id="e59" source="n14" target="n14">
|
|
2708
|
-
<data key="d10">
|
|
2709
|
-
<y:PolyLineEdge>
|
|
2710
|
-
<y:Path sx="81.82130377153868" sy="-30.0" tx="68.22039192889993" ty="-60.0">
|
|
2711
|
-
<y:Point x="690.0" y="1140.0"/>
|
|
2712
|
-
<y:Point x="690.0" y="1080.0"/>
|
|
2713
|
-
<y:Point x="635.5192200539" y="1080.0"/>
|
|
2714
|
-
</y:Path>
|
|
2715
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2716
|
-
<y:Arrows source="none" target="standard"/>
|
|
2717
|
-
<y:BendStyle smoothed="true"/>
|
|
2718
|
-
</y:PolyLineEdge>
|
|
2719
|
-
</data>
|
|
2720
|
-
</edge>
|
|
2721
|
-
<edge id="e60" source="n8" target="n14">
|
|
2722
|
-
<data key="d10">
|
|
2723
|
-
<y:PolyLineEdge>
|
|
2724
|
-
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0">
|
|
2725
|
-
<y:Point x="750.0" y="750.0"/>
|
|
2726
|
-
<y:Point x="750.0" y="1170.0"/>
|
|
2727
|
-
</y:Path>
|
|
2728
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2729
|
-
<y:Arrows source="none" target="standard"/>
|
|
2730
|
-
<y:BendStyle smoothed="true"/>
|
|
2731
|
-
</y:PolyLineEdge>
|
|
2732
|
-
</data>
|
|
2733
|
-
</edge>
|
|
2734
|
-
<edge id="e61" source="n11" target="n11">
|
|
2735
|
-
<data key="d10">
|
|
2736
|
-
<y:PolyLineEdge>
|
|
2737
|
-
<y:Path sx="88.43255072712844" sy="-31.31033751741529" tx="66.35600585225214" ty="-59.996502854854384">
|
|
2738
|
-
<y:Point x="690.0" y="958.6896624825847"/>
|
|
2739
|
-
<y:Point x="690.0" y="900.0"/>
|
|
2740
|
-
<y:Point x="633.6548339772521" y="900.0"/>
|
|
2741
|
-
</y:Path>
|
|
2742
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2743
|
-
<y:Arrows source="none" target="standard"/>
|
|
2744
|
-
<y:BendStyle smoothed="true"/>
|
|
2745
|
-
</y:PolyLineEdge>
|
|
2746
|
-
</data>
|
|
2747
|
-
</edge>
|
|
2748
|
-
<edge id="e62" source="n3" target="n11">
|
|
2749
|
-
<data key="d10">
|
|
2750
|
-
<y:PolyLineEdge>
|
|
2751
|
-
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0">
|
|
2752
|
-
<y:Point x="720.0" y="210.0"/>
|
|
2753
|
-
<y:Point x="720.0" y="990.0"/>
|
|
2754
|
-
</y:Path>
|
|
2755
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2756
|
-
<y:Arrows source="none" target="standard"/>
|
|
2757
|
-
<y:BendStyle smoothed="true"/>
|
|
2758
|
-
</y:PolyLineEdge>
|
|
2759
|
-
</data>
|
|
2760
|
-
</edge>
|
|
2761
|
-
<edge id="e63" source="n7" target="n11">
|
|
2762
|
-
<data key="d10">
|
|
2763
|
-
<y:PolyLineEdge>
|
|
2764
|
-
<y:Path sx="0.0" sy="0.0" tx="65.45704301723094" ty="0.0">
|
|
2765
|
-
<y:Point x="720.0" y="570.0"/>
|
|
2766
|
-
<y:Point x="720.0" y="990.0"/>
|
|
2767
|
-
</y:Path>
|
|
2768
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2769
|
-
<y:Arrows source="none" target="standard"/>
|
|
2770
|
-
<y:BendStyle smoothed="true"/>
|
|
2771
|
-
</y:PolyLineEdge>
|
|
2772
|
-
</data>
|
|
2773
|
-
</edge>
|
|
2774
|
-
<edge id="e64" source="n8" target="n22">
|
|
2775
|
-
<data key="d10">
|
|
2776
|
-
<y:PolyLineEdge>
|
|
2777
|
-
<y:Path sx="0.0" sy="0.0" tx="60.0" ty="0.0">
|
|
2778
|
-
<y:Point x="567.298828125" y="870.0"/>
|
|
2779
|
-
<y:Point x="1380.0" y="870.0"/>
|
|
2780
|
-
<y:Point x="1380.0" y="390.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="e65" source="n22" target="n22">
|
|
2789
|
-
<data key="d10">
|
|
2790
|
-
<y:PolyLineEdge>
|
|
2791
|
-
<y:Path sx="0.0" sy="-30.0" tx="60.0" ty="-60.0">
|
|
2792
|
-
<y:Point x="1350.0" y="360.0"/>
|
|
2793
|
-
<y:Point x="1350.0" y="300.0"/>
|
|
2794
|
-
<y:Point x="1290.0" y="300.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="e66" source="n19" target="n19">
|
|
2803
|
-
<data key="d10">
|
|
2804
|
-
<y:PolyLineEdge>
|
|
2805
|
-
<y:Path sx="59.00549370640147" sy="-30.720296365224073" tx="60.0" ty="-60.0">
|
|
2806
|
-
<y:Point x="1350.0" y="179.27970363477593"/>
|
|
2807
|
-
<y:Point x="1350.0" y="120.0"/>
|
|
2808
|
-
<y:Point x="1290.0" y="120.0"/>
|
|
2809
|
-
</y:Path>
|
|
2810
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2811
|
-
<y:Arrows source="none" target="standard"/>
|
|
2812
|
-
<y:BendStyle smoothed="true"/>
|
|
2813
|
-
</y:PolyLineEdge>
|
|
2814
|
-
</data>
|
|
2815
|
-
</edge>
|
|
2816
|
-
<edge id="e67" source="n23" target="n23">
|
|
2817
|
-
<data key="d10">
|
|
2818
|
-
<y:PolyLineEdge>
|
|
2819
|
-
<y:Path sx="59.52068056587996" sy="-29.76551610102115" tx="60.0" ty="0.0">
|
|
2820
|
-
<y:Point x="1350.0" y="540.2344838989789"/>
|
|
2821
|
-
<y:Point x="1350.0" y="480.0"/>
|
|
2822
|
-
<y:Point x="1290.0" y="480.0"/>
|
|
2823
|
-
</y:Path>
|
|
2824
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2825
|
-
<y:Arrows source="none" target="standard"/>
|
|
2826
|
-
<y:BendStyle smoothed="true"/>
|
|
2827
|
-
</y:PolyLineEdge>
|
|
2828
|
-
</data>
|
|
2829
|
-
</edge>
|
|
2830
|
-
<edge id="e68" source="n24" target="n24">
|
|
2831
|
-
<data key="d10">
|
|
2832
|
-
<y:PolyLineEdge>
|
|
2833
|
-
<y:Path sx="58.53037252013473" sy="29.991738693218167" tx="60.0" ty="48.6815949671344">
|
|
2834
|
-
<y:Point x="1350.0" y="779.9917386932182"/>
|
|
2835
|
-
<y:Point x="1350.0" y="840.0"/>
|
|
2836
|
-
<y:Point x="1290.0" y="840.0"/>
|
|
2837
|
-
</y:Path>
|
|
2838
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2839
|
-
<y:Arrows source="none" target="standard"/>
|
|
2840
|
-
<y:BendStyle smoothed="true"/>
|
|
2841
|
-
</y:PolyLineEdge>
|
|
2842
|
-
</data>
|
|
2843
|
-
</edge>
|
|
2844
|
-
<edge id="e69" source="n24" target="n22">
|
|
2845
|
-
<data key="d10">
|
|
2846
|
-
<y:PolyLineEdge>
|
|
2847
|
-
<y:Path sx="0.0" sy="0.0" tx="60.0" ty="0.0">
|
|
2848
|
-
<y:Point x="1380.0" y="750.0"/>
|
|
2849
|
-
<y:Point x="1380.0" y="390.0"/>
|
|
2850
|
-
</y:Path>
|
|
2851
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2852
|
-
<y:Arrows source="none" target="standard"/>
|
|
2853
|
-
<y:BendStyle smoothed="true"/>
|
|
2854
|
-
</y:PolyLineEdge>
|
|
2855
|
-
</data>
|
|
2856
|
-
</edge>
|
|
2857
|
-
<edge id="e70" source="n4" target="n17">
|
|
2858
|
-
<data key="d10">
|
|
2859
|
-
<y:PolyLineEdge>
|
|
2860
|
-
<y:Path sx="65.32863435043473" sy="0.0" tx="-90.00000000000023" ty="0.0">
|
|
2861
|
-
<y:Point x="362.62746247543475" y="480.0"/>
|
|
2862
|
-
<y:Point x="810.0" y="480.0"/>
|
|
2863
|
-
<y:Point x="810.0" y="210.0"/>
|
|
2864
|
-
</y:Path>
|
|
2865
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2866
|
-
<y:Arrows source="none" target="standard"/>
|
|
2867
|
-
<y:BendStyle smoothed="true"/>
|
|
2868
|
-
</y:PolyLineEdge>
|
|
2869
|
-
</data>
|
|
2870
|
-
</edge>
|
|
2871
|
-
<edge id="e71" source="n5" target="n18">
|
|
2872
|
-
<data key="d10">
|
|
2873
|
-
<y:PolyLineEdge>
|
|
2874
|
-
<y:Path sx="0.0" sy="0.0" tx="-90.00000000000011" ty="0.0">
|
|
2875
|
-
<y:Point x="297.298828125" y="840.0"/>
|
|
2876
|
-
<y:Point x="780.0" y="840.0"/>
|
|
2877
|
-
<y:Point x="780.0" y="390.0"/>
|
|
2878
|
-
</y:Path>
|
|
2879
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2880
|
-
<y:Arrows source="none" target="standard"/>
|
|
2881
|
-
<y:BendStyle smoothed="true"/>
|
|
2882
|
-
</y:PolyLineEdge>
|
|
2883
|
-
</data>
|
|
2884
|
-
</edge>
|
|
2885
|
-
<edge id="e72" source="n21" target="n18">
|
|
2886
|
-
<data key="d10">
|
|
2887
|
-
<y:PolyLineEdge>
|
|
2888
|
-
<y:Path sx="0.0" sy="0.0" tx="-60.000000000000114" ty="30.0">
|
|
2889
|
-
<y:Point x="823.8733306445583" y="750.0"/>
|
|
2890
|
-
<y:Point x="823.8733306445583" y="420.0"/>
|
|
2891
|
-
</y:Path>
|
|
2892
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2893
|
-
<y:Arrows source="none" target="standard"/>
|
|
2894
|
-
<y:BendStyle smoothed="true"/>
|
|
2895
|
-
</y:PolyLineEdge>
|
|
2896
|
-
</data>
|
|
2897
|
-
</edge>
|
|
2898
|
-
<edge id="e73" source="n8" target="n6">
|
|
2899
|
-
<data key="d10">
|
|
2900
|
-
<y:PolyLineEdge>
|
|
2901
|
-
<y:Path sx="21.182210183816764" sy="-31.24906282818415" tx="69.45939034369884" ty="0.0">
|
|
2902
|
-
<y:Point x="690.0" y="718.7509371718158"/>
|
|
2903
|
-
<y:Point x="690.0" y="390.0"/>
|
|
2904
|
-
</y:Path>
|
|
2905
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2906
|
-
<y:Arrows source="none" target="standard"/>
|
|
2907
|
-
<y:BendStyle smoothed="true"/>
|
|
2908
|
-
</y:PolyLineEdge>
|
|
2909
|
-
</data>
|
|
2910
|
-
</edge>
|
|
2911
|
-
<edge id="e74" source="n5" target="n5">
|
|
2912
|
-
<data key="d10">
|
|
2913
|
-
<y:PolyLineEdge>
|
|
2914
|
-
<y:Path sx="0.0" sy="27.220195037970598" tx="-57.298828125" ty="60.0">
|
|
2915
|
-
<y:Point x="180.0" y="777.2201950379706"/>
|
|
2916
|
-
<y:Point x="180.0" y="840.0"/>
|
|
2917
|
-
<y:Point x="240.0" y="840.0"/>
|
|
2918
|
-
</y:Path>
|
|
2919
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2920
|
-
<y:Arrows source="none" target="standard"/>
|
|
2921
|
-
<y:BendStyle smoothed="true"/>
|
|
2922
|
-
</y:PolyLineEdge>
|
|
2923
|
-
</data>
|
|
2924
|
-
</edge>
|
|
2925
|
-
<edge id="e75" source="n9" target="n9">
|
|
2926
|
-
<data key="d10">
|
|
2927
|
-
<y:PolyLineEdge>
|
|
2928
|
-
<y:Path sx="-88.44003041727484" sy="-31.838735121223863" tx="-57.66657514924478" ty="-33.252337229355135">
|
|
2929
|
-
<y:Point x="180.0" y="958.1612648787761"/>
|
|
2930
|
-
<y:Point x="180.0" y="900.0"/>
|
|
2931
|
-
<y:Point x="239.63225297575522" y="900.0"/>
|
|
2932
|
-
</y:Path>
|
|
2933
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2934
|
-
<y:Arrows source="none" target="standard"/>
|
|
2935
|
-
<y:BendStyle smoothed="true"/>
|
|
2936
|
-
</y:PolyLineEdge>
|
|
2937
|
-
</data>
|
|
2938
|
-
</edge>
|
|
2939
|
-
<edge id="e76" source="n10" target="n10">
|
|
2940
|
-
<data key="d10">
|
|
2941
|
-
<y:PolyLineEdge>
|
|
2942
|
-
<y:Path sx="0.0" sy="-33.17679047758338" tx="-57.298828125" ty="-60.0">
|
|
2943
|
-
<y:Point x="180.0" y="1136.8232095224166"/>
|
|
2944
|
-
<y:Point x="180.0" y="1080.0"/>
|
|
2945
|
-
<y:Point x="240.0" y="1080.0"/>
|
|
2946
|
-
</y:Path>
|
|
2947
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2948
|
-
<y:Arrows source="none" target="standard"/>
|
|
2949
|
-
<y:BendStyle smoothed="true"/>
|
|
2950
|
-
</y:PolyLineEdge>
|
|
2951
|
-
</data>
|
|
2952
|
-
</edge>
|
|
2953
|
-
<edge id="e77" source="n10" target="n10">
|
|
2954
|
-
<data key="d10">
|
|
2955
|
-
<y:PolyLineEdge>
|
|
2956
|
-
<y:Path sx="0.0" sy="30.435304388324994" tx="-57.298828125" ty="60.0">
|
|
2957
|
-
<y:Point x="180.0" y="1200.435304388325"/>
|
|
2958
|
-
<y:Point x="180.0" y="1260.0"/>
|
|
2959
|
-
<y:Point x="240.0" y="1260.0"/>
|
|
2960
|
-
</y:Path>
|
|
2961
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2962
|
-
<y:Arrows source="none" target="standard"/>
|
|
2963
|
-
<y:BendStyle smoothed="true"/>
|
|
2964
|
-
</y:PolyLineEdge>
|
|
2965
|
-
</data>
|
|
2966
|
-
</edge>
|
|
2967
|
-
<edge id="e78" source="n12" target="n12">
|
|
2968
|
-
<data key="d10">
|
|
2969
|
-
<y:PolyLineEdge>
|
|
2970
|
-
<y:Path sx="-56.25297304111348" sy="-32.23572063677784" tx="-57.298828125" ty="-60.0">
|
|
2971
|
-
<y:Point x="180.0" y="1317.7642793632222"/>
|
|
2972
|
-
<y:Point x="180.0" y="1260.0"/>
|
|
2973
|
-
<y:Point x="240.0" y="1260.0"/>
|
|
2974
|
-
</y:Path>
|
|
2975
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
2976
|
-
<y:Arrows source="none" target="standard"/>
|
|
2977
|
-
<y:BendStyle smoothed="true"/>
|
|
2978
|
-
</y:PolyLineEdge>
|
|
2979
|
-
</data>
|
|
2980
|
-
</edge>
|
|
2981
|
-
<edge id="e79" source="n12" target="n12">
|
|
2982
|
-
<data key="d10">
|
|
2983
|
-
<y:PolyLineEdge>
|
|
2984
|
-
<y:Path sx="0.0" sy="29.986169149927036" tx="-57.298828125" ty="60.0">
|
|
2985
|
-
<y:Point x="180.0" y="1379.986169149927"/>
|
|
2986
|
-
<y:Point x="180.0" y="1440.0"/>
|
|
2987
|
-
<y:Point x="240.0" y="1440.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="e80" source="n13" target="n13">
|
|
2996
|
-
<data key="d10">
|
|
2997
|
-
<y:PolyLineEdge>
|
|
2998
|
-
<y:Path sx="0.0" sy="-29.972390327412768" tx="-57.298828125" ty="-60.0">
|
|
2999
|
-
<y:Point x="180.0" y="1500.0276096725872"/>
|
|
3000
|
-
<y:Point x="180.0" y="1440.0"/>
|
|
3001
|
-
<y:Point x="240.0" y="1440.0"/>
|
|
3002
|
-
</y:Path>
|
|
3003
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3004
|
-
<y:Arrows source="none" target="standard"/>
|
|
3005
|
-
<y:BendStyle smoothed="true"/>
|
|
3006
|
-
</y:PolyLineEdge>
|
|
3007
|
-
</data>
|
|
3008
|
-
</edge>
|
|
3009
|
-
<edge id="e81" source="n13" target="n13">
|
|
3010
|
-
<data key="d10">
|
|
3011
|
-
<y:PolyLineEdge>
|
|
3012
|
-
<y:Path sx="-88.41043893828916" sy="26.106820470744424" tx="-57.565574619668666" ty="1.6916122288473616">
|
|
3013
|
-
<y:Point x="180.0" y="1556.1068204707444"/>
|
|
3014
|
-
<y:Point x="180.0" y="1620.0"/>
|
|
3015
|
-
<y:Point x="239.73325350533133" y="1620.0"/>
|
|
3016
|
-
</y:Path>
|
|
3017
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3018
|
-
<y:Arrows source="none" target="standard"/>
|
|
3019
|
-
<y:BendStyle smoothed="true"/>
|
|
3020
|
-
</y:PolyLineEdge>
|
|
3021
|
-
</data>
|
|
3022
|
-
</edge>
|
|
3023
|
-
<edge id="e82" source="n18" target="n18">
|
|
3024
|
-
<data key="d10">
|
|
3025
|
-
<y:PolyLineEdge>
|
|
3026
|
-
<y:Path sx="-60.000000000000114" sy="-30.0" tx="-60.000000000000114" ty="-43.48577097142413">
|
|
3027
|
-
<y:Point x="840.0" y="360.0"/>
|
|
3028
|
-
<y:Point x="840.0" y="300.0"/>
|
|
3029
|
-
<y:Point x="900.0" y="300.0"/>
|
|
3030
|
-
</y:Path>
|
|
3031
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3032
|
-
<y:Arrows source="none" target="standard"/>
|
|
3033
|
-
<y:BendStyle smoothed="true"/>
|
|
3034
|
-
</y:PolyLineEdge>
|
|
3035
|
-
</data>
|
|
3036
|
-
</edge>
|
|
3037
|
-
<edge id="e83" source="n20" target="n20">
|
|
3038
|
-
<data key="d10">
|
|
3039
|
-
<y:PolyLineEdge>
|
|
3040
|
-
<y:Path sx="-58.327853536021735" sy="-30.216256822275568" tx="-60.000000000000114" ty="-60.0">
|
|
3041
|
-
<y:Point x="840.0" y="539.7837431777244"/>
|
|
3042
|
-
<y:Point x="840.0" y="480.0"/>
|
|
3043
|
-
<y:Point x="900.0" y="480.0"/>
|
|
3044
|
-
</y:Path>
|
|
3045
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3046
|
-
<y:Arrows source="none" target="standard"/>
|
|
3047
|
-
<y:BendStyle smoothed="true"/>
|
|
3048
|
-
</y:PolyLineEdge>
|
|
3049
|
-
</data>
|
|
3050
|
-
</edge>
|
|
3051
|
-
<edge id="e84" source="n18" target="n18">
|
|
3052
|
-
<data key="d10">
|
|
3053
|
-
<y:PolyLineEdge>
|
|
3054
|
-
<y:Path sx="-72.10771638408403" sy="30.75182059903051" tx="-60.000000000000114" ty="60.0">
|
|
3055
|
-
<y:Point x="840.0" y="420.7518205990305"/>
|
|
3056
|
-
<y:Point x="840.0" y="480.0"/>
|
|
3057
|
-
<y:Point x="900.0" y="480.0"/>
|
|
3058
|
-
</y:Path>
|
|
3059
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3060
|
-
<y:Arrows source="none" target="standard"/>
|
|
3061
|
-
<y:BendStyle smoothed="true"/>
|
|
3062
|
-
</y:PolyLineEdge>
|
|
3063
|
-
</data>
|
|
3064
|
-
</edge>
|
|
3065
|
-
<edge id="e85" source="n20" target="n20">
|
|
3066
|
-
<data key="d10">
|
|
3067
|
-
<y:PolyLineEdge>
|
|
3068
|
-
<y:Path sx="0.0" sy="30.0" tx="-60.000000000000114" ty="60.0">
|
|
3069
|
-
<y:Point x="840.0" y="600.0"/>
|
|
3070
|
-
<y:Point x="840.0" y="660.0"/>
|
|
3071
|
-
<y:Point x="900.0" y="660.0"/>
|
|
3072
|
-
</y:Path>
|
|
3073
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3074
|
-
<y:Arrows source="none" target="standard"/>
|
|
3075
|
-
<y:BendStyle smoothed="true"/>
|
|
3076
|
-
</y:PolyLineEdge>
|
|
3077
|
-
</data>
|
|
3078
|
-
</edge>
|
|
3079
|
-
<edge id="e86" source="n21" target="n21">
|
|
3080
|
-
<data key="d10">
|
|
3081
|
-
<y:PolyLineEdge>
|
|
3082
|
-
<y:Path sx="0.0" sy="-31.153495815819156" tx="-60.000000000000114" ty="-60.0">
|
|
3083
|
-
<y:Point x="840.0" y="718.8465041841808"/>
|
|
3084
|
-
<y:Point x="840.0" y="660.0"/>
|
|
3085
|
-
<y:Point x="900.0" y="660.0"/>
|
|
3086
|
-
</y:Path>
|
|
3087
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3088
|
-
<y:Arrows source="none" target="standard"/>
|
|
3089
|
-
<y:BendStyle smoothed="true"/>
|
|
3090
|
-
</y:PolyLineEdge>
|
|
3091
|
-
</data>
|
|
3092
|
-
</edge>
|
|
3093
|
-
<edge id="e87" source="n21" target="n21">
|
|
3094
|
-
<data key="d10">
|
|
3095
|
-
<y:PolyLineEdge>
|
|
3096
|
-
<y:Path sx="-60.000000000000114" sy="30.0" tx="-60.000000000000114" ty="60.0">
|
|
3097
|
-
<y:Point x="840.0" y="780.0"/>
|
|
3098
|
-
<y:Point x="840.0" y="840.0"/>
|
|
3099
|
-
<y:Point x="900.0" y="840.0"/>
|
|
3100
|
-
</y:Path>
|
|
3101
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3102
|
-
<y:Arrows source="none" target="standard"/>
|
|
3103
|
-
<y:BendStyle smoothed="true"/>
|
|
3104
|
-
</y:PolyLineEdge>
|
|
3105
|
-
</data>
|
|
3106
|
-
</edge>
|
|
3107
|
-
<edge id="e88" source="n4" target="n4">
|
|
3108
|
-
<data key="d10">
|
|
3109
|
-
<y:PolyLineEdge>
|
|
3110
|
-
<y:Path sx="0.0" sy="30.697894019229807" tx="-57.298828125" ty="60.0">
|
|
3111
|
-
<y:Point x="180.0" y="600.6978940192298"/>
|
|
3112
|
-
<y:Point x="180.0" y="660.0"/>
|
|
3113
|
-
<y:Point x="240.0" y="660.0"/>
|
|
3114
|
-
</y:Path>
|
|
3115
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3116
|
-
<y:Arrows source="none" target="standard"/>
|
|
3117
|
-
<y:BendStyle smoothed="true"/>
|
|
3118
|
-
</y:PolyLineEdge>
|
|
3119
|
-
</data>
|
|
3120
|
-
</edge>
|
|
3121
|
-
<edge id="e89" source="n2" target="n2">
|
|
3122
|
-
<data key="d10">
|
|
3123
|
-
<y:PolyLineEdge>
|
|
3124
|
-
<y:Path sx="0.0" sy="-30.0" tx="-57.298828125" ty="-60.0">
|
|
3125
|
-
<y:Point x="180.0" y="360.0"/>
|
|
3126
|
-
<y:Point x="180.0" y="300.0"/>
|
|
3127
|
-
<y:Point x="240.0" y="300.0"/>
|
|
3128
|
-
</y:Path>
|
|
3129
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3130
|
-
<y:Arrows source="none" target="standard"/>
|
|
3131
|
-
<y:BendStyle smoothed="true"/>
|
|
3132
|
-
</y:PolyLineEdge>
|
|
3133
|
-
</data>
|
|
3134
|
-
</edge>
|
|
3135
|
-
<edge id="e90" source="n32" target="n28">
|
|
3136
|
-
<data key="d10">
|
|
3137
|
-
<y:PolyLineEdge>
|
|
3138
|
-
<y:Path sx="0.0" sy="10.0" tx="25.62387303815069" ty="10.0"/>
|
|
3139
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3140
|
-
<y:Arrows source="none" target="standard"/>
|
|
3141
|
-
<y:BendStyle smoothed="false"/>
|
|
3142
|
-
</y:PolyLineEdge>
|
|
3143
|
-
</data>
|
|
3144
|
-
</edge>
|
|
3145
|
-
<edge id="e91" source="n1" target="n113">
|
|
3146
|
-
<data key="d9"/>
|
|
3147
|
-
<data key="d10">
|
|
3148
|
-
<y:PolyLineEdge>
|
|
3149
|
-
<y:Path sx="-65.2823356282916" sy="-31.301678543249324" tx="0.0" ty="0.0">
|
|
3150
|
-
<y:Point x="146.0082462483542" y="178.69832145675068"/>
|
|
3151
|
-
<y:Point x="146.0082462483542" y="180.0"/>
|
|
3152
|
-
<y:Point x="59.39608166377666" y="180.0"/>
|
|
3153
|
-
<y:Point x="59.39608166377666" y="1650.0"/>
|
|
3154
|
-
<y:Point x="810.0" y="1650.0"/>
|
|
3155
|
-
<y:Point x="810.0" y="1170.0"/>
|
|
3156
|
-
</y:Path>
|
|
3157
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3158
|
-
<y:Arrows source="none" target="standard"/>
|
|
3159
|
-
<y:BendStyle smoothed="true"/>
|
|
3160
|
-
</y:PolyLineEdge>
|
|
3161
|
-
</data>
|
|
3162
|
-
</edge>
|
|
3163
|
-
<edge id="e92" source="n1" target="n111">
|
|
3164
|
-
<data key="d9"/>
|
|
3165
|
-
<data key="d10">
|
|
3166
|
-
<y:PolyLineEdge>
|
|
3167
|
-
<y:Path sx="-75.96720773289357" sy="-31.301678543249324" tx="0.0" ty="0.0">
|
|
3168
|
-
<y:Point x="140.6658101960532" y="178.69832145675068"/>
|
|
3169
|
-
<y:Point x="140.6658101960532" y="180.0"/>
|
|
3170
|
-
<y:Point x="60.0" y="180.0"/>
|
|
3171
|
-
<y:Point x="60.0" y="1650.0"/>
|
|
3172
|
-
<y:Point x="809.9999999999999" y="1650.0"/>
|
|
3173
|
-
<y:Point x="809.9999999999999" y="990.0"/>
|
|
3174
|
-
</y:Path>
|
|
3175
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3176
|
-
<y:Arrows source="none" target="standard"/>
|
|
3177
|
-
<y:BendStyle smoothed="true"/>
|
|
3178
|
-
</y:PolyLineEdge>
|
|
3179
|
-
</data>
|
|
3180
|
-
</edge>
|
|
3181
|
-
<edge id="e93" source="n2" target="n113">
|
|
3182
|
-
<data key="d9"/>
|
|
3183
|
-
<data key="d10">
|
|
3184
|
-
<y:PolyLineEdge>
|
|
3185
|
-
<y:Path sx="0.6009917639476612" sy="-15.73946975021579" tx="-90.0" ty="0.0">
|
|
3186
|
-
<y:Point x="60.0" y="374.2605302497842"/>
|
|
3187
|
-
<y:Point x="60.0" y="1650.0"/>
|
|
3188
|
-
<y:Point x="810.0" y="1650.0"/>
|
|
3189
|
-
<y:Point x="810.0" y="1170.0"/>
|
|
3190
|
-
</y:Path>
|
|
3191
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3192
|
-
<y:Arrows source="none" target="standard"/>
|
|
3193
|
-
<y:BendStyle smoothed="true"/>
|
|
3194
|
-
</y:PolyLineEdge>
|
|
3195
|
-
</data>
|
|
3196
|
-
</edge>
|
|
3197
|
-
<edge id="e94" source="n5" target="n113">
|
|
3198
|
-
<data key="d9"/>
|
|
3199
|
-
<data key="d10">
|
|
3200
|
-
<y:PolyLineEdge>
|
|
3201
|
-
<y:Path sx="-59.32470703125" sy="-15.688119071160827" tx="-60.0" ty="0.0">
|
|
3202
|
-
<y:Point x="60.0" y="734.3118809288392"/>
|
|
3203
|
-
<y:Point x="60.0" y="1650.0"/>
|
|
3204
|
-
<y:Point x="810.0" y="1650.0"/>
|
|
3205
|
-
<y:Point x="810.0" y="1170.0"/>
|
|
3206
|
-
</y:Path>
|
|
3207
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3208
|
-
<y:Arrows source="none" target="standard"/>
|
|
3209
|
-
<y:BendStyle smoothed="true"/>
|
|
3210
|
-
</y:PolyLineEdge>
|
|
3211
|
-
</data>
|
|
3212
|
-
</edge>
|
|
3213
|
-
<edge id="e95" source="n9" target="n111">
|
|
3214
|
-
<data key="d9"/>
|
|
3215
|
-
<data key="d10">
|
|
3216
|
-
<y:PolyLineEdge>
|
|
3217
|
-
<y:Path sx="0.0" sy="30.0" tx="0.0" ty="0.0">
|
|
3218
|
-
<y:Point x="60.0" y="1020.0"/>
|
|
3219
|
-
<y:Point x="60.0" y="1650.0"/>
|
|
3220
|
-
<y:Point x="810.0" y="1650.0"/>
|
|
3221
|
-
<y:Point x="810.0" y="990.0"/>
|
|
3222
|
-
</y:Path>
|
|
3223
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3224
|
-
<y:Arrows source="none" target="standard"/>
|
|
3225
|
-
<y:BendStyle smoothed="true"/>
|
|
3226
|
-
</y:PolyLineEdge>
|
|
3227
|
-
</data>
|
|
3228
|
-
</edge>
|
|
3229
|
-
<edge id="e96" source="n10" target="n114">
|
|
3230
|
-
<data key="d9"/>
|
|
3231
|
-
<data key="d10">
|
|
3232
|
-
<y:PolyLineEdge>
|
|
3233
|
-
<y:Path sx="0.0" sy="15.31697137255992" tx="0.0" ty="0.0">
|
|
3234
|
-
<y:Point x="60.0" y="1185.31697137256"/>
|
|
3235
|
-
<y:Point x="60.0" y="1650.0"/>
|
|
3236
|
-
<y:Point x="810.0" y="1650.0"/>
|
|
3237
|
-
<y:Point x="810.0" y="1317.4262433485453"/>
|
|
3238
|
-
<y:Point x="1230.0" y="1317.4262433485453"/>
|
|
3239
|
-
</y:Path>
|
|
3240
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3241
|
-
<y:Arrows source="none" target="standard"/>
|
|
3242
|
-
<y:BendStyle smoothed="true"/>
|
|
3243
|
-
</y:PolyLineEdge>
|
|
3244
|
-
</data>
|
|
3245
|
-
</edge>
|
|
3246
|
-
<edge id="e97" source="n13" target="n112">
|
|
3247
|
-
<data key="d9"/>
|
|
3248
|
-
<data key="d10">
|
|
3249
|
-
<y:PolyLineEdge>
|
|
3250
|
-
<y:Path sx="0.0" sy="10.645358066589552" tx="0.0" ty="0.0">
|
|
3251
|
-
<y:Point x="60.0" y="1540.6453580665896"/>
|
|
3252
|
-
<y:Point x="60.0" y="1650.0"/>
|
|
3253
|
-
<y:Point x="1079.2400080257385" y="1650.0"/>
|
|
3254
|
-
<y:Point x="1079.2400080257385" y="990.0"/>
|
|
3255
|
-
</y:Path>
|
|
3256
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3257
|
-
<y:Arrows source="none" target="standard"/>
|
|
3258
|
-
<y:BendStyle smoothed="true"/>
|
|
3259
|
-
</y:PolyLineEdge>
|
|
3260
|
-
</data>
|
|
3261
|
-
</edge>
|
|
3262
|
-
<edge id="e98" source="n12" target="n113">
|
|
3263
|
-
<data key="d9"/>
|
|
3264
|
-
<data key="d10">
|
|
3265
|
-
<y:PolyLineEdge>
|
|
3266
|
-
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0">
|
|
3267
|
-
<y:Point x="60.0" y="1350.0"/>
|
|
3268
|
-
<y:Point x="60.0" y="1650.0"/>
|
|
3269
|
-
<y:Point x="810.0" y="1650.0"/>
|
|
3270
|
-
<y:Point x="810.0" y="1170.0"/>
|
|
3271
|
-
</y:Path>
|
|
3272
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3273
|
-
<y:Arrows source="none" target="standard"/>
|
|
3274
|
-
<y:BendStyle smoothed="true"/>
|
|
3275
|
-
</y:PolyLineEdge>
|
|
3276
|
-
</data>
|
|
3277
|
-
</edge>
|
|
3278
|
-
<edge id="e99" source="n11" target="n111">
|
|
3279
|
-
<data key="d9"/>
|
|
3280
|
-
<data key="d10">
|
|
3281
|
-
<y:PolyLineEdge>
|
|
3282
|
-
<y:Path sx="0.0" sy="35.87474657395683" tx="-90.00000000000011" ty="0.0">
|
|
3283
|
-
<y:Point x="810.0" y="1025.8747465739568"/>
|
|
3284
|
-
<y:Point x="810.0" y="990.0"/>
|
|
3285
|
-
</y:Path>
|
|
3286
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3287
|
-
<y:Arrows source="none" target="standard"/>
|
|
3288
|
-
<y:BendStyle smoothed="true"/>
|
|
3289
|
-
</y:PolyLineEdge>
|
|
3290
|
-
</data>
|
|
3291
|
-
</edge>
|
|
3292
|
-
<edge id="e100" source="n14" target="n113">
|
|
3293
|
-
<data key="d9"/>
|
|
3294
|
-
<data key="d10">
|
|
3295
|
-
<y:PolyLineEdge>
|
|
3296
|
-
<y:Path sx="0.0" sy="33.53893992097164" tx="-60.0" ty="0.0">
|
|
3297
|
-
<y:Point x="810.0" y="1203.5389399209716"/>
|
|
3298
|
-
<y:Point x="810.0" y="1170.0"/>
|
|
3299
|
-
</y:Path>
|
|
3300
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3301
|
-
<y:Arrows source="none" target="standard"/>
|
|
3302
|
-
<y:BendStyle smoothed="true"/>
|
|
3303
|
-
</y:PolyLineEdge>
|
|
3304
|
-
</data>
|
|
3305
|
-
</edge>
|
|
3306
|
-
<edge id="e101" source="n15" target="n114">
|
|
3307
|
-
<data key="d9"/>
|
|
3308
|
-
<data key="d10">
|
|
3309
|
-
<y:PolyLineEdge>
|
|
3310
|
-
<y:Path sx="0.0" sy="-32.57375665145469" tx="0.0" ty="0.0">
|
|
3311
|
-
<y:Point x="1230.0" y="1317.4262433485453"/>
|
|
3312
|
-
</y:Path>
|
|
3313
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3314
|
-
<y:Arrows source="none" target="standard"/>
|
|
3315
|
-
<y:BendStyle smoothed="true"/>
|
|
3316
|
-
</y:PolyLineEdge>
|
|
3317
|
-
</data>
|
|
3318
|
-
</edge>
|
|
3319
|
-
<edge id="e102" source="n16" target="n112">
|
|
3320
|
-
<data key="d9"/>
|
|
3321
|
-
<data key="d10">
|
|
3322
|
-
<y:PolyLineEdge>
|
|
3323
|
-
<y:Path sx="0.0" sy="3.812119860935127" tx="90.0" ty="0.0">
|
|
3324
|
-
<y:Point x="810.0" y="1533.8121198609351"/>
|
|
3325
|
-
<y:Point x="810.0" y="1317.4262433485453"/>
|
|
3326
|
-
<y:Point x="1410.0" y="1317.4262433485453"/>
|
|
3327
|
-
<y:Point x="1410.0" y="990.0"/>
|
|
3328
|
-
</y:Path>
|
|
3329
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3330
|
-
<y:Arrows source="none" target="standard"/>
|
|
3331
|
-
<y:BendStyle smoothed="true"/>
|
|
3332
|
-
</y:PolyLineEdge>
|
|
3333
|
-
</data>
|
|
3334
|
-
</edge>
|
|
3335
|
-
<edge id="e103" source="n3" target="n111">
|
|
3336
|
-
<data key="d9"/>
|
|
3337
|
-
<data key="d10">
|
|
3338
|
-
<y:PolyLineEdge>
|
|
3339
|
-
<y:Path sx="0.0" sy="24.956468672567894" tx="-90.00000000000011" ty="0.0">
|
|
3340
|
-
<y:Point x="810.0" y="234.9564686725679"/>
|
|
3341
|
-
<y:Point x="810.0" y="990.0"/>
|
|
3342
|
-
</y:Path>
|
|
3343
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3344
|
-
<y:Arrows source="none" target="standard"/>
|
|
3345
|
-
<y:BendStyle smoothed="true"/>
|
|
3346
|
-
</y:PolyLineEdge>
|
|
3347
|
-
</data>
|
|
3348
|
-
</edge>
|
|
3349
|
-
<edge id="e104" source="n6" target="n113">
|
|
3350
|
-
<data key="d9"/>
|
|
3351
|
-
<data key="d10">
|
|
3352
|
-
<y:PolyLineEdge>
|
|
3353
|
-
<y:Path sx="0.0" sy="29.965744365251112" tx="0.0" ty="0.0">
|
|
3354
|
-
<y:Point x="810.0" y="419.9657443652511"/>
|
|
3355
|
-
<y:Point x="810.0" y="1170.0"/>
|
|
3356
|
-
</y:Path>
|
|
3357
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3358
|
-
<y:Arrows source="none" target="standard"/>
|
|
3359
|
-
<y:BendStyle smoothed="true"/>
|
|
3360
|
-
</y:PolyLineEdge>
|
|
3361
|
-
</data>
|
|
3362
|
-
</edge>
|
|
3363
|
-
<edge id="e105" source="n7" target="n113">
|
|
3364
|
-
<data key="d9"/>
|
|
3365
|
-
<data key="d10">
|
|
3366
|
-
<y:PolyLineEdge>
|
|
3367
|
-
<y:Path sx="0.0" sy="28.20638802039707" tx="0.0" ty="0.0">
|
|
3368
|
-
<y:Point x="810.0" y="598.2063880203971"/>
|
|
3369
|
-
<y:Point x="810.0" y="1170.0"/>
|
|
3370
|
-
</y:Path>
|
|
3371
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3372
|
-
<y:Arrows source="none" target="standard"/>
|
|
3373
|
-
<y:BendStyle smoothed="true"/>
|
|
3374
|
-
</y:PolyLineEdge>
|
|
3375
|
-
</data>
|
|
3376
|
-
</edge>
|
|
3377
|
-
<edge id="e106" source="n7" target="n112">
|
|
3378
|
-
<data key="d9"/>
|
|
3379
|
-
<data key="d10">
|
|
3380
|
-
<y:PolyLineEdge>
|
|
3381
|
-
<y:Path sx="0.0" sy="-28.19887895907948" tx="0.0" ty="0.0">
|
|
3382
|
-
<y:Point x="810.0" y="541.8011210409205"/>
|
|
3383
|
-
<y:Point x="810.0" y="900.0"/>
|
|
3384
|
-
<y:Point x="1230.0" y="900.0"/>
|
|
3385
|
-
</y:Path>
|
|
3386
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3387
|
-
<y:Arrows source="none" target="standard"/>
|
|
3388
|
-
<y:BendStyle smoothed="true"/>
|
|
3389
|
-
</y:PolyLineEdge>
|
|
3390
|
-
</data>
|
|
3391
|
-
</edge>
|
|
3392
|
-
<edge id="e107" source="n7" target="n112">
|
|
3393
|
-
<data key="d9"/>
|
|
3394
|
-
<data key="d10">
|
|
3395
|
-
<y:PolyLineEdge>
|
|
3396
|
-
<y:Path sx="0.0" sy="28.663655342554648" tx="60.0" ty="0.0">
|
|
3397
|
-
<y:Point x="810.0" y="598.6636553425546"/>
|
|
3398
|
-
<y:Point x="810.0" y="900.0"/>
|
|
3399
|
-
<y:Point x="1410.0" y="900.0"/>
|
|
3400
|
-
<y:Point x="1410.0" y="990.0"/>
|
|
3401
|
-
</y:Path>
|
|
3402
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3403
|
-
<y:Arrows source="none" target="standard"/>
|
|
3404
|
-
<y:BendStyle smoothed="true"/>
|
|
3405
|
-
</y:PolyLineEdge>
|
|
3406
|
-
</data>
|
|
3407
|
-
</edge>
|
|
3408
|
-
<edge id="e108" source="n8" target="n112">
|
|
3409
|
-
<data key="d9"/>
|
|
3410
|
-
<data key="d10">
|
|
3411
|
-
<y:PolyLineEdge>
|
|
3412
|
-
<y:Path sx="0.0" sy="30.0" tx="0.0" ty="-30.0">
|
|
3413
|
-
<y:Point x="810.0" y="780.0"/>
|
|
3414
|
-
<y:Point x="810.0" y="900.0"/>
|
|
3415
|
-
<y:Point x="1230.0" y="900.0"/>
|
|
3416
|
-
</y:Path>
|
|
3417
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3418
|
-
<y:Arrows source="none" target="standard"/>
|
|
3419
|
-
<y:BendStyle smoothed="true"/>
|
|
3420
|
-
</y:PolyLineEdge>
|
|
3421
|
-
</data>
|
|
3422
|
-
</edge>
|
|
3423
|
-
<edge id="e109" source="n17" target="n111">
|
|
3424
|
-
<data key="d9"/>
|
|
3425
|
-
<data key="d10">
|
|
3426
|
-
<y:PolyLineEdge>
|
|
3427
|
-
<y:Path sx="0.0" sy="27.69028422625962" tx="-73.81023171144159" ty="1.1368683772161603E-13">
|
|
3428
|
-
<y:Point x="810.0" y="237.69028422625962"/>
|
|
3429
|
-
<y:Point x="810.0" y="990.0000000000001"/>
|
|
3430
|
-
</y:Path>
|
|
3431
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3432
|
-
<y:Arrows source="none" target="standard"/>
|
|
3433
|
-
<y:BendStyle smoothed="true"/>
|
|
3434
|
-
</y:PolyLineEdge>
|
|
3435
|
-
</data>
|
|
3436
|
-
</edge>
|
|
3437
|
-
<edge id="e110" source="n18" target="n111">
|
|
3438
|
-
<data key="d9"/>
|
|
3439
|
-
<data key="d10">
|
|
3440
|
-
<y:PolyLineEdge>
|
|
3441
|
-
<y:Path sx="0.0" sy="-17.765456912768798" tx="-30.000000000000114" ty="-1.1368683772161603E-13">
|
|
3442
|
-
<y:Point x="810.0" y="372.2345430872312"/>
|
|
3443
|
-
<y:Point x="810.0" y="989.9999999999999"/>
|
|
3444
|
-
</y:Path>
|
|
3445
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3446
|
-
<y:Arrows source="none" target="standard"/>
|
|
3447
|
-
<y:BendStyle smoothed="true"/>
|
|
3448
|
-
</y:PolyLineEdge>
|
|
3449
|
-
</data>
|
|
3450
|
-
</edge>
|
|
3451
|
-
<edge id="e111" source="n20" target="n111">
|
|
3452
|
-
<data key="d9"/>
|
|
3453
|
-
<data key="d10">
|
|
3454
|
-
<y:PolyLineEdge>
|
|
3455
|
-
<y:Path sx="0.0" sy="0.0" tx="-45.05503050701827" ty="0.0">
|
|
3456
|
-
<y:Point x="810.0" y="570.0"/>
|
|
3457
|
-
<y:Point x="810.0" y="990.0"/>
|
|
3458
|
-
</y:Path>
|
|
3459
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3460
|
-
<y:Arrows source="none" target="standard"/>
|
|
3461
|
-
<y:BendStyle smoothed="true"/>
|
|
3462
|
-
</y:PolyLineEdge>
|
|
3463
|
-
</data>
|
|
3464
|
-
</edge>
|
|
3465
|
-
<edge id="e112" source="n21" target="n111">
|
|
3466
|
-
<data key="d9"/>
|
|
3467
|
-
<data key="d10">
|
|
3468
|
-
<y:PolyLineEdge>
|
|
3469
|
-
<y:Path sx="0.0" sy="15.885860336082601" tx="0.0" ty="0.0">
|
|
3470
|
-
<y:Point x="810.0" y="765.8858603360826"/>
|
|
3471
|
-
<y:Point x="810.0" y="990.0"/>
|
|
3472
|
-
</y:Path>
|
|
3473
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3474
|
-
<y:Arrows source="none" target="standard"/>
|
|
3475
|
-
<y:BendStyle smoothed="true"/>
|
|
3476
|
-
</y:PolyLineEdge>
|
|
3477
|
-
</data>
|
|
3478
|
-
</edge>
|
|
3479
|
-
<edge id="e113" source="n24" target="n112">
|
|
3480
|
-
<data key="d9"/>
|
|
3481
|
-
<data key="d10">
|
|
3482
|
-
<y:PolyLineEdge>
|
|
3483
|
-
<y:Path sx="0.0" sy="-30.0" tx="77.87051946930478" ty="0.0">
|
|
3484
|
-
<y:Point x="1410.0" y="720.0"/>
|
|
3485
|
-
<y:Point x="1410.0" y="990.0"/>
|
|
3486
|
-
</y:Path>
|
|
3487
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3488
|
-
<y:Arrows source="none" target="standard"/>
|
|
3489
|
-
<y:BendStyle smoothed="true"/>
|
|
3490
|
-
</y:PolyLineEdge>
|
|
3491
|
-
</data>
|
|
3492
|
-
</edge>
|
|
3493
|
-
<edge id="e114" source="n19" target="n112">
|
|
3494
|
-
<data key="d9"/>
|
|
3495
|
-
<data key="d10">
|
|
3496
|
-
<y:PolyLineEdge>
|
|
3497
|
-
<y:Path sx="0.0" sy="0.0" tx="64.38692291396342" ty="0.0">
|
|
3498
|
-
<y:Point x="1410.0" y="210.0"/>
|
|
3499
|
-
<y:Point x="1410.0" y="990.0"/>
|
|
3500
|
-
</y:Path>
|
|
3501
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3502
|
-
<y:Arrows source="none" target="standard"/>
|
|
3503
|
-
<y:BendStyle smoothed="true"/>
|
|
3504
|
-
</y:PolyLineEdge>
|
|
3505
|
-
</data>
|
|
3506
|
-
</edge>
|
|
3507
|
-
<edge id="e115" source="n22" target="n112">
|
|
3508
|
-
<data key="d9"/>
|
|
3509
|
-
<data key="d10">
|
|
3510
|
-
<y:PolyLineEdge>
|
|
3511
|
-
<y:Path sx="0.0" sy="29.899846483272142" tx="71.78583711041233" ty="1.1368683772161603E-13">
|
|
3512
|
-
<y:Point x="1410.0" y="419.89984648327214"/>
|
|
3513
|
-
<y:Point x="1410.0" y="990.0000000000001"/>
|
|
3514
|
-
</y:Path>
|
|
3515
|
-
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
3516
|
-
<y:Arrows source="none" target="standard"/>
|
|
3517
|
-
<y:BendStyle smoothed="true"/>
|
|
3518
|
-
</y:PolyLineEdge>
|
|
3519
|
-
</data>
|
|
3520
|
-
</edge>
|
|
3521
|
-
</graph>
|
|
3522
|
-
<data key="d7">
|
|
3523
|
-
<y:Resources/>
|
|
3524
|
-
</data>
|
|
3525
|
-
</graphml>
|