1 / 13

BTS430 Systems Analysis and Design using UML

BTS430 Systems Analysis and Design using UML. System Sequence Diagrams. AGENDA. Use Case Specifications returned Introduction of System Sequence Diagrams Exercises. System Sequence Diagrams.

kludwig
Download Presentation

BTS430 Systems Analysis and Design using UML

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. BTS430 Systems Analysis and Design using UML System Sequence Diagrams

  2. AGENDA • Use Case Specifications returned • Introduction of System Sequence Diagrams • Exercises

  3. System Sequence Diagrams • A system sequence diagram …. Illustrates input and output events related to the system under discussion. • Larman, APPLYING UML AND PATTERNS, p. 173

  4. System Sequence Diagrams • The use case text and its implied system events are input to a SSD (system sequence diagram). • Larman, APPLYING UML AND PATTERNS, p. 174

  5. System Sequence Diagrams • Use cases describe how external actors interact with the software system… • An actor generates system events to a system, requesting some system operation to handle the event. • The use case text implies the event…the SSD makes it concrete and explicit. • Larman, APPLYING UML AND PATTERNS, p. 176

  6. System Sequence Diagrams • A system sequence diagram is a picture that shows, for one particular scenario of a usecase, the events that external actors generate, their order and the inter-system events. • All systems are treated as a black box. • Larman, APPLYING UML AND PATTERNS, p. 176

  7. Why Draw System Sequence Diagrams? • The external input events—the system events are an important part of analyzing system behavior. • System behavior is a description of what a system does, without explaining how it does it. • Larman, APPLYING UML AND PATTERNS, p. 173

  8. System Sequence Diagrams • System events should be expressed at the abstract level of intention rather than in terms of the physical input device. • Larman, APPLYING UML AND PATTERNS, p. 178

  9. How Many System Sequence Diagrams? • One for each frequent scenario • One for each complex scenario • Larman, APPLYING UML AND PATTERNS, p. 176

More Related