显示事件的典型 uml 图

发布于 2024-12-12 07:44:20 字数 91 浏览 0 评论 0原文

我有几个模块。他们通过事件相互交流。

通常使用什么 UML 图来显示这一点?

人们使用非 uml 图吗?

有什么例子吗?

I have a couple modules. They communicate to each other through events.

What UML diagram would typically be used to show this?

Is there a non uml diagram people use?

Any examples?

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

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

发布评论

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

评论(3

请帮我爱他 2024-12-19 07:44:20

我认为您肯定需要一个 序列图 来按顺序显示模块之间的所有事件交互。这是表示组件之间异步消息序列的首选方式

I think you definitely want a sequence diagram to show all the event interaction between modules in sequence. This is the preferred way to represent sequence of asynchronous messages between components

莫言歌 2024-12-19 07:44:20

如果您想表达模块 A 触发由模块 B 处理的事件 E 的事实,我建议使用静态图来显示架构的结构。

特别是,我将使用一个类图,我可以在其中绘制:

  • 模块 A 和 B(具有构造型的类)
  • 事件 E(即仍然是具有构造型 event 的类)
  • 名为 subscribe
  • 是 A 和 E 之间名为 publish 的关联。

If you want to express the fact that a module A fires an event E that is handled by module B, I suggest a static diagram to show the structure of your architecture.

In particular, I would use a class diagram where I could draw:

  • the modules A and B (classes with a stereotype)
  • the event E (i.e. still a class with the stereotype event)
  • an association named subscribe between B and E
  • an association named publish between A and E.
迎风吟唱 2024-12-19 07:44:20

一般来说,您需要使用“行为”图。有多种口味。您选择哪一个取决于给定图表想要传达的意图。

http://www.visual-paradigm.com/product/vpuml/provides /behavioralmodeling.jsp

In general you want to use a "behavioral" diagram(s). There are multiple flavors. Which one you choose depends on the intent of what a given diagram wants to convey.

http://www.visual-paradigm.com/product/vpuml/provides/behavioralmodeling.jsp

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