Free e-Books

open all | close all

Quote of the Day

“You have to have a darkness…for the dawn to come”


~ Harrison Ford

Representing Scenario with Behavior Diagrams

Suppose we have such a lower level detailed design related to a member registration process:

  1. register new member
  2. fill in information
  3. create a member
  4. update personal information member
  5. insert new member object to the database

We can used different behavior diagrams to represent the above scenario. Now let’s use a MVC architectural pattern to represent the scenario using interaction diagrams and a swinlaned activity diagram:

1. Using Communication Diagram

image

2. Using Sequence Diagram

image

3. Using Activity Swinlane

image

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>