Sequence 3-3 done

This commit is contained in:
Marcin Kostrzewski 2021-01-27 15:14:22 +01:00
parent 46bd0e95fe
commit 96dd50786d
2 changed files with 52 additions and 1 deletions

View File

@ -1,5 +1,33 @@
format 224
classinstance 128119 class_ref 134648 // Kelner
name "" xyz 132 4 2005 life_line_z 2000
name "" xyz 25.8 4.2 2005 life_line_z 2000
classinstance 128247 class_ref 128119 // ZamowienieController
name "" xyz 234 4.2 2000 life_line_z 2000
classinstance 128759 class_ref 135032 // Zamowienie
name "zamowienie" xyz 450 4.2 2000 life_line_z 2000
durationcanvas 128375 classinstance_ref 128119 // :Kelner
xyzwh 40 80 2010 11 40
end
durationcanvas 128503 classinstance_ref 128247 // :ZamowienieController
xyzwh 292 80 2010 11 25
end
durationcanvas 128887 classinstance_ref 128759 // zamowienie:Zamowienie
xyzwh 515 93 2010 11 25
end
msg 128631 synchronous
from durationcanvas_ref 128375
to durationcanvas_ref 128503
yz 79 2015 msg operation_ref 129143 // "deletePotrawa(in potrawa : Potrawa, in zamowienie : Zamowienie)"
show_full_operations_definition default show_class_of_operation default drawing_language default show_context_mode default
args "potrawa:Potrawa
zamowienie:Zamowienie"
label_xy 55 55
msg 129015 synchronous
from durationcanvas_ref 128503
to durationcanvas_ref 128887
yz 91 2015 msg operation_ref 129271 // "deletePotrawa(in potrawa : Potrawa)"
show_full_operations_definition default show_class_of_operation default drawing_language default show_context_mode default
args "potrawa:Potrawa"
label_xy 333 79
end

View File

@ -262,6 +262,17 @@ format 224
end
operation 129271 "deletePotrawa"
public explicit_return_type ""
nparams 1
param in name "potrawa" type class_ref 135160 // Potrawa
end
end
@ -1687,6 +1698,18 @@ format 224
end
operation 129143 "deletePotrawa"
public explicit_return_type ""
nparams 2
param in name "potrawa" type class_ref 135160 // Potrawa
param in name "zamowienie" type class_ref 135032 // Zamowienie
end
end
end