English 中文(简体)
Model an information system which communicates with other information systems in a UML-diagram?
原标题:
  • 时间:2009-11-30 13:34:14
  •  标签:
  • uml
  • modeling

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?

最佳回答

A component diagram is what you want - see chapter 25 of "The Unified Modeling Language User Guide".

问题回答

I want to show a diagram which explains how the several subsystems work together and which data is communicated between the subsystems.

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.





相关问题
Is there a tool to model/simulate software concurrency?

Is there a good tool out there that can model an application concurrency/locking scheme in a graphical way and that can simulate some of the aspects? I know that Petri nets can be used for that more ...

Django models generic modelling

Say, there is a Page that has many blocks associated with it. And each block needs custom rendering, saving and data. Simplest it is, from the code point of view, to define different classes (hence, ...

Modeling by example: by Thomas Funkhouser

currently Im working on a portion on this research paper "modeling by example" Have tonnes of problems now.So if anyone has knowledge on this paper, help is badly needed here. I am using java opengl ...

3d modeling for data structures

I m looking for a 3D modeling/animation software. Honestly, I don t know if this is something achievable - but what I want to have is some kind of visual representation of various ideas. Speaking in ...

VHDL - When does a process() run for the first time?

Consider : process(a) According to the text i have : A process is first entered at the time of simulation, at which time it is executed until it suspends itself due to a wait statement or a ...

UML Diagram to Model API

I need to create a diagram to document a RESTFul API that build, which UML diagram should I use? Thanks in advance,

热门标签