在 UML 图中对与其他信息系统通信的信息系统进行建模?
我必须开发一个集成概念,将我的软件作为子系统集成到企业信息系统中,该系统与其他机构的其他信息系统进行通信。
我想展示一个图表,解释几个子系统如何连接以及子系统之间传输哪些数据。我的问题是我不确定UML语言中是否有支持完整信息系统建模的图表类型。
我考虑了部署图,但不确定是否正确。我不想开始然后才意识到这是错误的方式。
对于应该使用哪种图表有什么建议,或者是否有针对复杂信息系统的替代建模语言?
I have to develop an integration concept to integrate my software as a subsystem into an enterprise information system which communicates with other information systems in other institutions.
I want to show a diagram which explains how the several subsystems are connected and which data is communicated between the subsystems. My problem is that I'm not sure if there is in the UML language a diagram-type that supports modeling of complete information systems.
I thought about the deployment diagram, but I am not sure if it is the right. I don't want to start an then recognize that it is the wrong way.
Is there any advice which diagram should be used, or if there is an alternative modeling language for complex information systems?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
组件图就是您想要的 - 请参阅“统一建模语言用户指南”的第 25 章。
A component diagram is what you want - see chapter 25 of "The Unified Modeling Language User Guide".
我可能会从概念性的序列图开始。
因此,例如,您可以让您的生命线代表您正在集成的各种组件,并且您的交互可以是需要传输到和的任何消息来自那些组件。
I'd probably start with a conceptual sequence diagram.
So, for example, you could have your lifelines represent the various components that you're integrating with, and your interactions could be any of the messages that need to transfer to and from those components.