1
Uml Process / Re: Activity Diagram : Switch case
« on: October 29, 2008, 02:04:17 am »
What I use for switches is the regular Decision, with a <<switch>> stereotype name the choice after the switch var/object.
That done, the actual cases can be created using regular guards.
If you don't need, or don't want to use the stereotype, I think it is acceptable to put a Switch(ObjectName) on the name of the choice, as long as your team is ok with it.
That done, the actual cases can be created using regular guards.
If you don't need, or don't want to use the stereotype, I think it is acceptable to put a Switch(ObjectName) on the name of the choice, as long as your team is ok with it.