创建交互式系统图的工具?
我正在寻找一种工具,它不仅可以让我创建系统图,还可以给它一些“大脑”。
例如,假设我有一个由 2 个块描述的系统的 2 个主要部分。我想模拟如果其中一个部件坏了会发生什么,所以我右键单击其中一个框并选择终止。然后该框变为红色,与另一个框的连接变为红色,然后最后一个框也变为红色。这表明整个系统已关闭。
我希望这是有道理的。
谢谢你!
I am looking for a tool that would not only allow me to create a system diagram but also allow me to give it some "brains".
For instance, lets say I have 2 main parts of a system depicted by 2 blocks. I want to simulate what would happen if one of the parts went out so I right click on one of the boxes and select terminate. The box then turns red, the connection to the other box turns red, and then the final box turns red as well. This indicates that the whole system is down.
I hope this makes sense.
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不太确定您在寻找什么,但也许使用模型和/或可执行 UML 工具生成代码可以帮助您实现您的目标。对于您提到的特定示例,某种依赖性分析就足够了,例如,有一些 OSGi 工具可以做到这一点。
I am not really sure what are you looking for, but maybe using code generation from models and/or executable UML tools could help you achieve what are you aiming for. For the particular example you mention, some sort of dependency analysis would suffice, e.g. there are some OSGi tools which can do that AFAIK.