@startuml scale 3 Object ":Register" as R Object ":Sale" as S Object ":SalesLineItem" as SLI <> Object ":ProductSpecification" as PS R -r- S : > total := getTotal() S -r- "*" SLI : > 1*: st = getSubTotal() SLI -d- PS : 1.1: pr := getPrice() note top of SLI: Sale¿¡ ¿¬°áµÈ ¸ðµç\nSalesLineItem¿¡ ´ëÇÏ¿©\n¹Ýº¹ÇØ¾ß ÇÔ @enduml