Apache Commons SCXML 有替代方案吗?

发布于 2024-12-18 13:50:21 字数 1459 浏览 2 评论 0原文

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

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

发布评论

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

评论(2

挽容 2024-12-25 13:50:21

我使用过两种状态机产品,我将产品定义为
实际上创建了操作程序的一部分。

1) QP(位于 http://www.state-machine.com/ )。我在 2006 年在 Windows C++ 中使用过这个
通讯产品。效果很好,但目标数量有限
平台。总的来说,这是最好的产品,但它可能会花钱,具体取决于
取决于你如何使用它。

2) 状态机编译器(位于 http://smc.sourceforge.net/ )。我今天用这个
在用 Objective-C 编写的 iOS 产品 ( http://dr.edgemoor.com ) 中。我遇到了
您在研究 SMC 替代品时提出的问题。我还没有找到。

SMC 的文档较少,但范围也比较简单。而且力度很大
是它为多种语言生成代码,比任何其他解决方案都多
我已经找到了。

I have used two State Machine products, where I define a product as something that
takes actually creates portions of an operational program.

1) QP ( at http://www.state-machine.com/ ). I used this in 2006 in a Windows C++
communications product. Worked very well, but has a limited number of target
platforms. Overall this was the best product, but it can cost money depending
on how you use it.

2) State Machine Compiler ( at http://smc.sourceforge.net/ ). I am using this today
in an iOS product ( http://dr.edgemoor.com ) written in Objective-C. I came across
your question while researching alternatives to SMC. I have not found any.

SMC is less well documented, but also simpler in scope. And it big strength
is that it generates code for a number of languages, more than any other solution
I have found.

清风挽心 2024-12-25 13:50:21

在 java 中,Apache Commons SCXML 可能是最好的。但是您可以查找有关 scxml4flex 的内容,http:// code.google.com/p/scxml4flex/

In java, Apache Commons SCXML may be the best.But you can look up something about scxml4flex, http://code.google.com/p/scxml4flex/

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