Use Case Diagram
Use Case Diagram
and examples
We are here to give you a full tutorial of making project report for any
project of software. This project report or presentation will make your
project easily understandable to client or user. In this, you represt your
project by the help of daigrams i.e. class diagram, DFD diagram, ER
diagram, Sequence diagram, Use Case dagram etc. We will cover all these
topic in my tutorial. So, lets start the tutorial.
Use case diagram can summarize the details of your system's users (also known
as actors) and their interactions with the system. In this context, a "system" is
something being developed or operated, such as a web site. The "actors" are
people or entities operating under defined roles within the system.
Symbols or Notation Used in Use Case Diagram?
System
The system is used to define the scope of the use case and drawn as a
rectangle. Draw your system's boundaries using a rectangle that contains
use cases.
Use Case
A use case represents a function or an action within the system. It’s drawn
as an oval and named with the function.
Actor Symbol
actor in a use case diagram is any entity that performs a role in one given
system.
Relationships
Relationships are between an actor and a use case with a simple line.A
"uses" relationship indicates that one use case is needed by another in
order to perform a task. An "extends" relationship indicates alternative
options under a certain use case.