UML diagram for dependency between systems

前端 未结 3 1659
你的背包
你的背包 2020-11-29 11:16

Which UML diagram is the best for showing dependency between our IT system and other external IT systems?

For example I would like to show on diagram:

3条回答
  •  自闭症患者
    2020-11-29 11:43

    Further to your thoughts and what Aleks has said, people usually use a combination of both to articulate the inter-system relationships

    EA allows you to reuse components in component diagram & Sequence diagram, which allows you to update model from one diagram and have the changes reflected in the other. Below snapshots show how two components in the model are used in a component diagram (for structural relationships) and sequence diagram(for behavioral flow)

    Component diagrams & Sequence diagrams reusing same components

提交回复
热议问题