Message sequence chart: Difference between revisions

Content deleted Content added
Manu31415 (talk | contribs)
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 even be on the same machinecomputer.
:* 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