Content deleted Content added
Purpose has been re-written with the ITU-T official scope. |
|||
Line 30:
UML Sequence Diagram looks very similar to the ITU-T MSC but the default basic principles are quite different:
* Lifelines
:* In an MSC, the vertical lines are autonomous execution entities. They usually represent state machines executing in parallel. The state machines might not
:* In a Sequence Diagram, a vertical line is usually an object. The object can be active (in its own thread of execution) or passive (in the execution context of an active object).
* Arrows
|