UML Sequence Diagrams - PowerPoint PPT Presentation

About This Presentation
Title:

UML Sequence Diagrams

Description:

Title: Lecture for Chapter 2, Modeling with UML Subject: Object-Oriented Software Engineering Author: Bernd Bruegge & Allen Dutoit Last modified by – PowerPoint PPT presentation

Number of Views:54
Avg rating:3.0/5.0
Slides: 4
Provided by: Bernd233
Category:

less

Transcript and Presenter's Notes

Title: UML Sequence Diagrams


1
UML Sequence Diagrams
  • Used during system design
  • To clarify object interactions
  • To refine class interfaces
  • Objects are represented by columns
  • Messages are represented by arrows
  • Activations are represented by narrow rectangles
  • Lifelines are represented by dashed lines

selectZone()
insertCoins()
pickupChange()
pickUpTicket()
2
UML Sequence Diagrams Nested Messages
aZoneButton
Dataflow
to be continued...
  • The source of an arrow indicates the activation
    which sent the message
  • An activation is as long as all nested activations

3
Sequence Diagram Observations
  • UML sequence diagram represent behavior in terms
    of interactions.
  • Complement the class diagrams which represent
    structure.
  • Useful to find participating objects.
  • Time consuming to build but worth the investment.
  • Many tools exist to speed creation of diagrams.
Write a Comment
User Comments (0)
About PowerShow.com