Analiza_Obiektowa/models/models.prj
Krzysztof Szostak 41689b6c08 add Diagram
2021-02-02 21:20:08 +01:00

1797 lines
40 KiB
Plaintext

format 224
"models"
revision 12
modified_by 52 "KSzostak"
// 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 yes 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 128180 "domain"
classdiagramsettings member_max_width 0 end
classcompositediagramsettings end
collaborationdiagramsettings end
objectdiagramsettings end
objectcompositediagramsettings end
sequencediagramsettings end
statediagramsettings
end
activitydiagramsettings
end
classdiagram 128180 "domain_model"
classdiagramsettings draw_all_relations no show_members_full_definition yes member_max_width 0 end
size A2
end
class 134580 "Serwisant"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
classrelation 129588 // (< wysyla)
relation 128820 ---- name "< wysyla"
a role_name "" multiplicity "1" private
classrelation_ref 129588 // (< wysyla)
b role_name "" multiplicity "*" private
classrelation_ref 129716 // (< wysyla)
end
classrelation 133684 // (przeprowadza)
relation 130868 ---- name "przeprowadza"
a role_name "" multiplicity "*" private
classrelation_ref 133684 // (przeprowadza)
b role_name "" multiplicity "*" private
classrelation_ref 133812 // (przeprowadza)
end
attribute 128948 "imie"
private explicit_type "string"
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
attribute 129076 "nazwisko"
private explicit_type "string"
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
attribute 129204 "numer_telefonu"
private type class_ref 150068 // Numer_telefonu
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
attribute 129332 "serwisantID"
private explicit_type "int"
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
end
class 134708 "Serwis"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
classrelation 129716 // (< wysyla)
relation_ref 128820 // < wysyla
end
classrelation 130100 // (odpowiada za)
relation 129076 ---- name "odpowiada za"
a role_name "" multiplicity "*" private
classrelation_ref 130100 // (odpowiada za)
b role_name "" multiplicity "1" private
classrelation_ref 130228 // (odpowiada za)
end
classrelation 134196 // <association>
relation 131124 ----
a role_name "" private
classrelation_ref 134196 // <association>
b role_name "" private
classrelation_ref 134324 // <association>
end
classrelation 134324 // <association>
relation_ref 131124 // <association>
end
classrelation 135092 // <association>
relation_ref 131508 // <association>
end
attribute 129460 "nazwa"
private explicit_type "string"
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
attribute 129588 "adres"
private type class_ref 149940 // Adres
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
attribute 129716 "numer_telefonu"
private type class_ref 150068 // Numer_telefonu
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
end
class 134836 "Administrator_systemu"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
classrelation 136500 // (< powiadamia)
relation 132276 ---- name "< powiadamia"
a role_name "" multiplicity "*" private
classrelation_ref 136500 // (< powiadamia)
b role_name "" multiplicity "*" private
classrelation_ref 136628 // (< powiadamia)
end
classrelation 136756 // (nadzoruje >)
relation 132404 ---- name "nadzoruje >"
a role_name "" multiplicity "*" private
classrelation_ref 136756 // (nadzoruje >)
b role_name "" multiplicity "*" private
classrelation_ref 136884 // (nadzoruje >)
end
attribute 128564 "imie"
private explicit_type "string"
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
attribute 128692 "nazwisko"
private explicit_type "string"
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
attribute 128820 "numer_telefonu"
private type class_ref 150068 // Numer_telefonu
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
end
class 134964 "Hurtownia"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
classrelation 130740 // <association>
relation_ref 129332 // <association>
end
classrelation 130868 // <association>
relation 129460 ----
a role_name "" private
classrelation_ref 130868 // <association>
b role_name "" private
classrelation_ref 130996 // <association>
end
classrelation 131380 // (magazynuje >)
relation 129716 ---- name "magazynuje >"
a role_name "" multiplicity "*" private
classrelation_ref 131380 // (magazynuje >)
b role_name "" multiplicity "1" private
classrelation_ref 131508 // (magazynuje >)
end
classrelation 131764 // < zaopatruje
relation_ref 129844 // < zaopatruje
end
end
class 135092 "Dostawca"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
classrelation 130484 // <association>
relation_ref 129204 // <association>
end
classrelation 130612 // <association>
relation 129332 ----
a role_name "" private
classrelation_ref 130612 // <association>
b role_name "" private
classrelation_ref 130740 // <association>
end
classrelation 131636 // (< zaopatruje)
relation 129844 ---- name "< zaopatruje"
a role_name "" multiplicity "*" private
classrelation_ref 131636 // (< zaopatruje)
b role_name "" multiplicity "*" private
classrelation_ref 131764 // < zaopatruje
end
classrelation 131892 // <association>
relation 129972 ----
a role_name "" private
classrelation_ref 131892 // <association>
b role_name "" private
classrelation_ref 132020 // <association>
end
classrelation 132148 // (< dokonuje)
relation 130100 ---- name "< dokonuje"
a role_name "" multiplicity "*" private
classrelation_ref 132148 // (< dokonuje)
b role_name "" multiplicity "*" private
classrelation_ref 132276 // (< dokonuje)
end
classrelation 134836 // powiadamia >
relation_ref 131380 // powiadamia >
end
end
class 135220 "Produkt"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
classrelation 130356 // <association>
relation 129204 ----
a role_name "" private
classrelation_ref 130356 // <association>
b role_name "" private
classrelation_ref 130484 // <association>
end
classrelation 131124 // (przechowuje >)
relation 129588 ---- name "przechowuje >"
a role_name "" multiplicity "1" private
classrelation_ref 131124 // (przechowuje >)
b role_name "" multiplicity "*" private
classrelation_ref 131252 // (przechowuje >)
end
classrelation 131508 // (magazynuje >)
relation_ref 129716 // magazynuje >
end
classrelation 135860 // obejmuje >
relation_ref 131892 // obejmuje >
end
attribute 131124 "produktID"
private explicit_type "int"
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
attribute 131252 "cena"
private type class_ref 150708 // Kwota
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
attribute 131380 "lokalizacja_w_automacie"
private explicit_type "int"
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
end
class 135348 "Transakcja"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
classrelation 128052 // <association>
relation 128052 ----
a role_name "" private
classrelation_ref 128052 // <association>
b role_name "" private
classrelation_ref 128180 // <association>
end
classrelation 129076 // <association>
relation 128564 ----
a role_name "" private
classrelation_ref 129076 // <association>
b role_name "" private
classrelation_ref 129204 // <association>
end
classrelation 129844 // <association>
relation 128948 ----
a role_name "" private
classrelation_ref 129844 // <association>
b role_name "" private
classrelation_ref 129972 // <association>
end
classrelation 132404 // <association>
relation 130228 ----
a role_name "" private
classrelation_ref 132404 // <association>
b role_name "" private
classrelation_ref 132532 // <association>
end
end
class 135476 "Platnosc"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
classrelation 128436 // zrealizowana >
relation_ref 128180 // zrealizowana >
end
classrelation 128692 // <association>
relation_ref 128308 // <association>
end
classrelation 128820 // <association>
relation 128436 ----
a role_name "" private
classrelation_ref 128820 // <association>
b role_name "" private
classrelation_ref 128948 // <association>
end
classrelation 129204 // <association>
relation_ref 128564 // <association>
end
classrelation 129332 // (< zrealizowana)
relation 128692 ---- name "< zrealizowana"
a role_name "" multiplicity "1" private
classrelation_ref 129332 // (< zrealizowana)
b role_name "" multiplicity "1" private
classrelation_ref 129460 // (< zrealizowana)
end
classrelation 133172 // (oplacona)
relation 130612 ---- name "oplacona"
a role_name "" multiplicity "1" private
classrelation_ref 133172 // (oplacona)
b role_name "" multiplicity "1" private
classrelation_ref 133300 // (oplacona)
end
attribute 130484 "kwota"
private type class_ref 150708 // Kwota
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
end
class 135604 "Platnosc_karta"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
classrelation 128180 // <association>
relation_ref 128052 // <association>
end
classrelation 128308 // (zrealizowana >)
relation 128180 ---- name "zrealizowana >"
a role_name "" multiplicity "1" private
classrelation_ref 128308 // (zrealizowana >)
b role_name "" multiplicity "1" private
classrelation_ref 128436 // zrealizowana >
end
classrelation 143924 // (<dotyczy)
relation 139188 ---- name "<dotyczy"
a role_name "" multiplicity "1" private
classrelation_ref 143924 // (<dotyczy)
b role_name "" multiplicity "*" private
classrelation_ref 144052 // (<dotyczy)
end
end
class 135732 "Platnosc_gotowka"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
classrelation 128564 // <association>
relation 128308 ----
a role_name "" private
classrelation_ref 128564 // <association>
b role_name "" private
classrelation_ref 128692 // <association>
end
classrelation 129460 // (< zrealizowana)
relation_ref 128692 // < zrealizowana
end
end
class 135860 "Klient"
visibility package stereotype "actor"
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
classrelation 128948 // <association>
relation_ref 128436 // <association>
end
classrelation 132660 // (uczestniczy >)
relation 130356 ---- name "uczestniczy >"
a role_name "" multiplicity "*" private
classrelation_ref 132660 // (uczestniczy >)
b role_name "" multiplicity "1" private
classrelation_ref 132788 // (uczestniczy >)
end
classrelation 135476 // <association>
relation 131764 ----
a role_name "" private
classrelation_ref 135476 // <association>
b role_name "" private
classrelation_ref 135604 // <association>
end
classrelation 137396 // sklada
relation_ref 132660 // sklada
end
attribute 130228 "czas"
private type class_ref 150452 // Czas
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
end
class 135988 "Reklamacja"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
classrelation 135604 // <association>
relation_ref 131764 // <association>
end
classrelation 137012 // (dotyczy >)
relation 132532 ---- name "dotyczy >"
a role_name "" multiplicity "1" private
classrelation_ref 137012 // (dotyczy >)
b role_name "" multiplicity "1" private
classrelation_ref 137140 // (dotyczy >)
end
classrelation 137268 // (sklada)
relation 132660 ---- name "sklada"
a role_name "" multiplicity "1" private
classrelation_ref 137268 // (sklada)
b role_name "" multiplicity "*" private
classrelation_ref 137396 // sklada
end
attribute 130356 "tresc_reklamacji"
private type class_ref 150580 // Tresc_reklamacji
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
end
class 136116 "Modul_komunikacji"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
classrelation 134580 // obsluguje >
relation_ref 131252 // obsluguje >
end
classrelation 134708 // (powiadamia >)
relation 131380 ---- name "powiadamia >"
a role_name "" multiplicity "*" private
classrelation_ref 134708 // (powiadamia >)
b role_name "" multiplicity "*" private
classrelation_ref 134836 // powiadamia >
end
classrelation 134964 // <association>
relation 131508 ----
a role_name "" private
classrelation_ref 134964 // <association>
b role_name "" private
classrelation_ref 135092 // <association>
end
classrelation 136628 // (< powiadamia)
relation_ref 132276 // < powiadamia
end
operation 128180 "Stan_zmieniono"
public explicit_return_type ""
nparams 0
end
operation 128820 "Stan_zmieniono"
public explicit_return_type ""
nparams 0
end
operation 129076 "Wygeneruj_raport()"
public explicit_return_type ""
nparams 0
end
operation 129204 "Generowanie_raportu"
public explicit_return_type ""
nparams 0
end
end
class 136244 "Urzad_skarbowy"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
classrelation 136116 // < kontroluje
relation_ref 132020 // < kontroluje
end
attribute 130740 "urzadID"
private type class_ref 151092 // Numer_urzedu
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
end
class 136372 "System_ksiegowy"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
classrelation 136372 // < zaksiegowuje
relation_ref 132148 // < zaksiegowuje
end
classrelation 144180 // <association>
relation 139316 ----
a role_name "" private
classrelation_ref 144180 // <association>
b role_name "" private
classrelation_ref 144308 // <association>
end
end
class 136500 "Inspektorat_sanitarny"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
end
class 143028 "Automat"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
classrelation 129972 // <association>
relation_ref 128948 // <association>
end
classrelation 130228 // (odpowiada za)
relation_ref 129076 // odpowiada za
end
classrelation 130996 // <association>
relation_ref 129460 // <association>
end
classrelation 131252 // (przechowuje >)
relation_ref 129588 // przechowuje >
end
classrelation 132020 // <association>
relation_ref 129972 // <association>
end
classrelation 133044 // dokonuje
relation_ref 130484 // dokonuje
end
classrelation 134068 // < przechodzi
relation_ref 130996 // < przechodzi
end
classrelation 134452 // (obsluguje >)
relation 131252 ---- name "obsluguje >"
a role_name "" multiplicity "1" private
classrelation_ref 134452 // (obsluguje >)
b role_name "" multiplicity "1" private
classrelation_ref 134580 // obsluguje >
end
classrelation 135348 // < uzupelnia
relation_ref 131636 // < uzupelnia
end
classrelation 136884 // (nadzoruje >)
relation_ref 132404 // nadzoruje >
end
attribute 128180 "automatID"
private explicit_type "int"
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
attribute 128308 "adres"
private type class_ref 149940 // Adres
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
operation 128948 "Tryb_serwisowy"
public explicit_return_type ""
nparams 0
end
end
class 143156 "Dostawa"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
classrelation 132276 // (< dokonuje)
relation_ref 130100 // < dokonuje
end
classrelation 135220 // (< uzupelnia)
relation 131636 ---- name "< uzupelnia"
a role_name "" multiplicity "1" private
classrelation_ref 135220 // (< uzupelnia)
b role_name "" multiplicity "1" private
classrelation_ref 135348 // < uzupelnia
end
end
class 143284 "Przeglad"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
classrelation 133428 // <association>
relation 130740 ----
a role_name "" private
classrelation_ref 133428 // <association>
b role_name "" private
classrelation_ref 133556 // <association>
end
classrelation 133556 // <association>
relation_ref 130740 // <association>
end
classrelation 133812 // (przeprowadza)
relation_ref 130868 // przeprowadza
end
classrelation 133940 // (< przechodzi)
relation 130996 ---- name "< przechodzi"
a role_name "" multiplicity "1" private
classrelation_ref 133940 // (< przechodzi)
b role_name "" multiplicity "*" private
classrelation_ref 134068 // < przechodzi
end
attribute 129844 "data"
private type class_ref 150196 // Data
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
attribute 129972 "raport"
private type class_ref 150324 // Raport
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
end
class 143412 "Sprzedaz"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
classrelation 132532 // <association>
relation_ref 130228 // <association>
end
classrelation 132788 // (uczestniczy >)
relation_ref 130356 // uczestniczy >
end
classrelation 132916 // (dokonuje)
relation 130484 ---- name "dokonuje"
a role_name "" multiplicity "1" private
classrelation_ref 132916 // (dokonuje)
b role_name "" multiplicity "*" private
classrelation_ref 133044 // dokonuje
end
classrelation 133300 // (oplacona)
relation_ref 130612 // oplacona
end
classrelation 135732 // 1 (obejmuje >)
relation 131892 ---- name "obejmuje >"
a role_name "1" private
classrelation_ref 135732 // 1 (obejmuje >)
b role_name "1" private
classrelation_ref 135860 // obejmuje >
end
classrelation 135988 // (< kontroluje)
relation 132020 ---- name "< kontroluje"
a role_name "" multiplicity "1" private
classrelation_ref 135988 // (< kontroluje)
b role_name "" multiplicity "*" private
classrelation_ref 136116 // < kontroluje
end
classrelation 136244 // (< zaksiegowuje)
relation 132148 ---- name "< zaksiegowuje"
a role_name "" multiplicity "1" private
classrelation_ref 136244 // (< zaksiegowuje)
b role_name "" multiplicity "*" private
classrelation_ref 136372 // < zaksiegowuje
end
classrelation 137140 // (dotyczy >)
relation_ref 132532 // dotyczy >
end
attribute 128436 "data"
private type class_ref 150196 // Data
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
end
class 149940 "Adres"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
end
class 150068 "Numer_telefonu"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
end
class 150196 "Data"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
end
class 150324 "Raport"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
end
class 150452 "Czas"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
end
class 150580 "Tresc_reklamacji"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
end
class 150708 "Kwota"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
end
class 150836 "Karta_platnicza"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
classrelation 144052 // (<dotyczy)
relation_ref 139188 // <dotyczy
end
attribute 130612 "numer_karty"
private type class_ref 150964 // Numer_karty
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
end
class 150964 "Numer_karty"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
end
class 151092 "Numer_urzedu"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
end
class 151220 "Ksiegowosc"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
attribute 130868 "nazwa"
private explicit_type "string"
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
attribute 130996 "adres"
private type class_ref 149940 // Adres
cpp_decl ""
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
mysql_decl ""
MysqlColumn
end
classrelation 144308 // <association>
relation_ref 139316 // <association>
end
end
end
classview 134708 "design"
classdiagramsettings member_max_width 0 end
classcompositediagramsettings end
collaborationdiagramsettings end
objectdiagramsettings end
objectcompositediagramsettings end
sequencediagramsettings end
statediagramsettings
end
activitydiagramsettings
end
sequencediagram 134708 "use_case_2_1"
sequencediagramsettings end
overlapping_bars size A0
end
sequencediagram 141236 "use_case_2_2"
sequencediagramsettings end
overlapping_bars size A0
end
classinstance 128180 "automat"
type class_ref 143028 // Automat
attributes
end
relations
end
end
class 157748 "serwisant"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
end
classinstance 128052 ""
type class_ref 134580 // Serwisant
attributes
end
relations
end
end
classdiagram 147764 "design-model"
classdiagramsettings member_max_width 0 end
size A4
end
state 128052 "State_machine"
stereotype "machine"
statediagram 147892 "state_diagram"
statediagramsettings
end
size A0
end
pseudostate 128052 initial ""
transition 128052 "wpisanie_kodu_produktu"
on state_ref 128180 // Sprzedaz_otwarta
external
end
end
state 128180 "Sprzedaz_otwarta"
transition 128180 "wybor_metody_platnosci"
on state_ref 128308 // Sprzedaz_nieoplacona
external
end
end
state 128308 "Sprzedaz_nieoplacona"
transition 128308 "anulowanie_platnosci"
on state_ref 128564 // Sprzedaz_odrzucona
external
end
transition 128436 "dokonanie_platnosc"
on state_ref 128436 // Sprzedaz_w_realizacji
external
end
end
state 128436 "Sprzedaz_w_realizacji"
transition 128692 "realizacja_zamowienia"
on state_ref 128820 // Sprzedaz_zrealizowana
external
end
end
state 128564 "Sprzedaz_odrzucona"
transition 128564 "zakonczenie_sprzedazy"
on state_ref 128692 // Sprzedaz_zakonczona
external
end
transition 128948 "zmiana_metody_platnosci"
on state_ref 128180 // Sprzedaz_otwarta
external
end
end
state 128692 "Sprzedaz_zakonczona"
transition 129076 "<transition>"
on pseudostate_ref 128180 // final
external
end
end
state 128820 "Sprzedaz_zrealizowana"
transition 128820 "zakonczenie_sprzedazy"
on state_ref 128692 // Sprzedaz_zakonczona
external
end
end
pseudostate 128180 final ""
end
end
sequencediagram 128013 "use_case_6_1"
sequencediagramsettings end
overlapping_bars size A4
end
classinstance 128013 ""
type class_ref 135860 // Klient
attributes
end
relations
end
end
classinstance 128141 "controller"
type class_ref 143028 // Automat
attributes
end
relations
end
end
sequencediagram 128141 "use_case_6_2"
sequencediagramsettings end
overlapping_bars size A4
end
classinstance 128397 ""
type class_ref 143412 // Sprzedaz
attributes
end
relations
end
end
classinstance 128525 ""
type class_ref 143412 // Sprzedaz
attributes
end
relations
end
end
sequencediagram 128269 "use_case_6_3"
sequencediagramsettings end
overlapping_bars size A4
end
sequencediagram 128069 "4-1-wpisanieKoduProduktu"
sequencediagramsettings end
overlapping_bars size A1
end
classinstance 128069 ""
stereotype "actor"
type class_ref 135860 // Klient
attributes
end
relations
end
end
sequencediagram 128709 "4-8-bezczynnoscKlientaPodczasWyboru"
sequencediagramsettings end
overlapping_bars size A0
end
class 128069 "userInputHandler"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
end
classinstance 128197 ""
type class_ref 128069 // userInputHandler
attributes
end
relations
end
end
classinstance 128325 ""
type class_ref 143412 // Sprzedaz
attributes
end
relations
end
end
class 128197 "magazynController"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
end
classinstance 128453 ""
type class_ref 128197 // magazynController
attributes
end
relations
end
end
sequencediagram 128197 "4-3-zmianaSzczegoluPosilku"
sequencediagramsettings end
overlapping_bars size A0
end
classinstance 128581 ""
type class_ref 135220 // Produkt
attributes
end
relations
end
end
sequencediagram 128325 "4-2-wybranieMetodyPlatnosci"
sequencediagramsettings end
overlapping_bars size A1
end
classinstance 128709 ""
type class_ref 143412 // Sprzedaz
attributes
end
relations
end
end
sequencediagram 128453 "4-6-potwierdzenieWybranychSzczegolowPosilku"
sequencediagramsettings end
overlapping_bars size A0
end
classinstance 128837 ""
type class_ref 128069 // userInputHandler
attributes
end
relations
end
end
classinstance 128965 ""
type class_ref 128709 // sprzedazController
attributes
end
relations
end
end
classinstance 129093 ""
type class_ref 143412 // Sprzedaz
attributes
end
relations
end
end
classinstance 129221 ""
type class_ref 135476 // Platnosc
attributes
end
relations
end
end
classinstance 129349 ""
type class_ref 135220 // Produkt
attributes
end
relations
end
end
classinstance 129477 ""
type class_ref 135476 // Platnosc
attributes
end
relations
end
end
sequencediagram 128581 "4-7-uzyciePrzyciskuReklamacji"
sequencediagramsettings end
overlapping_bars size A0
end
classinstance 129605 ""
type class_ref 135860 // Klient
attributes
end
relations
end
end
classinstance 129733 ""
type class_ref 128069 // userInputHandler
attributes
end
relations
end
end
class 128325 "modulKomunikacji"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
end
classinstance 129861 ""
type class_ref 128325 // modulKomunikacji
attributes
end
relations
end
end
classinstance 129989 ""
type class_ref 135860 // Klient
attributes
end
relations
end
end
class 128453 "systemStateMonitor"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
end
classinstance 130117 ""
type class_ref 128453 // systemStateMonitor
attributes
end
relations
end
end
classinstance 130245 ""
type class_ref 143412 // Sprzedaz
attributes
end
relations
end
end
classinstance 130373 ""
type class_ref 135476 // Platnosc
attributes
end
relations
end
end
sequencediagram 128837 "4-9-bezczynnoscKlientaPodczasOdbioru"
sequencediagramsettings end
overlapping_bars size A0
end
class 128581 "machineryController"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
end
classinstance 130501 ""
type class_ref 128581 // machineryController
attributes
end
relations
end
end
class 128709 "sprzedazController"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
end
classinstance 130629 ""
type class_ref 128709 // sprzedazController
attributes
end
relations
end
end
classinstance 130757 ""
type class_ref 128709 // sprzedazController
attributes
end
relations
end
end
classinstance 130885 ""
type class_ref 128709 // sprzedazController
attributes
end
relations
end
end
classinstance 131013 ""
type class_ref 128709 // sprzedazController
attributes
end
relations
end
end
classinstance 131141 ""
type class_ref 128709 // sprzedazController
attributes
end
relations
end
end
classinstance 131269 ""
type class_ref 135860 // Klient
attributes
end
relations
end
end
class 164276 "Modul_platnosci"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
operation 128052 "Wylacz_modul"
public explicit_return_type ""
nparams 0
end
operation 129460 "Test_kasetki"
public explicit_return_type ""
nparams 0
end
end
class 164404 "Modul_bezpieczenstwa"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
operation 128308 "Odblokuj_drzwi"
public explicit_return_type ""
nparams 0
end
operation 128692 "Wylacz_modul"
public explicit_return_type ""
nparams 0
end
operation 129588 "Zablokuj_drzwi"
public explicit_return_type ""
nparams 0
end
operation 129716 "Wlacz_modul"
public explicit_return_type ""
nparams 0
end
end
end
end