共享 SCXML 问题

发布于 2024-10-21 01:30:58 字数 230 浏览 0 评论 0原文

我一直在考虑 Commons SCXML 实施。看起来很全面,但还是有一些不清楚的地方。

在我看到的所有示例中,状态机的状态基本上都是扩展 AbstractStateMachine 类的类的方法。

对于小型状态图来说这是可以的,但是对于具有很多状态的机器(例如 BCSM)来说这是一种过度杀伤力。

默认情况下是否有可能将状态表示为类(又称为状态机,是状态的组合)?

I have been considering Commons SCXML implementation. It seems quite comprehensive but I have some unclear point.

In all the examples I have seen the states of the state machine are basically methods of a class that extends AbstractStateMachine class.

For small state charts this is okay but for machines with lots of states (IN BCSM like) this is an overkill.

Is there a possibility by default to have the states represented as classes (aka the StateMachine to be a composite of State)?

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

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

发布评论

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

评论(1

情何以堪。 2024-10-28 01:30:59

尝试:
控制隔离器。基于 Apache Commons SCXML 状态机的控制流 Java 库。

http: //ramontalaverasuarez.blogspot.com.es/2012/10/ControlIsolator.html

它极大地简化了 SCXML 的使用。

Try:
Control Isolator. A Control Flow Java library based on Apache Commons SCXML state machines.

http://ramontalaverasuarez.blogspot.com.es/2012/10/ControlIsolator.html

It greatly simplifies working with SCXML.

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