arctic
arctic

Reputation: 43

can we use alt fragment to describe multiple choices in uml's sequence diagram?

i want to describe a menu with options in a sequence diagram for example : add member , delete member , modify member . Can i use the alternative "alt" fragment to describe multiple choice instead of conditions ? thank you .

Upvotes: 1

Views: 742

Answers (1)

qwerty_so
qwerty_so

Reputation: 36313

Yes, sure you can. The drawback with those fragments is, that they flood the screen quite fast and you end up in more confusion than clarification. Use fragments for rough overviews only, not for details. Once you start programming in SD you get lost.

Upvotes: 2

Related Questions