- Posted By: freeproject
- Comments: 0
- Posted By: freeproject
- Comments: 0
Voting Management System Activity Diagram
This is the Activity UML diagram of Voting Management System which shows the flows between the activity of Counting, Voting Machine, Votinng Center, Candidate, Citizen. The main activity involved in this UML Activity Diagram of Voting Management System are as follows:
- Counting Activity
- Voting Machine Activity
- Votinng Center Activity
- Candidate Activity
- Citizen Activity
Features of the Activity UML diagram of Voting Management System
- Admin User can search Counting, view description of a selected Counting, add Counting, update Counting and delete Counting.
- Its shows the activity flow of editing, adding and updating of Voting Machine
- User will be able to search and generate report of Votinng Center, Candidate, Citizen
- All objects such as ( Counting, Voting Machine, Citizen) are interlinked
- Its shows the full description and flow of Counting, Candidate, Citizen, Votinng Center, Voting Machine

Login Activity Diagram of Voting Management System:
This is the Login Activity Diagram of Voting Management System, which shows the flows of Login Activity, where admin will be able to login using their username and password. After login user can manage all the operations on Votinng Center, Counting, Voting Machine, Citizen, Candidate. All the pages such as Voting Machine, Citizen, Candidate are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Voting Management System. The various objects in the Citizen, Votinng Center, Counting, Voting Machine, and Candidate page—interact over the course of the Activity, and user will not be able to access this page without verifying their identity.

- Posted By: freeproject
- Comments: 0
Voting Management System Class Diagram
Voting Management System Class Diagram describes the structure of a Voting Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Voting Management System are Vote, Citizen, Voter List, Votinng Center, Voting Machine, Candidate.
Classes of Voting Management System Class Diagram:
- Vote Class : Manage all the operations of Vote
- Citizen Class : Manage all the operations of Citizen
- Voter List Class : Manage all the operations of Voter List
- Votinng Center Class : Manage all the operations of Votinng Center
- Voting Machine Class : Manage all the operations of Voting Machine
- Candidate Class : Manage all the operations of Candidate
Classes and their attributes of Voting Management System Class Diagram:
- Vote Attributes : vote_id, vote_name, vote_type, vote_description
- Citizen Attributes : citizen_id, citizen_name, citizen_mobile, citizen_email, citizen_username, citizen_password, citizen_address
- Voter List Attributes : voter_list_id, voter_list_name, voter_list_type, voter_list_description
- Votinng Center Attributes : voting_center_id, voting_center_name, voting_center_type, voting_center_description, voting_center_address
- Voting Machine Attributes : voting_machine_id, voting_machine_name, voting_machine_type, voting_machine_description
- Candidate Attributes : candidate_id, candidate_name, candidate_mobile, candidate_email, candidate_username, candidate_password, candidate_address
Classes and their methods of Voting Management System Class Diagram:
- Vote Methods : addVote(), editVote(), deleteVote(), updateVote(), saveVote(), searchVote()
- Citizen Methods : addCitizen(), editCitizen(), deleteCitizen(), updateCitizen(), saveCitizen(), searchCitizen()
- Voter List Methods : addVoter List(), editVoter List(), deleteVoter List(), updateVoter List(), saveVoter List(), searchVoter List()
- Votinng Center Methods : addVotinng Center(), editVotinng Center(), deleteVotinng Center(), updateVotinng Center(), saveVotinng Center(), searchVotinng Center()
- Voting Machine Methods : addVoting Machine(), editVoting Machine(), deleteVoting Machine(), updateVoting Machine(), saveVoting Machine(), searchVoting Machine()
- Candidate Methods : addCandidate(), editCandidate(), deleteCandidate(), updateCandidate(), saveCandidate(), searchCandidate()
Class Diagram of Voting Management System :

- Posted By: freeproject
- Comments: 0
Voting Management System Component Diagram
This is a Component diagram of Voting Management System which shows components, provided and required interfaces, ports, and relationships between the Citizen, Voter List, Votinng Center, Counting and Candidate. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Voting Management System UML component diagram, describes the organization and wiring of the physical components in a system.
Components of UML Component Diagram of Voting Management System:
- Citizen Component
- Voter List Component
- Votinng Center Component
- Counting Component
- Candidate Component
Featues of Voting Management System Component Diagram:
- You can show the models the components of Voting Management System.
- Model the database schema of Voting Management System
- Model the executables of an application of Voting Management System
- Model the system's source code of Voting Management System

