1 / 15

Sequence Diagrams

Sequence Diagrams. Introduction. A Sequence diagram depicts the sequence of actions that occur in a system. The invocation of methods in each object , and the order in which the invocation occurs is captured in a Sequence diagram.

oki
Télécharger la présentation

Sequence Diagrams

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. Sequence Diagrams

  2. Introduction • A Sequence diagram depicts the sequence of actions that occur in a system. • The invocation of methods in each object, and the order in which the invocation occurs is captured in a Sequence diagram. • This makes the Sequence diagram a very useful tool to easily represent the dynamic behavior of a system. • A Sequence diagram is two-dimensional in nature. On the horizontal axis, it shows the life of the object that it represents, while on the vertical axis, it shows the sequence of the creation or invocation of these objects.

  3. Synchronous vs. Asynchronous calls

  4. Example 2: Courseware Management System See the address book example here: http://www.math-cs.gordon.edu/courses/cs211/AddressBookExample/Sequences.html

  5. Example 3: Course Enrolment System

  6. Example 4:Product Order

  7. Example 5: Search Engine

  8. QUESTIONS

More Related