Sequence Diagrams Learning UML 2.0. Kim Hamilton, Russell Miles. O'Reilly. 2006 Use Case Driven Object Modeling with UML. Doug Rosenberg, Matt Stephens. Appress. 2007 http://www.ibm.com/developerworks/rational/library/3101.html Before we dive into the...
More
Sequence Diagrams Learning UML 2.0. Kim Hamilton, Russell Miles. O'Reilly. 2006 Use Case Driven Object Modeling with UML. Doug Rosenberg, Matt Stephens. Appress. 2007 http://www.ibm.com/developerworks/rational/library/3101.html Before we dive into the best practices for drawing sequence diagrams from your use cases, it helps to understand the stuff that a sequence diagram is composed of (see Figure 1). Figure 1.- Sequence diagram notation The objects across the top of the diagram (Customer, Search Page, etc.) are interacting with each other by passing messages back and forth. The vertical dotted lines (or object lifelines) represent time, so the process shown in the diagram begins with the topmost message (Customer calling onSearch() on Search Page).
Less