diff options
| author | Juan Marín Noguera <juan.marinn@um.es> | 2020-12-08 17:03:11 +0100 |
|---|---|---|
| committer | Juan Marín Noguera <juan.marinn@um.es> | 2020-12-08 17:03:11 +0100 |
| commit | e7f83e96e9b220f5431075ce17ae6c5fcf5c4aef (patch) | |
| tree | 547b6240da87714b8a98fb2885e5ea929fd843cf /tds/n2.2.puml | |
| parent | e44ec6801edffd5acd0de48aeb85da7c77ef624c (diff) | |
Some patterns
Diffstat (limited to 'tds/n2.2.puml')
| -rw-r--r-- | tds/n2.2.puml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tds/n2.2.puml b/tds/n2.2.puml new file mode 100644 index 0000000..773fa98 --- /dev/null +++ b/tds/n2.2.puml @@ -0,0 +1,9 @@ +@startuml +participant ":Cart" as Cart +participant ":CartItem" as CartItem +participant ":Product" as Product + +[-> Cart : getPrice() +Cart -> CartItem : [*] getPrice() +CartItem -> Product : getPrice() +@enduml |
