From 0d2453ab2eb4d62215f1e29b7a86091aed530d46 Mon Sep 17 00:00:00 2001 From: Damian Strojny Date: Wed, 6 Jan 2021 00:09:20 +0100 Subject: [PATCH] =?UTF-8?q?Prze=C5=9Blij=20pliki=20do=20'models'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/models.prj | 1550 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1550 insertions(+) create mode 100644 models/models.prj diff --git a/models/models.prj b/models/models.prj new file mode 100644 index 0000000..d4da777 --- /dev/null +++ b/models/models.prj @@ -0,0 +1,1550 @@ +format 223 +"models" + revision 3 + modified_by 123 "damst" + + + + // class settings + default_attribute_visibility private default_relation_visibility private default_operation_visibility public + + classdiagramsettings draw_all_relations yes hide_attributes no hide_operations no hide_getset_operations no hide_ports no show_members_full_definition no show_members_visibility no show_members_stereotype no show_members_context no show_members_multiplicity no show_members_initialization no show_attribute_modifiers no member_max_width 127 show_parameter_dir yes show_parameter_name yes package_name_in_tab no class_drawing_mode natural drawing_language uml show_context_mode no auto_label_position yes show_relation_modifiers no show_relation_visibility no show_infonote no shadow yes gradient none show_stereotype_properties no end + + classcompositediagramsettings auto_label_position yes draw_all_relations yes shadow yes gradient none end + + usecasediagramsettings package_name_in_tab no show_context_mode no auto_label_position yes draw_all_relations yes class_drawing_mode actor shadow yes gradient none show_stereotype_properties no end + + sequencediagramsettings show_full_operations_definition no show_class_of_operation no write_horizontally yes instances_drawing_mode natural drawing_language uml draw_all_relations yes shadow yes gradient none show_stereotype_properties no show_class_context_mode no show_msg_context_mode no end + + collaborationdiagramsettings show_full_operations_definition no show_class_of_operation no show_hierarchical_rank no write_horizontally yes instances_drawing_mode natural drawing_language uml package_name_in_tab no show_class_pack_context_mode no show_msg_context_mode no draw_all_relations yes shadow yes gradient none show_stereotype_properties no end + + objectdiagramsettings write_horizontally yes package_name_in_tab no show_class_pack_context_mode no auto_label_position yes draw_all_relations yes shadow yes gradient none show_stereotype_properties no end + + objectcompositediagramsettings auto_label_position yes draw_all_relations yes shadow yes gradient none end + + componentdiagramsettings package_name_in_tab no show_context_mode no auto_label_position yes draw_all_relations yes shadow yes gradient none + draw_component_as_icon no show_component_req_prov no show_component_rea no show_stereotype_properties no end + + deploymentdiagramsettings package_name_in_tab no show_context_mode no write_horizontally yes auto_label_position yes draw_all_relations yes shadow yes gradient none + draw_component_as_icon no show_component_req_prov no show_component_rea no show_stereotype_properties no end + + statediagramsettings package_name_in_tab no show_context_mode no auto_label_position yes write_label_horizontally yes show_trans_definition no draw_all_relations yes shadow yes gradient none + show_activities yes region_horizontally yes drawing_language uml show_stereotype_properties no end + + activitydiagramsettings package_name_in_tab no show_context_mode no show_opaque_action_definition no auto_label_position yes write_label_horizontally no draw_all_relations yes shadow yes gradient none + show_infonote yes drawing_language uml show_stereotype_properties no end + + class_color yellow duration_color transparent continuation_color gray note_color blue fragment_color transparent subject_color transparent usecase_color yellow package_color transparent component_color green artifact_color green deploymentnode_color gray state_color yellow stateaction_color transparent activity_color transparent activityregion_color transparent activitypartition_color transparent activityaction_color transparent parameterpin_color white generalization_color black + dpi 96 + font_size 8 + diagram_format A4 + + image_root_dir "" + + + mark_for_import + + classview 128008 "domain" + + classdiagramsettings show_members_full_definition yes member_max_width 0 end + + classcompositediagramsettings end + + collaborationdiagramsettings end + + objectdiagramsettings end + + objectcompositediagramsettings end + + sequencediagramsettings end + + statediagramsettings + end + + + activitydiagramsettings + end + classdiagram 128008 "domain-model" + classdiagramsettings draw_all_relations no member_max_width 0 end + size A4 + end + + class 128008 "Klientank" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + end + + class 128136 "Klient" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 134920 // (Posiada) + relation 134792 ---- name "Posiada" + a role_name "" multiplicity "*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 134920 // (Posiada) + b role_name "" multiplicity "1..*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 135048 // (Posiada) + end + + classrelation 135432 // (przypisana) + relation 135048 ---- name "przypisana" + a role_name "" multiplicity "*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 135432 // (przypisana) + b role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 135560 // (przypisana) + end + + attribute 128123 "Imie" + private explicit_type "string" + cpp_decl "" + java_decl "" + php_decl "" + python_decl "${comment}${self}${name} = ${value} +" + idl_decl "" + mysql_decl "" + MysqlColumn + end + + attribute 128251 "nazwisko" + private explicit_type "string" + cpp_decl "" + java_decl "" + php_decl "" + python_decl "${comment}${self}${name} = ${value} +" + idl_decl "" + mysql_decl "" + MysqlColumn + end + end + + class 128264 "Karta" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 135560 // (przypisana) + relation_ref 135048 // przypisana + end + + classrelation 135816 // Przypisana + relation_ref 135176 // Przypisana + end + + classrelation 136584 // Posiada + relation_ref 135560 // Posiada + end + + attribute 129147 "numer_karty" + private explicit_type "int" + cpp_decl "" + java_decl "" + php_decl "" + python_decl "${comment}${self}${name} = ${value} +" + idl_decl "" + mysql_decl "" + MysqlColumn + end + end + + class 128392 "Bankomat" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 136328 // znajduje sie + relation_ref 135432 // znajduje sie + end + + classrelation 139784 // (Zawiera) + relation 137224 ---- name "Zawiera" + a role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 139784 // (Zawiera) + b role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 139912 // (Zawiera) + end + + classrelation 141704 // Posiada + relation_ref 138120 // Posiada + end + + classrelation 142088 // (Posiada) + relation 138376 ---- name "Posiada" + a role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 142088 // (Posiada) + b role_name "" multiplicity "*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 142216 // (Posiada) + end + + attribute 129019 "numer_bankomatu" + private explicit_type "int" + cpp_decl "" + java_decl "" + php_decl "" + python_decl "${comment}${self}${name} = ${value} +" + idl_decl "" + mysql_decl "" + MysqlColumn + end + end + + class 128520 "KartaPaid" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 139272 // (Przypisana) + relation 136968 ---- name "Przypisana" + a role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 139272 // (Przypisana) + b role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 139400 // (Przypisana) + end + end + + class 128648 "Bank" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 136712 // (Prowadzi) + relation 135688 ---- name "Prowadzi" + a role_name "" multiplicity "*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 136712 // (Prowadzi) + b role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 136840 // (Prowadzi) + end + + classrelation 136968 // (Posiada) + relation 135816 ---- name "Posiada" + a role_name "" multiplicity "1..*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 136968 // (Posiada) + b role_name "" multiplicity "*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 137096 // (Posiada) + end + + classrelation 137224 // (Posiada) + relation 135944 ---- name "Posiada" + a role_name "" multiplicity "1..*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 137224 // (Posiada) + b role_name "" multiplicity "*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 137352 // (Posiada) + end + + classrelation 137608 // Zawiera + relation_ref 136072 // Zawiera + end + + classrelation 141576 // (Posiada) + relation 138120 ---- name "Posiada" + a role_name "" multiplicity "*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 141576 // (Posiada) + b role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 141704 // Posiada + end + + classrelation 143752 // Realizuje + relation_ref 139144 // Realizuje + end + + attribute 130427 "nazwa" + private explicit_type "string" + cpp_decl "" + java_decl "" + php_decl "" + python_decl "${comment}${self}${name} = ${value} +" + idl_decl "" + mysql_decl "" + MysqlColumn + end + end + + class 128776 "Transakcja" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 137736 // (w ramach) + relation 136200 ---- name "w ramach" + a role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 137736 // (w ramach) + b role_name "" multiplicity "1..*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 137864 // (w ramach) + end + + classrelation 140424 // Posiada + relation_ref 137480 // Posiada + end + + classrelation 143624 // (Realizuje) + relation 139144 ---- name "Realizuje" + a role_name "" multiplicity "1..2" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 143624 // (Realizuje) + b role_name "" multiplicity "1..*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 143752 // Realizuje + end + + classrelation 144136 // (Wykonanie) + relation 139400 ---- name "Wykonanie" + a role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 144136 // (Wykonanie) + b role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 144264 // (Wykonanie) + end + + classrelation 144392 // (Wykonanie) + relation 139528 ---- name "Wykonanie" + a role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 144392 // (Wykonanie) + b role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 144520 // (Wykonanie) + end + + classrelation 144648 // (Wykonanie) + relation 139656 ---- name "Wykonanie" + a role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 144648 // (Wykonanie) + b role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 144776 // (Wykonanie) + end + + classrelation 144904 // (Wykonanie) + relation 139784 ---- name "Wykonanie" + a role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 144904 // (Wykonanie) + b role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 145032 // (Wykonanie) + end + + classrelation 145416 // (Przypisany) + relation 140040 ---- name "Przypisany" + a role_name "" multiplicity "*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 145416 // (Przypisany) + b role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 145544 // (Przypisany) + end + + attribute 128763 "numer" + private explicit_type "int" + cpp_decl "" + java_decl "" + php_decl "" + python_decl "${comment}${self}${name} = ${value} +" + idl_decl "" + mysql_decl "" + MysqlColumn + end + + attribute 130043 "data" + private type class_ref 128251 // data + cpp_decl "" + java_decl "" + php_decl "" + python_decl "${comment}${self}${name} = ${value} +" + idl_decl "" + mysql_decl "" + MysqlColumn + end + end + + class 128904 "DrukPotwierdzenia" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 138760 // Przypisany () + relation 136712 ---- + a role_name "Przypisany" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 138760 // Przypisany () + b role_name "" multiplicity "*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 138888 // + end + + classrelation 139016 // (Przypisany) + relation 136840 ---- name "Przypisany" + a role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 139016 // (Przypisany) + b role_name "" multiplicity "*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 139144 // (Przypisany) + end + + classrelation 140168 // Przypisany + relation_ref 137352 // Przypisany + end + + classrelation 144008 // Generuje + relation_ref 139272 // Generuje + end + + classrelation 145544 // (Przypisany) + relation_ref 140040 // Przypisany + end + end + + class 129032 "RachunekBankowy" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 135048 // (Posiada) + relation_ref 134792 // Posiada + end + + classrelation 135688 // (Przypisana) + relation 135176 ---- name "Przypisana" + a role_name "" multiplicity "*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 135688 // (Przypisana) + b role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 135816 // Przypisana + end + + classrelation 136072 // Posiada + relation_ref 135304 // Posiada + end + + classrelation 136840 // (Prowadzi) + relation_ref 135688 // Prowadzi + end + end + + class 129160 "Konwojent" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 138120 // <> + relation_ref 136456 // Sprawdza>> + end + + classrelation 138632 // Uzupelnia + relation_ref 136584 // Uzupelnia + end + + classrelation 140552 // (Posiada) + relation 137608 ---- name "Posiada" + a role_name "" multiplicity "*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 140552 // (Posiada) + b role_name "" multiplicity "1..*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 140680 // (Posiada) + end + + classrelation 142600 // (< + relation 138760 ---- + a role_name "" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 142856 // + b role_name "" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 142984 // + end + + classrelation 143112 // (< + relation 134920 ---- + a role_name "" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 135176 // + b role_name "" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 135304 // + end + + classrelation 135304 // + relation_ref 134920 // + end + + classrelation 135944 // (Posiada) + relation 135304 ---- name "Posiada" + a role_name "" multiplicity "1..*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 135944 // (Posiada) + b role_name "" multiplicity "1..*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 136072 // Posiada + end + end + + class 129672 "Przelew" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 140040 // (Przypisany) + relation 137352 ---- name "Przypisany" + a role_name "" multiplicity "*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 140040 // (Przypisany) + b role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 140168 // Przypisany + end + + classrelation 144776 // (Wykonanie) + relation_ref 139656 // Wykonanie + end + + attribute 129915 "ilosc" + private explicit_type "int" + cpp_decl "" + java_decl "" + php_decl "" + python_decl "${comment}${self}${name} = ${value} +" + idl_decl "" + mysql_decl "" + MysqlColumn + end + end + + class 129800 "Wyplata" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 138888 // + relation_ref 136712 // + end + + classrelation 144264 // (Wykonanie) + relation_ref 139400 // Wykonanie + end + + attribute 129659 "ilosc" + private explicit_type "int" + cpp_decl "" + java_decl "" + php_decl "" + python_decl "${comment}${self}${name} = ${value} +" + idl_decl "" + mysql_decl "" + MysqlColumn + end + end + + class 129928 "Wplata" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 139144 // (Przypisany) + relation_ref 136840 // Przypisany + end + + classrelation 144520 // (Wykonanie) + relation_ref 139528 // Wykonanie + end + + attribute 129787 "ilosc" + private explicit_type "int" + cpp_decl "" + java_decl "" + php_decl "" + python_decl "${comment}${self}${name} = ${value} +" + idl_decl "" + mysql_decl "" + MysqlColumn + end + end + + class 130056 "KluczAutroyzacji" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 140680 // (Posiada) + relation_ref 137608 // Posiada + end + + classrelation 140936 // (Posiada) + relation_ref 137736 // Posiada + end + + classrelation 143496 // (W Ramach) + relation_ref 139016 // W Ramach + end + end + + class 130184 "Pin" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 136456 // (Posiada) + relation 135560 ---- name "Posiada" + a role_name "" multiplicity "1..*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 136456 // (Posiada) + b role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 136584 // Posiada + end + end + + class 130312 "MiejsceLokacjiBankomatu" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 136200 // (znajduje sie) + relation 135432 ---- name "znajduje sie" + a role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 136200 // (znajduje sie) + b role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 136328 // znajduje sie + end + end + + class 130440 "ZakupKartyPrepaid" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 139400 // (Przypisana) + relation_ref 136968 // Przypisana + end + + classrelation 145288 // Przypisana + relation_ref 139912 // Przypisana + end + end + + class 130568 "StatusTransakcji" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 140296 // (Posiada) + relation 137480 ---- name "Posiada" + a role_name "" multiplicity "*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 140296 // (Posiada) + b role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 140424 // Posiada + end + end + + class 130696 "Banknoty" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + comment "a" + classrelation 134536 // + relation 134536 ---|> + a public + python "${type}" + classrelation_ref 134536 // + b parent class_ref 130824 // SkrytkaDepozytowa + end + + classrelation 134664 // (Znajduje sie>>) + relation 134664 ---- name "Znajduje sie>>" + a role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 134664 // (Znajduje sie>>) + b role_name "" multiplicity "*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 134792 // (Znajduje sie>>) + end + + classrelation 141832 // + relation 138248 ---- + a role_name "" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 141832 // + b role_name "" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 141960 // + end + + classrelation 142344 // (Stanowia>>) + relation 138504 ---- name "Stanowia>>" + a role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 142344 // (Stanowia>>) + b role_name "" multiplicity "*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 142472 // (Stanowia>>) + end + end + + class 130824 "SkrytkaDepozytowa" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 134792 // (Znajduje sie>>) + relation_ref 134664 // Znajduje sie>> + end + + classrelation 139528 // + relation 137096 ---- + a role_name "" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 139528 // + b role_name "" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 139656 // + end + + classrelation 139912 // (Zawiera) + relation_ref 137224 // Zawiera + end + end + + class 130952 "SystemTransakcji" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 137864 // (w ramach) + relation_ref 136200 // w ramach + end + + classrelation 143880 // (Generuje) + relation 139272 ---- name "Generuje" + a role_name "" multiplicity "*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 143880 // (Generuje) + b role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 144008 // Generuje + end + end + + class 131080 "CentralaBanku" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 137480 // (Zawiera) + relation 136072 ---- name "Zawiera" + a role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 137480 // (Zawiera) + b role_name "" multiplicity "1" private + python "${comment}${self}${name} = ${value} +" + classrelation_ref 137608 // Zawiera + end + + attribute 128891 "adres" + private type class_ref 128123 // adres + cpp_decl "" + java_decl "" + php_decl "" + python_decl "${comment}${self}${name} = ${value} +" + idl_decl "" + mysql_decl "" + MysqlColumn + end + end + + class 131208 "DzialSerwisu" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 137352 // (Posiada) + relation_ref 135944 // Posiada + end + + classrelation 141192 // (<>) + relation 136456 ---- name "Sprawdza>>" + a role_name "" multiplicity "1..*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 138248 // (Sprawdza>>) + b role_name "" multiplicity "1..*" private + python "${comment}${self}${name} = ${stereotype}() +" + classrelation_ref 138376 // Sprawdza>> + end + + classrelation 139656 // + relation_ref 137096 // + end + end + + class 138376 "Logi" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 141448 // (Pobiera) + relation_ref 137992 // Pobiera + end + + attribute 130171 "data" + private type class_ref 128251 // data + cpp_decl "" + java_decl "" + php_decl "" + python_decl "${comment}${self}${name} = ${value} +" + idl_decl "" + mysql_decl "" + MysqlColumn + end + + attribute 130299 "rodzaj_operacji" + private explicit_type "string" + cpp_decl "" + java_decl "" + php_decl "" + python_decl "${comment}${self}${name} = ${value} +" + idl_decl "" + mysql_decl "" + MysqlColumn + end + end + + class 138504 "StanGotowki" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "class ${name}${inherit}: +${docstring}${members} +" + idl_decl "" + explicit_switch_type "" + mysql_decl "" + + classrelation 141960 // + relation_ref 138248 // + end + + classrelation 142216 // (Posiada) + relation_ref 138376 // Posiada + end + + classrelation 142472 // (Stanowia>>) + relation_ref 138504 // Stanowia>> + end + + classrelation 142728 // (< + relation_ref 138760 // + end + + classrelation 143240 // (<