1 / 17

The story of two friends and sequence diagrams :D

The story of two friends and sequence diagrams :D. Patrick: Whats wrong with you spongebob !!!!!!!!!!!!!!!. Spongebob :

john
Download Presentation

The story of two friends and sequence diagrams :D

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. The story of two friends and sequence diagrams :D

  2. Patrick: Whats wrong with you spongebob!!!!!!!!!!!!!!!

  3. Spongebob: Patrick I don’t know whats wrong with me. I just cant get a grasp of whatever was taught to me in the class.I don’t wanna give the papers.Please help me or ill be doomed ! :’(

  4. Patrick: What!!!. Is it one of your software engineering issues again????? . I do have a feeling that I can help u.

  5. Spongebob: No you cant!!!! I don’t get a thing about whatever These sequence diagrams are :’(

  6. Patrick: Listen buddy!. I can definitely tell u about sequence diagrams. U see! They are nothing but helpers!!!!!!!!!! 

  7. Spongebob: Helpers??????????

  8. Patrick: Yes!! Helpers. Most of the times, when you code , u need to visualize the objects, And how they interact!!. U also need to get a rough idea About the time lapse of different function calls between objects!. U must have experienced this in your lab Nevertheless, the sequence diagrams are all about those interactions.

  9. Spongebob: I’m not sure I apprehended what u said.

  10. Patrick: Let me elaborate!. Sequence diagrams represent dynamic aspects of your system,mainly the sequence of your function calls.Generally ,there is one sequence diagram for one use case. An organization's technical staff can find sequence diagrams useful in documenting how a future system should behave. In order to start making your own, u need to learn certain rules! 1-the dotted line represents lifeline. 2-horizontal solid lines indicate function calls. 3-horizontal dotted line is the return value 4-ul see that each successive function call comes below the function call so that explains the idea of Time ordering :D Now lets make our own :D

  11. Spongebob: Sounds interesting  lets do it.

  12. Patrick: So first give me an idea about your use case that you want to implement. That will become the functionality of your diagram 

  13. Sponge bob: Well, I’m hungry!!! So, I guess, nothing Will be better than ordering burgers right now :D

  14. Well u are totally right . so here you go Your use case.

  15. Patrick: So look closely U will learn everything  Firstly, we need to decide the objects or classes of burger delivery which will be the waiter, the burger and the burger makers :D So here is how they will interact 

  16. Spongebob: That was so interesting and easy 

  17. And we did it :D

More Related