How to show If else condition in a UML system sequence diagram

16,193

Solution 1

Here's more info about combined fragments from the VS 2010 sequence diagram documentation:

Solution 2

Yes, this can be done in UML 2 using the 'Alternative' combined fragment type, although personally I find them relatively difficult to read. There is a good example in this IBM DeveloperWorks article.

Share:
16,193
NASSER
Author by

NASSER

Updated on June 24, 2022

Comments

  • NASSER
    NASSER almost 2 years

    Is it possible to describe an if-else structure in a system sequence diagram? If yes, how is this done?