1
vote
3answers
180 views

Use case diagram: of several actors of a use case, only some have access to an extending use case

How can I represent a diagram in which several actors have access to the same function, or "use case" but some of them have additional functions or "extends" (if im right) inside it, if i just extend ...
-1
votes
1answer
153 views

Identifying use cases [closed]

Process: Security cameras will detect security issues. They will be sending to Main Control system Main control will send them to DB If threat level is low, call internal security If threat level ...
0
votes
1answer
122 views

Can I extend actor in use case? [closed]

Can I extend actor in use case? for example I have "normal user" , "student user" and "teacher user"... every use case the "normal user" uses it ,by default the "student user" and "teacher user" use ...
1
vote
2answers
63 views

Capturing functional requirements on a non-interaction based system

I'm trying to find the functional requirements for a system under development. The problem is that the system shall act on itself on scheduled intervals. For instance, the system shall run an ...
0
votes
1answer
431 views

How to depict use cases shared by actors and how to document differences within those use cases

i have 2 questions: while creating a use case diagram, how do i depict use cases shared by multiple actors? how can i use'actor generalization' in this case? can i create a 'generic user' and ...
1
vote
1answer
194 views

Is there a mean to specify specialization-genralization (inheritance) of actors in UML?

I am just starting to use UML and have came to the following question: Some actors clearly are specialized versions of a natural entity. For example I've got Administrator and User actors which are ...
1
vote
3answers
528 views

Use case relationship with actor

if A is extension use case (not base use case), can A be directly referenced by the actor?