PlantUML:相互作用概要図
相互作用概要図(interaction overview diagram)
https://plantuml-proxy.vercel.app/svg/https://scrapbox.io/api/code/suto3/PlantUML:相互作用概要図/iou.pu#.svg
code:iou.pu
@startuml
Start
if () then (Condition1)
:action1
{{
actor user
Participant system
Mainframe task1
user -> system : message
user <-- system : response
}}
;
else (Condition2)
:action2;
:action3
{{
actor user
Participant system
Mainframe task2
user -> system : message
user <-- system : response
}}
;
endif
stop
@enduml
PlantUMLにおける相互作用概要図の記述方法 #PlantUML - Qiita
アクティビティ図
シーケンス図
PlantUML