UML Sequence Diagram (Unified Modeling Language)

Sequence Diagram in UML.

- Sequence Diagram shows structural organization of the objects that send and receive messages.
- A sequence diagram emphasizes the time ordering of messages.
- The object that initiates the interaction placed at the left and more subordinate objects to the right.
- It shows how the objects will interact with each other in a given situation.
- It passes from top to bottom.
- They are popularly used to document the dynamics in the object oriented system.
UML Collaboration Diagram (Unified Modeling Language)
Collaboration Diagram in UML- Collaboration Diagram represents organization of the object that participates........
UML Startchart Diagram (Unified Modeling Language)
Startchart Diagram in UML-Startchart Diagram represents a state machine, shows the flow of control.......
UML Activity Diagram
Activity diagram in UML-An activity diagram represents the flow from activity to activity. It is used to model.........
Post your comment