Election Management System UML Diagram

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

Posted By freeproject on March 19, 2018

Election Management System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Election Management System which shows the flows between the activity of Commision Rules, Elections, Registration, , Votes. The main activity involved in this UML Activity Diagram of Election Management System are as follows:

  • Commision Rules Activity
  • Elections Activity
  • Registration Activity
  • Activity
  • Votes Activity

Features of the Activity UML diagram of Election Management System

  • Admin User can search Commision Rules, view description of a selected Commision Rules, add Commision Rules, update Commision Rules and delete Commision Rules.
  • Its shows the activity flow of editing, adding and updating of Elections
  • User will be able to search and generate report of Registration, , Votes
  • All objects such as ( Commision Rules, Elections, Votes) are interlinked
  • Its shows the full description and flow of Commision Rules, , Votes, Registration, Elections
Election Management System Activity Diagram

Election Management System Class Diagram

Posted By freeproject on August 2, 2017

Election Management System Class Diagram describes the structure of a Election Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Election Management System are Elections, Candidates, Election Commision Rules, Votes, Registration, poll.

Classes of Election Management System Class Diagram:

  • Elections Class : Manage all the operations of Elections
  • Candidates Class : Manage all the operations of Candidates
  • Election Commision Rules Class : Manage all the operations of Election Commision Rules
  • Votes Class : Manage all the operations of Votes
  • Registration Class : Manage all the operations of Registration
  • poll Class : Manage all the operations of poll

Classes and their attributes of Election Management System Class Diagram:

  • Elections Attributes : election_candidate_id, election_citizen_id, election_date, election_type, election_timing, election_description
  • Candidates Attributes : candidate_id, candidate_voter_id, candidate_name, candidate_mobile, candidate_email, candidate_username, candidate_password, candidate_address
  • Election Commision Rules Attributes : commision_rule_id, commision_rule_name, commision_rule_type, commision_rule_description
  • Votes Attributes : vote_candidate_id, voe_citizen_id, vote_date, vote_type, vote_timing, vote_description
  • Registration Attributes : registeration_id, registeration_candidate_id, registeration_citizen_id, registeration_name, registeration_type, registeration_description
  • poll Attributes : poll_id, poll_name, poll_type, poll_description

Classes and their methods of Election Management System Class Diagram:

  • Elections Methods : addElections(), editElections(), deleteElections(), updateElections(), saveElections(), searchElections()
  • Candidates Methods : addCandidates(), editCandidates(), deleteCandidates(), updateCandidates(), saveCandidates(), searchCandidates()
  • Election Commision Rules Methods : addElection Commision Rules(), editElection Commision Rules(), deleteElection Commision Rules(), updateElection Commision Rules(), saveElection Commision Rules(), searchElection Commision Rules()
  • Votes Methods : addVotes(), editVotes(), deleteVotes(), updateVotes(), saveVotes(), searchVotes()
  • Registration Methods : addRegistration(), editRegistration(), deleteRegistration(), updateRegistration(), saveRegistration(), searchRegistration()
  • poll Methods : addpoll(), editpoll(), deletepoll(), updatepoll(), savepoll(), searchpoll()

Class Diagram of Election Management System :

Class Diagram Image: 
Election Management System Class Diagram

Election Management System Component Diagram

Posted By freeproject on February 8, 2018

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

Components of UML Component Diagram of Election Management System:

  • Component
  • Registration Component
  • Candidates Component
  • Elections Component
  • Votes Component

Featues of Election Management System Component Diagram:

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

Election Management System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Election Management System Entity. The entity-relationship diagram of Election Management System shows all the visual instrument of database tables and the relations between Candidates, Votes, Elections, poll etc. It used structure data and to define the relationships between structured data groups of Election Management System functionalities. The main entities of the Election Management System are Elections, Candidates, Election Commision Rules, Votes, Registration and poll.

Election Management System entities and their attributes :

  • Elections Entity : Attributes of Elections are election_candidate_id, election_citizen_id, election_date, election_type, election_timing, election_description
  • Candidates Entity : Attributes of Candidates are candidate_id, candidate_voter_id, candidate_name, candidate_mobile, candidate_email, candidate_username, candidate_password, candidate_address
  • Election Commision Rules Entity : Attributes of Election Commision Rules are commision_rule_id, commision_rule_name, commision_rule_type, commision_rule_description
  • Votes Entity : Attributes of Votes are vote_candidate_id, voe_citizen_id, vote_date, vote_type, vote_timing, vote_description
  • Registration Entity : Attributes of Registration are registeration_id, registeration_candidate_id, registeration_citizen_id, registeration_name, registeration_type, registeration_description
  • poll Entity : Attributes of poll are poll_id, poll_name, poll_type, poll_description

Description of Election Management System Database :

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

Election Management System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Election Management System which shows the interaction between the objects of Commision Rules, Registration, Votes, , Candidates. The instance of class objects involved in this UML Sequence Diagram of Election Management System are as follows:

  • Commision Rules Object
  • Registration Object
  • Votes Object
  • Object
  • Candidates Object

This is the UML sequence diagram of Election Management System which shows the interaction between the objects of Commision Rules, Registration, Votes, , Candidates. The instance of class objects involved in this UML Sequence Diagram of Election Management System are as follows:

  • Commision Rules Object
  • Registration Object
  • Votes Object
  • Object
  • Candidates Object

Election 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 Election Management System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Election Management System. The main actors of Election Management System in this Use Case Diagram are: Super Admin, System User, Voter, Candidate, who perform the different type of use cases such as Manage Elections, Manage Candidates, Manage Election Commision Rules, Manage Votes, Manage Registration, Manage Users and Full Election Management System Operations. Major elements of the UML use case diagram of Election Management System are shown on the picture below.

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

  • Super Admin Entity : Use cases of Super Admin are Manage Elections, Manage Candidates, Manage Election Commision Rules, Manage Votes, Manage Registration, Manage Users and Full Election Management System Operations
  • System User Entity : Use cases of System User are Manage Elections, Manage Candidates, Manage Election Commision Rules, Manage Votes, Manage Registration
  • Voter Entity : Use cases of Voter are Check Profile, Request for Update, Search Profile
  • Candidate Entity : Use cases of Candidate are Apply for Election, Check Status, Update Profile, Upload Documents

Use Case Diagram of Election Management System :

Election Management System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz