Table of Contents Previous Section Next Section

The Key Elements of Sequence Diagrams

You want to achieve three primary goals during interaction modeling.

The UML's sequence diagram evolved from Jacobson's object interaction diagram and the event trace diagram from OMT. Within the ICONIX approach, sequence diagrams represent the major work product of design. You draw one sequence diagram that encompasses the basic course and all alternate courses of action within each of your use cases. (You can use more than one page if you need to.) The results form the core of your dynamic model, in which the behavior of your system at runtime, including how the system will accomplish that behavior, is defined in great detail.

There are four types of elements on a sequence diagram.

Table of Contents Previous Section Next Section