Crime File Management System UML Diagram

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

Posted By freeproject on March 18, 2018

Crime File Management System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Crime File Management System which shows the flows between the activity of Complaints, Crime, Charge Sheet, FIR, Court. The main activity involved in this UML Activity Diagram of Crime File Management System are as follows:

  • Complaints Activity
  • Crime Activity
  • Charge Sheet Activity
  • FIR Activity
  • Court Activity

Features of the Activity UML diagram of Crime File Management System

  • Admin User can search Complaints, view description of a selected Complaints, add Complaints, update Complaints and delete Complaints.
  • Its shows the activity flow of editing, adding and updating of Crime
  • User will be able to search and generate report of Charge Sheet, FIR, Court
  • All objects such as ( Complaints, Crime, Court) are interlinked
  • Its shows the full description and flow of Complaints, FIR, Court, Charge Sheet, Crime
Crime File Management System Activity Diagram

Crime File Management System Class Diagram

Posted By freeproject on August 2, 2017

Crime File Management System Class Diagram describes the structure of a Crime File Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Crime File Management System are Crime, Complaints, FIR, Charge Sheet, Presioner, Criminals.

Classes of Crime File Management System Class Diagram:

  • Crime Class : Manage all the operations of Crime
  • Complaints Class : Manage all the operations of Complaints
  • FIR Class : Manage all the operations of FIR
  • Charge Sheet Class : Manage all the operations of Charge Sheet
  • Presioner Class : Manage all the operations of Presioner
  • Criminals Class : Manage all the operations of Criminals

Classes and their attributes of Crime File Management System Class Diagram:

  • Crime Attributes : crime_id, crime_criminal_id, crime_name, crime_type, crime_description
  • Complaints Attributes : complain_id, complain_name, complain_type, complain_description
  • FIR Attributes : FIR_id, FIR_name, FIR_type, FIR_description
  • Charge Sheet Attributes : charger_sheet__id, charger_sheet__fine, charger_sheet__type, charger_sheet__description
  • Presioner Attributes : prisoner_id, prisoner_crime_id, prisoner_name, prisoner_mobile, prisoner_email, prisoner_username, prisoner_password, prisoner_address
  • Criminals Attributes : criminal_id, criminal_crime_id, criminal_name, criminal_mobile, criminal_email, criminal_username, criminal_password, criminal_address

Classes and their methods of Crime File Management System Class Diagram:

  • Crime Methods : addCrime(), editCrime(), deleteCrime(), updateCrime(), saveCrime(), searchCrime()
  • Complaints Methods : addComplaints(), editComplaints(), deleteComplaints(), updateComplaints(), saveComplaints(), searchComplaints()
  • FIR Methods : addFIR(), editFIR(), deleteFIR(), updateFIR(), saveFIR(), searchFIR()
  • Charge Sheet Methods : addCharge Sheet(), editCharge Sheet(), deleteCharge Sheet(), updateCharge Sheet(), saveCharge Sheet(), searchCharge Sheet()
  • Presioner Methods : addPresioner(), editPresioner(), deletePresioner(), updatePresioner(), savePresioner(), searchPresioner()
  • Criminals Methods : addCriminals(), editCriminals(), deleteCriminals(), updateCriminals(), saveCriminals(), searchCriminals()

Class Diagram of Crime File Management System :

Class Diagram Image: 
Crime File Management System Class Diagram

Crime File Management System Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of Crime File Management System which shows components, provided and required interfaces, ports, and relationships between the Criminals, Presioner, Crime, Charge Sheet and Complaints. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Crime File Management System UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of Crime File Management System:

  • Criminals Component
  • Presioner Component
  • Crime Component
  • Charge Sheet Component
  • Complaints Component

Featues of Crime File Management System Component Diagram:

  • You can show the models the components of Crime File Management System.
  • Model the database schema of Crime File Management System
  • Model the executables of an application of Crime File Management System
  • Model the system's source code of Crime File Management System

Crime File Management System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Crime File Management System Entity. The entity-relationship diagram of Crime File Management System shows all the visual instrument of database tables and the relations between Complaints, Charge Sheet, Crime, Criminals etc. It used structure data and to define the relationships between structured data groups of Crime File Management System functionalities. The main entities of the Crime File Management System are Crime, Complaints, FIR, Charge Sheet, Presioner and Criminals.

Crime File Management System entities and their attributes :

  • Crime Entity : Attributes of Crime are crime_id, crime_criminal_id, crime_name, crime_type, crime_description
  • Complaints Entity : Attributes of Complaints are complain_id, complain_name, complain_type, complain_description
  • FIR Entity : Attributes of FIR are FIR_id, FIR_name, FIR_type, FIR_description
  • Charge Sheet Entity : Attributes of Charge Sheet are charger_sheet__id, charger_sheet__fine, charger_sheet__type, charger_sheet__description
  • Presioner Entity : Attributes of Presioner are prisoner_id, prisoner_crime_id, prisoner_name, prisoner_mobile, prisoner_email, prisoner_username, prisoner_password, prisoner_address
  • Criminals Entity : Attributes of Criminals are criminal_id, criminal_crime_id, criminal_name, criminal_mobile, criminal_email, criminal_username, criminal_password, criminal_address

Description of Crime File Management System Database :

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

Crime File Management System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Crime File Management System which shows the interaction between the objects of Crime, Criminals, Court, Charge Sheet, Complaints. The instance of class objects involved in this UML Sequence Diagram of Crime File Management System are as follows:

  • Crime Object
  • Criminals Object
  • Court Object
  • Charge Sheet Object
  • Complaints Object

This is the UML sequence diagram of Crime File Management System which shows the interaction between the objects of Crime, Criminals, Court, Charge Sheet, Complaints. The instance of class objects involved in this UML Sequence Diagram of Crime File Management System are as follows:

  • Crime Object
  • Criminals Object
  • Court Object
  • Charge Sheet Object
  • Complaints Object

Crime File 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 Crime File Management System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Crime File Management System. The main actors of Crime File Management System in this Use Case Diagram are: Super Admin, System User, Police, Anonymous Users, who perform the different type of use cases such as Manage Crime, Manage Complaints, Manage FIR, Manage Charge Sheet, Manage Presioner, Manage Criminals, Manage Court, Manage Users and Full Crime File Management System Operations. Major elements of the UML use case diagram of Crime File Management System are shown on the picture below.

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

  • Super Admin Entity : Use cases of Super Admin are Manage Crime, Manage Complaints, Manage FIR, Manage Charge Sheet, Manage Presioner, Manage Criminals, Manage Court, Manage Users and Full Crime File Management System Operations
  • System User Entity : Use cases of System User are Manage Crime, Manage Complaints, Manage FIR, Manage Charge Sheet, Manage Presioner, Manage Criminals, Manage Court
  • Police Entity : Use cases of Police are Create Crime, Add Criminals, Search Criminal Records, Upload Documents, Add Chargesheets
  • Anonymous Users Entity : Use cases of Anonymous Users are View Information, Fill Contact Us, Search Content

Use Case Diagram of Crime File Management System :

Crime File Management System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz