Quick Question - UML Diagram

Soldato
Joined
22 Oct 2005
Posts
2,903
Location
Moving...
Hello people, sorry to spoil your Friday nights with something so boring but could someone give me a quick hand with this. I have created a state chart diagram, within the diagram I have 3 different states which can all lead to the same end state. What is the correct way to represent this?
Here's my 3 guesses:

71123487cg2.jpg


I think the bottom one makes most sense but I'm not sure if you can use a decision point in this way. Any advice?

Thanks.
 
my limited knowledge from comp sci lectures makes me guess #3 - cant really find a way to explain
 
2, the third one represents a decision as if you have choice which path to take, which is not the case in the case discription.
 
#2.

The first shows three different results; the second shows all three leading to the same result; the third shows an interchange, which implies that the three might not necessarily lead to the same result.
 
Back
Top Bottom