uml - Diagram to represent user interaction with different parts of the network -


Can someone recommend suitable diagrams to represent user interaction with different systems because different Are the tasks?

I think that would be nice on the lines of the UML sequence diagram, but I think they are more than os programming than system interactions ..

This non- OO is a piece of PHP to represent software that interacts with various cloud technologies, to evaluate whether a certain concept can be possible with current state technology. The software is already built and the purpose of the diagram is for the research paper along with it.

There are three main processes that test different areas of the same system, although they are all related, I'm not sure that one big or three small pictures will be better.

If you want to emphasize which messages are being discussed , Then a sequence diagram is appropriate. It is used for OO models, but for network literature (for example) it is often used to find them.

If you want to emphasize control flow , then you activity diagram , or interaction overview diagram ( Which is an activity diagram, where the nodes describe interactions drawn in the form of fragments of the sequence).

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -