概要
- 英語表記: Finite State Machine (FSM)
- 別名: 有限オートマトン (Finite Automaton)
「有限ステートマシン」 (FSM) とは、別名「有限オートマトン」とも呼ばれ、有限個の状態と各状態間の遷移、及び動作によって抽象化されたシステムの振る舞いのモデルである。
用語
- 状態 (State)
- 遷移 (Transition)
- 遷移条件 (Transition COndition)
- 振る舞い (Behavior)
- 動作 (Action)
- 開始動作 (Entry Action)
- 終了動作 (Exit Action)
- 入力 (Input)
- 出力 (Output)
分類
- 検出器/認識装置 (Acceptor / Recognizer)
- 分類器 (Classifier)
- 変換器 (Transducer)
- シーケンサ/生成器 (Sequencer / Generator)
参考: