aboutsummaryrefslogtreecommitdiff
path: root/tds/n2.2.puml
diff options
context:
space:
mode:
Diffstat (limited to 'tds/n2.2.puml')
-rw-r--r--tds/n2.2.puml9
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