Use Case View  «Prev  Next»
Lesson 5Use case actors
ObjectiveDefine use case actors and how they are used in the use case diagram.

Define Use Case Actors

Systems always have users. Users in the classic sense are people who use the system, but users can also be other systems that trade information, or even devices.

Actor notation

In use case diagrams, people, systems, and devices are all referred to as actors.
The icons to model them vary, but the concept remains the same. An actor is a role that an external entity plays in relation to the system. To reiterate, an actor is a role, not a person or a job.

actor-person
Actor icon-person

actor System
Actor icon-system

Using roles

For example, an actor may be the role of a bank supervisor who uses a system to authorize a transaction that requires supervisor authority. The supervisor may also cover for a teller during a break, thus functioning in both roles. Likewise, many people can function in the same role, banks can have numerous tellers. Using roles helps keep us focused on how the system is being used rather than on the current organization of the company into job titles and responsibilities. How many times have you rewritten an application because a company reorganized its staff or departments?

Spotting actors

So how do you spot actors? Listen to descriptions of the system. Listen for the roles people perform when using the system, typically, they will be the subject of a sentence describing how they use the system. When multiple people perform the same function, try to name the role they all share when performing the particular function. Throughout the modeling effort, the vocabulary of the user will reveal most of the key elements of the model.
Watch for how parts of speech translate into model elements; actors typically show up as the subject in sentences describing systems.
Step through the process of adding actors to the use case diagram:

1) Use Case Actors 1 2) Use Case Actors 2 3) Use Case Actors 3 4) Use Case Actors 4

Add Use Case Actors
In the next lesson, how to specify use cases and the features that actors use will be discussed.