UML Use Case Diagram for GPS Application

UML Use Case Diagram is :
The use case model captures the requirements of a system.
Use cases are services or functions provided by the system to its users.
A use case is a set of scenarios that describing an interaction between a user and a system.
Use case diagrams model the functionality of a system using actors and use cases.


The two main components of a use case diagram are use cases and actors.


An actor is represents a user or another system that will interact with the system you are modeling.
A use case is an external view of the system that represents some action the user might perform in order to complete a task.


Below is my sample use case for GPS system :
use case for admin side;

use case for client side;

You can leave a response, or trackback from your own site.

1 Response to "UML Use Case Diagram for GPS Application"

  1. Evan says:

    I think all diagrams necessary for creating a GPS in your post. However, I think it would be more presentable in a SRS (Software Requirement Specification) if drawn with a tool like Creately. Also you can draw use case diagram online Creately as there are many templates and examples.

Post a Comment