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
48 views

UML : including use cases of different users?

Is it legal to draw up an include relationship between two use cases that are ,each,associated with a different actor?
0
votes
3answers
161 views

what is the role of a UML actor?

In UML what does an actor do? Is the actor a role (i.e person) which can only initiate the use case ? or is an actor any person or system that interacts with a use case?
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
2answers
1k views

3 tier architecture on a use case diagram

I'm developing a 3 tier based system , the user passes data to the server which performs server side processing and queries a database etc the usual stuff. I'm wonder should I include the database in ...
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?