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?

checkin, use case diagram, plantuml

Last updated at Posted at 2025-06-25

USE CASE
https://app.smartdraw.com/editor.aspx?templateId=78c8d1ff-e0fb-46d2-b573-42ef2fca1dce

スクリーンショット 2025-06-25 133808.png

checkin
@startuml
left to right direction
skinparam packageStyle rectangle
actor passenger
actor tourguide 
rectangle checkin {
  passenger -> (individualcheckin)
  (individualcheckin) .> (payment) : include
  (baggagecheckin) .> (individualcheckin) : extends
  (groupcheckin) <- tourguide
}
@enduml
plantuml
@startuml
left to right direction
skinparam packageStyle rectangle
actor passenger
actor tourguide 
rectangle checkin {
  passenger -> (individualcheckin)
  (individualcheckin) .> (groupcheckin) : include
  (baggagecheckin) .> (individualcheckin) : extends
  (groupcheckin) <- tourguide
}
@enduml
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?