aboutsummaryrefslogtreecommitdiff
path: root/tds/n2.1.puml
blob: 594731f07d5cb2e2feeebfb15c5387b748621807 (plain)
1
2
3
4
5
6
7
8
9
@startuml
participant ":Cart" as Cart
participant ":CartItem" as CartItem
participant ":Product" as Product

[-> Cart : getPrice()
Cart -> CartItem : [*] getProduct()
Cart-> Product : [*] getPrice()
@enduml