Vehicle Management System UML Diagram

Subscribe our YouTube channel for latest project videos and tutorials Click Here

Posted By freeproject on March 23, 2018

Vehicle Management System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Vehicle Management System which shows the flows between the activity of Customer, Vehicle Type, Vehicle, Driver, Booking. The main activity involved in this UML Activity Diagram of Vehicle Management System are as follows:

  • Customer Activity
  • Vehicle Type Activity
  • Vehicle Activity
  • Driver Activity
  • Booking Activity

Features of the Activity UML diagram of Vehicle Management System

  • Admin User can search Customer, view description of a selected Customer, add Customer, update Customer and delete Customer.
  • Its shows the activity flow of editing, adding and updating of Vehicle Type
  • User will be able to search and generate report of Vehicle, Driver, Booking
  • All objects such as ( Customer, Vehicle Type, Booking) are interlinked
  • Its shows the full description and flow of Customer, Driver, Booking, Vehicle, Vehicle Type
Vehicle Management System Activity Diagram

Vehicle Management System Class Diagram

Posted By freeproject on August 2, 2017

Vehicle Management System Class Diagram describes the structure of a Vehicle Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Vehicle Management System are Vehicle, Driver, Fuel, Vehicle History, Booking, Vehicle Type.

Classes of Vehicle Management System Class Diagram:

  • Vehicle Class : Manage all the operations of Vehicle
  • Driver Class : Manage all the operations of Driver
  • Fuel Class : Manage all the operations of Fuel
  • Vehicle History Class : Manage all the operations of Vehicle History
  • Booking Class : Manage all the operations of Booking
  • Vehicle Type Class : Manage all the operations of Vehicle Type

Classes and their attributes of Vehicle Management System Class Diagram:

  • Vehicle Attributes : vehicle_id, vehicle_customer_id, vehicle_number, vehicle_type, vehicle_description
  • Driver Attributes : driver_id, driver_name, driver_mobile, driver_email, driver_username, driver_password, driver_address
  • Fuel Attributes : fuel_id, fuel_vehicle_id, fuel_name, fuel_expences, fuel_type, fuel_description
  • Vehicle History Attributes : vehicle_history_id, vehicle_history_name, vehicle_history_type, vehicle_history_description
  • Booking Attributes : booking_id, booking_vehicle_id, booking_title, booking_type, booking_date, booking_description
  • Vehicle Type Attributes : vehicle_type_id, vehicle_type_customer_id, vehicle_type_number, vehicle_type_description

Classes and their methods of Vehicle Management System Class Diagram:

  • Vehicle Methods : addVehicle(), editVehicle(), deleteVehicle(), updateVehicle(), saveVehicle(), searchVehicle()
  • Driver Methods : addDriver(), editDriver(), deleteDriver(), updateDriver(), saveDriver(), searchDriver()
  • Fuel Methods : addFuel(), editFuel(), deleteFuel(), updateFuel(), saveFuel(), searchFuel()
  • Vehicle History Methods : addVehicle History(), editVehicle History(), deleteVehicle History(), updateVehicle History(), saveVehicle History(), searchVehicle History()
  • Booking Methods : addBooking(), editBooking(), deleteBooking(), updateBooking(), saveBooking(), searchBooking()
  • Vehicle Type Methods : addVehicle Type(), editVehicle Type(), deleteVehicle Type(), updateVehicle Type(), saveVehicle Type(), searchVehicle Type()

Class Diagram of Vehicle Management System :

Class Diagram Image: 
Vehicle Management System Class Diagram

Vehicle Management System Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of Vehicle Management System which shows components, provided and required interfaces, ports, and relationships between the Vehicle Type, Driver, Customer, Booking and Vehicle. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Vehicle Management System UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of Vehicle Management System:

  • Vehicle Type Component
  • Driver Component
  • Customer Component
  • Booking Component
  • Vehicle Component

Featues of Vehicle Management System Component Diagram:

  • You can show the models the components of Vehicle Management System.
  • Model the database schema of Vehicle Management System
  • Model the executables of an application of Vehicle Management System
  • Model the system's source code of Vehicle Management System
Component Diagram: 

