includeumluse-casestaruml

Can I include a use case multiple times.. true?


 -------

Is my work right? the include many time can be a probleme where ? and how i fix it ?


Solution

  • UML allows a use case to be included by any number of other use cases (including 0).

    But in your diagram none of your includes are valid.

    UC1 - - - -<<include>> - - ->UC2 means each time UC1 is executed then UC2 is executed too, and this is not the case for you :

    You have to look at the extension