Use Case Diagram
Use Case Diagram
Definition: A behavioral diagram that shows a set of use cases and actors and
their relationships is called a use case diagram. It address the static use case
view of a system and important in modeling the behavior of a system.
The major concepts involved in use case model are:
Actor: an actor represents anything that interacts with the system.
Use case: a use case is a sequence of action a system perform that yields a
result to the actor.
Relation: it defines the relationship between actor and a user.
The actors involved in the use case diagram are:
Passenger
Train details DB(database)
Reservation DB
The use cases involved are:
Login
Check availability Date Train name Reservation type
Fill and Submit form
Make reservation
Make cancellation
Issue ticket