数据馈送的 UML 图
我想记录来自应用程序的数据馈送。我正在考虑一个简单的序列图,顶部有两个系统框,一个箭头代表每个传出数据馈送
对此最好的 UML 图是什么?
I want to document data feeds from an application. I'm thinking about a simple sequence diagram with two system boxes on top and an arrow representing each outgoing data feed
What is the best UML diagram for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以同时使用序列图和协作图。
在协作图中,您可以显示组件之间的简单交互(它们之间发送哪些消息)。
如果您想更详细地了解消息的顺序和时间限制,可以使用序列图
You can use both a sequence diagram and a collaboration diagram.
In the collaboration diagram you can show the simple interaction between the components (which messages are sent between them).
If you want go into more detail on the ordering of the messages and time constraints you can use a sequence diagram