You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A diamond can be the starting point of any number of alternative branches. However, make sure the branches are mutually exclusive i.e., use one diamond only if the order of the case statements don't actually matter. If the order matters, it would be incorrect to show them as starting from the same diamond; instead, the diagram should explicitly show which condition is checked first, and so on.
For the activity diagram, if I have switch case (4 cases), can I just use one diamond and output 4 lines for 4 different cases?
The text was updated successfully, but these errors were encountered: