From e7f83e96e9b220f5431075ce17ae6c5fcf5c4aef Mon Sep 17 00:00:00 2001 From: Juan MarĂ­n Noguera Date: Tue, 8 Dec 2020 17:03:11 +0100 Subject: Some patterns --- tds/n2.1.puml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tds/n2.1.puml (limited to 'tds/n2.1.puml') diff --git a/tds/n2.1.puml b/tds/n2.1.puml new file mode 100644 index 0000000..594731f --- /dev/null +++ b/tds/n2.1.puml @@ -0,0 +1,9 @@ +@startuml +participant ":Cart" as Cart +participant ":CartItem" as CartItem +participant ":Product" as Product + +[-> Cart : getPrice() +Cart -> CartItem : [*] getProduct() +Cart-> Product : [*] getPrice() +@enduml -- cgit v1.2.3