shoo / cushion

A library to help state transition matrix disign
Boost Software License 1.0
6 stars 0 forks source link

Support of nested state transitions #4

Closed shoo closed 5 years ago

shoo commented 5 years ago

When trying to do everything in one state transition matrix, that becomes large like a "cushion" that does not fit on the screen or paper, and eventually it becomes huge like a carpet. To avoid this, it is required to divide the STM. There is a division method with parent-child relationship as a means for dividing the STM. A STM that expresses parent-child relationships simply is necessary.


一つの状態遷移表ですべてを行おうとする場合、その状態遷移表は画面や紙に納まらない"座布団"のように大きく、果てはカーペットのように巨大になります。これを避けるため、状態遷移表を分割することが求められます。 分割する手段として、親子関係を持つ分割方法があります。 親子関係をシンプルに表現可能な状態遷移表が必要です。