shoo / cushion

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

Add create/update map tool #18

Open shoo opened 3 years ago

shoo commented 3 years ago

A helper tool is needed to create/update the map file. After creating the CSV for STM, the task of picking up all the states/events/processes is more accurate if done by a machine rather than by a human being. Include a function to pick these up and a tool that uses the function in the project.


マップファイルを自動作成・更新するためのツールが必要。 STM用のCSVを作成した際に、そのなかの状態・イベント・処理をピックアップする作業は機械的に行ったほうが人力より精度が高い。 これらをピックアップするための関数と、その関数を使ったツールをプロジェクトに含める。