在部署图中绘制节点之间的通信
我正在绘制部署图,并且有一个节点通过 TCP/IP 与第二个节点进行通信,但是,第二个节点也听到来自第一个节点的 UDP 消息,我如何在我的图中对该节点进行建模?我应该画两条线,每条线都有不同的原型吗?
谢谢。
I'm drawing a deployment diagram and I have one node that communicates with a second one through TCP/IP, however, this second node also hears UDP messages from the first one, how can I model that one my diagram? Should I draw 2 lines each one with a different stereotype?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
部署图用于描述要部署的工件的结构。网络事物与此有何关系?如果您想描述正在部署的系统内的通信,请尝试一些交互图。
Deployment diagrams are for depicting the structure of artifacts to be deplyed. How does the networking stuff relate to that? If you want to depict the communication within the system you are deplyoing, then try some of the interaction diagrams.