LoginSignup
9
14

More than 3 years have passed since last update.

UML ステートマシン図で画面遷移図を書く

Posted at

画面

  • 状態を使用
  • 名前は画面名

遷移

  • 遷移を使用
  • トリガーに遷移契機を記述 〇〇釦押下 △△メニュー選択
  • 遷移に条件がある場合、ガード条件に記述

アクション

  • 画面処理概要をアクションに記述
  • entry:遷移時の実行処理
  • do:画面表示中の実行処理
  • exit:終了時の実行処理

画面遷移図分割

画面が多くなった場合の分割

  • サブマシン状態を使用
  • サブマシン名に別ステートマシン図を記述(include)
  • 別ステートマシン図は開始疑似状態と終了状態で入出を記述
9
14
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
9
14