StateChart

  • 階層型状態遷移機械
  • Hierarchical state transition machine
    • 複数の状態をひとつの状態にまとめられる
    • Multiple states are represented as one state in an upper layer
  • 普通の状態遷移機械に変換可能
  • Can be converted to conventional state machine