Artifact: Actor
Purpose
| ||||||||||||||||||||||||||||||||
Property Name |
Brief Description |
UML Representation |
| Name | The name of the actor. | The attribute "Name" on model element. |
| Brief Description | A brief description of the actor's sphere of responsibility and what the actor needs the system for. | Tagged value, of type "short text". |
| Characteristics | For human actors: The physical environment of the actor, the number of users the actor represents, the actor's level of domain knowledge, the actor's level of computer experience, other applications the actor is using, and other general characteristics such as gender, age, cultural background, etc. | Tagged value, of type "formatted text". |
| Relationships | The relationships, such as actor-generalizations, and communicates-associations, in which the actor participates. | Owned by an enclosing package, via the aggregation "owns". |
| Diagrams | Any diagrams local to the actor, such as use-case diagrams depicting the actor's communicates-associations with use cases. | Owned by an enclosing package, via the aggregation "owns" |
Actors are found and related to use cases early in the inception phase, when the system is scoped. The characteristics of the actors are described before the user interface is prototyped and implemented.
A user-interface designer is responsible for the integrity of human actors, ensuring that:
The system analyst has similar responsibilities for non-human actors, except regarding the characteristics (first bullet above).
![]()
|
|