Insurance Policy Enquiry System UML Diagram

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

Posted By freeproject on March 22, 2018

Insurance Policy Enquiry System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Insurace Policy Enquiry System which shows the flows between the activity of Plans, Buyers, Insurance, Policy, Taxes. The main activity involved in this UML Activity Diagram of Insurace Policy Enquiry System are as follows:

  • Plans Activity
  • Buyers Activity
  • Insurance Activity
  • Policy Activity
  • Taxes Activity

Features of the Activity UML diagram of Insurace Policy Enquiry System

  • Admin User can search Plans, view description of a selected Plans, add Plans, update Plans and delete Plans.
  • Its shows the activity flow of editing, adding and updating of Buyers
  • User will be able to search and generate report of Insurance, Policy, Taxes
  • All objects such as ( Plans, Buyers, Taxes) are interlinked
  • Its shows the full description and flow of Plans, Policy, Taxes, Insurance, Buyers
Insurance Policy Enquiry System Activity Diagram

Insurace Policy Enquiry System Class Diagram

Posted By freeproject on August 2, 2017

Insurace Policy Enquiry System Class Diagram describes the structure of a Insurace Policy Enquiry System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Insurace Policy Enquiry System are Insurance, Buyers, Plans, Payments, Taxes, User.

Classes of Insurace Policy Enquiry System Class Diagram:

  • Insurance Class : Manage all the operations of Insurance
  • Buyers Class : Manage all the operations of Buyers
  • Plans Class : Manage all the operations of Plans
  • Payments Class : Manage all the operations of Payments
  • Taxes Class : Manage all the operations of Taxes
  • User Class : Manage all the operations of User

Classes and their attributes of Insurace Policy Enquiry System Class Diagram:

  • Insurance Attributes : insurance_id, insurance_plan_id, insurance_number, insurance_issue_date, insurance_premium, insurance_amount, insurance_type, insurance_description
  • Buyers Attributes : buyer_id, buyer_insurance_id, buyer_name, buyer_mobile, buyer_email, buyer_username, buyer_password, buyer_address
  • Plans Attributes : plans_id, plans_insurance_id, plans_name, plans_type, plans_description
  • Payments Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
  • Taxes Attributes : tax_id, tax_insurance_id, tax_name, tax_type, tax_description
  • User Attributes : user_id, user_name, user_mobile, user_email, user_username, user_password, user_address

Classes and their methods of Insurace Policy Enquiry System Class Diagram:

  • Insurance Methods : addInsurance(), editInsurance(), deleteInsurance(), updateInsurance(), saveInsurance(), searchInsurance()
  • Buyers Methods : addBuyers(), editBuyers(), deleteBuyers(), updateBuyers(), saveBuyers(), searchBuyers()
  • Plans Methods : addPlans(), editPlans(), deletePlans(), updatePlans(), savePlans(), searchPlans()
  • Payments Methods : addPayments(), editPayments(), deletePayments(), updatePayments(), savePayments(), searchPayments()
  • Taxes Methods : addTaxes(), editTaxes(), deleteTaxes(), updateTaxes(), saveTaxes(), searchTaxes()
  • User Methods : addUser(), editUser(), deleteUser(), updateUser(), saveUser(), searchUser()

Class Diagram of Insurace Policy Enquiry System :

Class Diagram Image: 
Insurace Policy Enquiry System Class Diagram

Insurace Policy Enquiry System Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of Insurace Policy Enquiry System which shows components, provided and required interfaces, ports, and relationships between the Insurance, Payments, Buyers, Policy and Plans. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Insurace Policy Enquiry System UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of Insurace Policy Enquiry System:

  • Insurance Component
  • Payments Component
  • Buyers Component
  • Policy Component
  • Plans Component

Featues of Insurace Policy Enquiry System Component Diagram:

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

Insurace Policy Enquiry System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Insurace Policy Enquiry System Entity. The entity-relationship diagram of Insurace Policy Enquiry System shows all the visual instrument of database tables and the relations between Buyers, Payments, Insurance, User etc. It used structure data and to define the relationships between structured data groups of Insurace Policy Enquiry System functionalities. The main entities of the Insurace Policy Enquiry System are Insurance, Buyers, Plans, Payments, Taxes and User.

Insurace Policy Enquiry System entities and their attributes :

  • Insurance Entity : Attributes of Insurance are insurance_id, insurance_plan_id, insurance_number, insurance_issue_date, insurance_premium, insurance_amount, insurance_type, insurance_description
  • Buyers Entity : Attributes of Buyers are buyer_id, buyer_insurance_id, buyer_name, buyer_mobile, buyer_email, buyer_username, buyer_password, buyer_address
  • Plans Entity : Attributes of Plans are plans_id, plans_insurance_id, plans_name, plans_type, plans_description
  • Payments Entity : Attributes of Payments are payment_id, payment_customer_id, payment_date, payment_amount, payment_description
  • Taxes Entity : Attributes of Taxes are tax_id, tax_insurance_id, tax_name, tax_type, tax_description
  • User Entity : Attributes of User are user_id, user_name, user_mobile, user_email, user_username, user_password, user_address

Description of Insurace Policy Enquiry System Database :

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

Insurace Policy Enquiry System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Insurace Policy Enquiry System which shows the interaction between the objects of Buyers, Policy, Plans, Taxes, Insurance. The instance of class objects involved in this UML Sequence Diagram of Insurace Policy Enquiry System are as follows:

  • Buyers Object
  • Policy Object
  • Plans Object
  • Taxes Object
  • Insurance Object

This is the UML sequence diagram of Insurace Policy Enquiry System which shows the interaction between the objects of Buyers, Policy, Plans, Taxes, Insurance. The instance of class objects involved in this UML Sequence Diagram of Insurace Policy Enquiry System are as follows:

  • Buyers Object
  • Policy Object
  • Plans Object
  • Taxes Object
  • Insurance Object

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

The relationships between and among the actors and the use cases of Insurace Policy Enquiry System:

  • Super Admin Entity : Use cases of Super Admin are Manage Insurance, Manage Policy, Manage Buyers, Manage Plans, Manage Payments, Manage Taxes, Manage Users and Full Insurace Policy Enquiry System Operations
  • System User Entity : Use cases of System User are Manage Insurance, Manage Policy, Manage Buyers, Manage Plans, Manage Payments, Manage Taxes
  • Agencies Entity : Use cases of Agencies are Search Policies, Send Policies, Create Invoice, Collect Payments
  • Customers Entity : Use cases of Customers are Search Policies, Buy Policies, Payment History, Download Policies

Use Case Diagram of Insurace Policy Enquiry System :

Insurace Policy Enquiry System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz