Tag Archives: Sequence Diagrams

Object Oriented Design 6

Object Oriented Design Sequence DiagramIn the last tutorial, I showed you how to create a complicated sequence diagram for our ATM software. In this tutorial, I’m going to simulate the process of creating a sequence diagram in a group atmosphere.

I’ll improve the last design, while explaining what I’m thinking. I’m also trying to teach how to think through a programming problem while creating the sequence diagram.

Both new sequence diagrams follow the video to help you learn. Continue reading Object Oriented Design 6

UML 2.0 Sequence Diagrams

UML 2.0 Sequence DiagramsWelcome to my tutorial on UML 2.0 Sequence Diagrams! Sequence diagrams model interactions in your program and provide you with a logical way to layout your system. They are about showing the order of interactions between the parts of your program.

In making sequence diagrams, you describe which interactions are triggered and when. They focus in on the order of events in all interactions.

The video below covers just about everything and the cheat sheet that follows is there to re-enforce the specifics.

Continue reading UML 2.0 Sequence Diagrams