malai.kuangren
malai.kuangren

Reputation: 359

UML for Distributed System

As we known . The sequence diagram in UML is a kind of interaction diagram that shows how processes operate with one another and in what order Between the Class or Object. Now I am trying to find a diagram in UML or some tools to describe interaction and operation order of distributed system. Is there any diagram or tools which model the interaction between Distributed system like sequence diagram ?Thanks.

Upvotes: 1

Views: 1945

Answers (3)

Jordi Cabot
Jordi Cabot

Reputation: 8228

Sequence and communication diagrams aim to show how "things" interact. These "things" could be objects, components or complete systems

Upvotes: 0

sweetfa
sweetfa

Reputation: 5845

Activity Diagrams are the UML diagram to use in this situation.

Wikipedia Activity Diagram

Agile Activity Diagrams

Upvotes: 2

vainolo
vainolo

Reputation: 6987

You can also use sequence diagrams to describe interaction between components in a distributed system, each lifeline designating one of the system components.

Upvotes: 0

Related Questions