
System Sequence Diagram for Use Case 5
Since no one will read this blog, I decided to start documenting the projects that I have rattling through my brain: this will be a development blog. It is no big deal, since these projects only important to me on a personal level. If anyone dares to steal the ideas presented in this blog, they must be really bored, have no cognitive creativity of their own or both! Point is, I will still develop the ideas thought up in this blog.
4 comments:
The last two return arrows aren't correct. Perhaps you need an 'alt' combined fragment?
Btw, if you're still looking for something to draw your sequence diagrams with, check out this demo of Trace Modeler.
It combines automatic layout with a simple drag&drop interface, so that would save you some time. And it has 'alt' combined fragments too ;o)
What do you mean? by an 'alt' combine fragment? These last two arrows are for the exception conditions that may arise.
The problem is that the activation ends before the two alternative returns are shown.
An 'alt' combined fragment is a different way to show some mutually exclusive interactions.
You can find some explanation and examples in this this tutorial on sequence diagrams.
Thank you, you are completely correct.
Post a Comment