프로젝트

일반

사용자정보

UP3-SEQ-makePayment.txt

Prof. Jong Min Lee, 2025/05/06 22:07

다운로드 (328 Bytes)

 
1
@startuml
2

    
3
scale 3.0
4

    
5
actor "<u>:Cashier" as C
6
participant "<u>:Register" as R
7
participant "<u>:Sale" as S
8
participant "<u>:Payment" as P
9

    
10
C -> R ++ : makePayment(cashTendered)
11

    
12
autonumber
13
R -> S ++ : makePayment(cashTendered)
14

    
15
' create P ??? ????? "**" ?????? ??.
16
S -> P ** : create(cashTendered) 
17

    
18
@enduml