0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

PlantUML sequence diagram

Last updated at Posted at 2025-06-04

例:

1: Sequence Diagram for Music Generation System
https://www.researchgate.net/figure/Sequence-Diagram-for-Music-Generation-System_fig3_366558349

スクリーンショット 2025-06-04 152124.png

music.uml
@startuml
User -> Website : visit the Website
Website -> Model : music request
Model -> Website : Generated Music
Website -> Website : Play Music
Website -> User : Status of play
User -> Website : reqiest cpmtrol change
Website -> Model : change control
Model -> Website : changed status
@enduml

ROvD2i8m44RtESLSm0kuaEvS5GGHrp7vj87yj3CJmTkRMheeTXVcFRwyJjIorXJDJS1qED4T3maAEj8xj0VfWFLcLjQqldZ49gKgmH5ZgX0rotMpSaO6MuMdVbRNZQrqYVRpp-Ua1gzgjGgL9urDsmbbJ06YvCQaN2AvmURNRkr2o9KyYtkvY-59Vf-Q3jdN5By0.png

例:Web

web.uml
@startuml
participant "WEBサーバ" as WEB
participant "APサーバ" as AP
participant "DBサーバ" as DB

WEB -> AP : 価格表示

loop 1,予約人数
    AP -> DB : 航空券料金検索
    DB --> AP : 取得結果
end

AP -> DB : 手数料検索
DB --> AP : 取得結果

AP --> WEB : 計算結果
@enduml

SoWkIImgAStDuIe0qfd9cGM9UIKAIk6kJe-RjZvktlEuUOAIGcAn0b00LOLZ0Ae2nm1KUHSq0roSkBY0XYZesW6LAbWfFDctyDc2FIyMhdY-P1SNLqv-Ve62eSwJNHtFjxGysRNhsTGDN0f0u1W0r03K2zJmecFLyvMxddRiU3PjvilsYS-Mp7c-PH584KXQ5sRiq_vfJ_TDVxvrmhDvS.png

例:ハンバーグ

hunberg
@startuml
まな板 -> ボウル : 玉ねぎみじん切り
容器 -> フライパン : 油を入れる
ボウル -> フライパン : 玉ねぎ炒める
フライパン -> ボウル : 玉ねぎを冷ます
容器 -> ボウル : 合いびき肉を入れる
容器 -> ボウル : パン粉大さじ4入れる
容器 -> ボウル : 牛乳大さじ4いれる
容器 -> ボウル : 塩と砂糖各小さじ1/2ずつ入れる
容器 -> ボウル : おろしにんにく1/2片分入れる
容器 -> ボウル : コショウ少々入れる
容器 -> ボウル : しっかりと練り混ぜて成型する
容器 -> フライパン : 油を入れる
ボウル -> フライパン : ハンバーグの種を並べ入れる
棚 -> フライパン : ふたをして火加減調整する
棚 -> フライパン : 竹串で焼き加減を完成させる

フライパン -> 器 : 盛り付ける
@enduml

hPFDhj9G58NdF4LVm1YD8mVcleg9pjI1NkVkVRZtjkM70a61ecB0yjFO48efZKGUPlNqy1YUqa530dJYf3bfrhVsrtRtviFjo_Ut7z--gO3-WfRfrxtnw8K1CG9x4Bxnt51D2_GBr0JjGNrmLveFOBiYWrWEvdcy1x40Jo7Q4A66qdKCxiYxd-0wk5Of2i_5YncAEs3AYTFGHIizvZuws.png

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?