vote up 6 vote down star

On a Use Case diagram can you show things that an actor cannot do, for example because they won't have permissions to do it?

Or is it just implied due to the fact that they won't have a line joining them to the particular use case?

flag

6 Answers

vote up 4 vote down check

If the Use Case you are diagramming is the case where an actor attempts to do something that is not permitted and is then denied, then yes, I would show it.

Otherwise, I would stick to only including things that are actually part of the use case.

link|flag
vote up 1 vote down

No. An Actor would be connected to everything that he can do. If the Actor can't do it, then it's not shown.

link|flag
vote up 1 vote down

This is what alternate paths are for. The basic path (a.k.a. happy path) will show what happens when the correct Actor initiates the Use Case. In the alternate paths you can show what happens if the wrong Actor attempts to initiate it.

link|flag
vote up 0 vote down

It's implied that the use case is for things an actor can and will do. Having said that, you could always have a "Get Permission" use case for things your actor can't do, just to explicitly show that the permission is denied.

link|flag
vote up 0 vote down

You might model Role actors that can do the task. You could then have another use case that has the original actor attempting to acquire the given Role.

link|flag
vote up 0 vote down

So from your answers are we saying that it depends on the 'system' that the use cases relate to?

i.e. If we are modelling a web site we would only show what different role Actors do have access to but if we were modelling the permission system behind the web site we could show the requests for permissions being denied?

link|flag
Yes, that is right. – Geoff Oct 10 '08 at 16:16
As a note, make sure you aren't making your use cases too big. Keep them simple and don't try to include everything in one diagram. – Geoff Oct 10 '08 at 16:17

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.