- Posted By: freeproject
- Comments: 0
Voting Management System ER Diagram
This ER (Entity Relationship) Diagram represents the model of Voting Management System Entity. The entity-relationship diagram of Voting Management System shows all the visual instrument of database tables and the relations between Citizen, Votinng Center, Vote, Candidate etc. It used structure data and to define the relationships between structured data groups of Voting Management System functionalities. The main entities of the Voting Management System are Vote, Citizen, Voter List, Votinng Center, Voting Machine and Candidate.
Voting Management System entities and their attributes :
- Vote Entity : Attributes of Vote are vote_id, vote_name, vote_type, vote_description
- Citizen Entity : Attributes of Citizen are citizen_id, citizen_name, citizen_mobile, citizen_email, citizen_username, citizen_password, citizen_address
- Voter List Entity : Attributes of Voter List are voter_list_id, voter_list_name, voter_list_type, voter_list_description
- Votinng Center Entity : Attributes of Votinng Center are voting_center_id, voting_center_name, voting_center_type, voting_center_description, voting_center_address
- Voting Machine Entity : Attributes of Voting Machine are voting_machine_id, voting_machine_name, voting_machine_type, voting_machine_description
- Candidate Entity : Attributes of Candidate are candidate_id, candidate_name, candidate_mobile, candidate_email, candidate_username, candidate_password, candidate_address
Description of Voting Management System Database :
- The details of Vote is store into the Vote tables respective with all tables
- Each entity ( Candidate, Voter List, Voting Machine, Citizen, Vote) contains primary key and unique keys.
- The entity Voter List, Voting Machine has binded with Vote, Citizen entities with foreign key
- There is one-to-one and one-to-many relationships available between Voting Machine, Votinng Center, Candidate, Vote
- All the entities Vote, Voting Machine, Voter List, Candidate are normalized and reduce duplicacy of records
- We have implemented indexing on each tables of Voting Management System tables for fast query execution.

- Posted By: freeproject
- Comments: 0
Voting Management System Sequence Diagram
This is the UML sequence diagram of Voting Management System which shows the interaction between the objects of Voting Machine, Voter List, Vote, Candidate, Citizen. The instance of class objects involved in this UML Sequence Diagram of Voting Management System are as follows:
- Voting Machine Object
- Voter List Object
- Vote Object
- Candidate Object
- Citizen Object
Login Sequence Diagram of Voting Management System:
This is the Login Sequence Diagram of Voting Management System, where admin will be able to login in their account using their credentials. After login user can manage all the operations on Vote, Voting Machine, Voter List, Citizen, Candidate. All the pages such as Voter List, Citizen, Candidate are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Voting Management System. The various objects in the Citizen, Vote, Voting Machine, Voter List, and Candidate page—interact over the course of the sequence, and user will not be able to access this page without verifying their identity.

This is the UML sequence diagram of Voting Management System which shows the interaction between the objects of Voting Machine, Voter List, Vote, Candidate, Citizen. The instance of class objects involved in this UML Sequence Diagram of Voting Management System are as follows:
- Voting Machine Object
- Voter List Object
- Vote Object
- Candidate Object
- Citizen Object

- Posted By: freeproject
- Comments: 0
Voting Management System Use Case Diagram
This Use Case Diagram is a graphic depiction of the interactions among the elements of Voting Management System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Voting Management System. The main actors of Voting Management System in this Use Case Diagram are: Super Admin, System User, Candidate, Voter, who perform the different type of use cases such as Manage Vote, Manage Citizen, Manage Voter List, Manage Votinng Center, Manage Voting Machine, Manage Candidate, Manage Counting, Manage Users and Full Voting Management System Operations. Major elements of the UML use case diagram of Voting Management System are shown on the picture below.
The relationships between and among the actors and the use cases of Voting Management System:
- Super Admin Entity : Use cases of Super Admin are Manage Vote, Manage Citizen, Manage Voter List, Manage Votinng Center, Manage Voting Machine, Manage Candidate, Manage Counting, Manage Users and Full Voting Management System Operations
- System User Entity : Use cases of System User are Manage Vote, Manage Citizen, Manage Voter List, Manage Votinng Center, Manage Voting Machine, Manage Candidate, Manage Counting
- Candidate Entity : Use cases of Candidate are View Profile, Upload Documents, View Votes
- Voter Entity : Use cases of Voter are Cast Vote, Search Candidates, Check Results
Use Case Diagram of Voting Management System :
