Car Insurance Management System UML Diagram

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

Posted By freeproject on March 18, 2018

Car Insurance Management System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Car Insurance Management System which shows the flows between the activity of Payment, Services, Branches center, Car, Insurance. The main activity involved in this UML Activity Diagram of Car Insurance Management System are as follows:

  • Payment Activity
  • Services Activity
  • Branches center Activity
  • Car Activity
  • Insurance Activity

Features of the Activity UML diagram of Car Insurance Management System

  • Admin User can search Payment, view description of a selected Payment, add Payment, update Payment and delete Payment.
  • Its shows the activity flow of editing, adding and updating of Services
  • User will be able to search and generate report of Branches center, Car, Insurance
  • All objects such as ( Payment, Services, Insurance) are interlinked
  • Its shows the full description and flow of Payment, Car, Insurance, Branches center, Services
Car Insurance Management System Activity Diagram

Car Insurance Management System Class Diagram

Posted By freeproject on August 2, 2017

Car Insurance Management System Class Diagram describes the structure of a Car Insurance Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Car Insurance Management System are Car, Insurance, Customer, Booking, Payment, Bill.

Classes of Car Insurance Management System Class Diagram:

  • Car Class : Manage all the operations of Car
  • Insurance Class : Manage all the operations of Insurance
  • Customer Class : Manage all the operations of Customer
  • Booking Class : Manage all the operations of Booking
  • Payment Class : Manage all the operations of Payment
  • Bill Class : Manage all the operations of Bill

Classes and their attributes of Car Insurance Management System Class Diagram:

  • Car Attributes : car_id, car_owner_id, car_number, car_company car_type, car_description
  • Insurance Attributes : insurance_id, insurance_bike_id, insurance_number, insurance_date, insurance_expiry, insurance_amount, insurance_type, insurance_description
  • Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
  • Booking Attributes : booking_id, booking_title, booking_type, booking_ticket, booking_date, booking_description
  • Payment Attributes : payment_id, payment_customer_id, payment_date, payment_bill, payment_type, payment_description
  • Bill Attributes : bill_id, bill_customer_id, bill_number, bill_type, bill_receipt, bill_description

Classes and their methods of Car Insurance Management System Class Diagram:

  • Car Methods : addCar(), editCar(), deleteCar(), updateCar(), saveCar(), searchCar()
  • Insurance Methods : addInsurance(), editInsurance(), deleteInsurance(), updateInsurance(), saveInsurance(), searchInsurance()
  • Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
  • Booking Methods : addBooking(), editBooking(), deleteBooking(), updateBooking(), saveBooking(), searchBooking()
  • Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
  • Bill Methods : addBill(), editBill(), deleteBill(), updateBill(), saveBill(), searchBill()

Class Diagram of Car Insurance Management System :

Class Diagram Image: 
Car Insurance Management System Class Diagram

Car Insurance Management System Component Diagram

Posted By freeproject on February 8, 2018

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

Components of UML Component Diagram of Car Insurance Management System:

  • Car Component
  • Branches center Component
  • Delivery Component
  • Services Component
  • Insurance Component

Featues of Car Insurance Management System Component Diagram:

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

Car Insurance Management System ER Diagram

Posted By freeproject on July 17, 2017

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

Car Insurance Management System entities and their attributes :

  • Car Entity : Attributes of Car are car_id, car_owner_id, car_number, car_company car_type, car_description
  • Insurance Entity : Attributes of Insurance are insurance_id, insurance_bike_id, insurance_number, insurance_date, insurance_expiry, insurance_amount, insurance_type, insurance_description
  • Customer Entity : Attributes of Customer are customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
  • Booking Entity : Attributes of Booking are booking_id, booking_title, booking_type, booking_ticket, booking_date, booking_description
  • Payment Entity : Attributes of Payment are payment_id, payment_customer_id, payment_date, payment_bill, payment_type, payment_description
  • Bill Entity : Attributes of Bill are bill_id, bill_customer_id, bill_number, bill_type, bill_receipt, bill_description

Description of Car Insurance Management System Database :

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

Car Insurance Management System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Car Insurance Management System which shows the interaction between the objects of Insurance, Car, Branches center, Customer, Delivery. The instance of class objects involved in this UML Sequence Diagram of Car Insurance Management System are as follows:

  • Insurance Object
  • Car Object
  • Branches center Object
  • Customer Object
  • Delivery Object

This is the UML sequence diagram of Car Insurance Management System which shows the interaction between the objects of Insurance, Car, Branches center, Customer, Delivery. The instance of class objects involved in this UML Sequence Diagram of Car Insurance Management System are as follows:

  • Insurance Object
  • Car Object
  • Branches center Object
  • Customer Object
  • Delivery Object

Car Insurance 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 Car Insurance Management System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Car Insurance Management System. The main actors of Car Insurance Management System in this Use Case Diagram are: Super Admin, System User, Customer, Agent, who perform the different type of use cases such as Manage Insurance, Manage Enquiry, Manage Customers, Manage Payments, Manage Policies, Manage Users and Full Car Insurance Management System Operations. Major elements of the UML use case diagram of Car Insurance Management System are shown on the picture below.

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

  • Super Admin Entity : Use cases of Super Admin are Manage Insurance, Manage Enquiry, Manage Customers, Manage Payments, Manage Policies, Manage Users and Full Car Insurance Management System Operations
  • System User Entity : Use cases of System User are Manage Insurance, Manage Enquiry, Manage Customers, Manage Payments, Manage Policies
  • Customer Entity : Use cases of Customer are Inurance Enquiry, Policy Search, Renew Policies
  • Agent Entity : Use cases of Agent are Create Insurance, Renew Insurance, View Customes

Use Case Diagram of Car Insurance Management System :

Car Insurance Management System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz