UML Use Case Diagrams

This section explains the key concepts of Use Case Diagrams and UML.

Use Case Diagrams

A use case diagram models a system from the perspective of a user. It shows the actors who interact with the system and the use cases that represent the system's functions.

Use Case Diagram Symbols

The main symbols on use case diagrams are:

Diagram: Use Case Diagram Symbols

Hint: A stick figure represents an actor. An oval represents a use case. A line connecting them shows a relationship.

Actors

Actors are external entities that interact with the system. They can be people, other systems, or devices.

Diagram: Actor Example

Hint: Example actors: Customer, Employee, System Administrator.

Use Cases

Use cases describe the functionalities of the system from the actor's perspective. They specify the steps an actor takes to accomplish a goal.

Diagram: Use Case Example

Hint: Example Use Cases: Place Order, Manage Account, Request Support.

Relationships

Relationships show how actors interact with use cases. A use case can be invoked by one or more actors, and different actors may invoke the same use case.

Diagram: Relationship Example

Hint: A line connecting an actor to a use case shows that the actor can invoke the use case.

Example: Online Shopping System

Consider an online shopping system. Actors like "Customer" and "Admin" interact with the system to place orders and manage products.

Diagram: Online Shopping System

Hint: Consider actors like "Customer" and "Admin." Use cases like "Place Order," "Manage Inventory," "View Profile."