How to properly represent permissions in use case diagram -


if have user, can let's ... edit profile.

a customer user confirmed email (just example)

a customer has customer permissions , can view customer pages.

how represent in use case diagram?

uml use case diagrams offer concept of generalization. applies both use cases themselves, actors (see image):

use case diagram actor generalization

if need more detailed permissions, write them down in use case scenario – or separate permission concept.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

c++ - In an add-in in Excel, written in C(++), how does one get the name of the function which called into the addin? -