状态机中的状态可以进行多次转换吗?

发布于 2024-12-21 00:10:10 字数 1431 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉墨 2024-12-28 00:10:10

是的。图表的粒度(细节的数量)取决于其目标。如果您想勾勒出系统的总体图,那么就不要显示所有细节,但如果您想将图表用作完整的规范工件,则必须绘制所有内容。状态机中的冗余可能是建模不佳的标志,因此您可以使用更完整的图表来改进建模,从而最大限度地减少循环转换。有很多程序可以帮助您生成状态机图: http://www .gnu.org/software/autogen/autofsm.html 以及更多https://www.google.com/search?q=finite+state+machine+generator

Yes, it is. The diagram granularity (amount of details) depends on its goal. If you want to sketch up the big picture of the system then do not show all details, but if you want use the diagram as a complete specification artifact you must draw everything. Redundancy in the state machine can be a sign of poor modeling, so you can use a more complete diagram as a way to improve your modeling minimizing the loop-transitions. There are a lot of programs that can help you on generating state machine diagrams: http://www.gnu.org/software/autogen/autofsm.html and more https://www.google.com/search?q=finite+state+machine+generator

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文