Vehicle Management System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Vehicle Management System Entity. The entity-relationship diagram of Vehicle Management System shows all the visual instrument of database tables and the relations between Driver, Vehicle History, Vehicle, Vehicle Type etc. It used structure data and to define the relationships between structured data groups of Vehicle Management System functionalities. The main entities of the Vehicle Management System are Vehicle, Driver, Fuel, Vehicle History, Booking and Vehicle Type.

Vehicle Management System entities and their attributes :

  • Vehicle Entity : Attributes of Vehicle are vehicle_id, vehicle_customer_id, vehicle_number, vehicle_type, vehicle_description
  • Driver Entity : Attributes of Driver are driver_id, driver_name, driver_mobile, driver_email, driver_username, driver_password, driver_address
  • Fuel Entity : Attributes of Fuel are fuel_id, fuel_vehicle_id, fuel_name, fuel_expences, fuel_type, fuel_description
  • Vehicle History Entity : Attributes of Vehicle History are vehicle_history_id, vehicle_history_name, vehicle_history_type, vehicle_history_description
  • Booking Entity : Attributes of Booking are booking_id, booking_vehicle_id, booking_title, booking_type, booking_date, booking_description
  • Vehicle Type Entity : Attributes of Vehicle Type are vehicle_type_id, vehicle_type_customer_id, vehicle_type_number, vehicle_type_description

Description of Vehicle Management System Database :

  • The details of Vehicle is store into the Vehicle tables respective with all tables
  • Each entity ( Vehicle Type, Fuel, Booking, Driver, Vehicle) contains primary key and unique keys.
  • The entity Fuel, Booking has binded with Vehicle, Driver entities with foreign key
  • There is one-to-one and one-to-many relationships available between Booking, Vehicle History, Vehicle Type, Vehicle
  • All the entities Vehicle, Booking, Fuel, Vehicle Type are normalized and reduce duplicacy of records
  • We have implemented indexing on each tables of Vehicle Management System tables for fast query execution.
Vehicle Management System ER Diagram

Vehicle Management System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Vehicle Management System which shows the interaction between the objects of Booking, Customer, Vehicle Type, Driver, Vehicle. The instance of class objects involved in this UML Sequence Diagram of Vehicle Management System are as follows:

  • Booking Object
  • Customer Object
  • Vehicle Type Object
  • Driver Object
  • Vehicle Object

This is the UML sequence diagram of Vehicle Management System which shows the interaction between the objects of Booking, Customer, Vehicle Type, Driver, Vehicle. The instance of class objects involved in this UML Sequence Diagram of Vehicle Management System are as follows:

  • Booking Object
  • Customer Object
  • Vehicle Type Object
  • Driver Object
  • Vehicle Object

Vehicle Management System Use Case Diagram

Posted By freeproject on July 24, 2017

This Use Case Diagram is a graphic depiction of the interactions among the elements of Vehicle Management System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Vehicle Management System. The main actors of Vehicle Management System in this Use Case Diagram are: Super Admin, System User, Dealer, Customer, who perform the different type of use cases such as Manage Vehicle, Manage Driver, Manage Oil, Manage Vehicle History, Manage Booking, Manage Vehicle Type, Manage Customer, Manage Users and Full Vehicle Management System Operations. Major elements of the UML use case diagram of Vehicle Management System are shown on the picture below.

The relationships between and among the actors and the use cases of Vehicle Management System:

  • Super Admin Entity : Use cases of Super Admin are Manage Vehicle, Manage Driver, Manage Oil, Manage Vehicle History, Manage Booking, Manage Vehicle Type, Manage Customer, Manage Users and Full Vehicle Management System Operations
  • System User Entity : Use cases of System User are Manage Vehicle, Manage Driver, Manage Oil, Manage Vehicle History, Manage Booking, Manage Vehicle Type, Manage Customer
  • Dealer Entity : Use cases of Dealer are Add Vehicle, Create Booking, Create Quotations, Collect Payment
  • Customer Entity : Use cases of Customer are Book Vehicle, View Invoices, Make Payment

Use Case Diagram of Vehicle Management System :

Vehicle Management System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz