- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Poll Survey System Class Diagram describes the structure of a Poll Survey System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Poll Survey System are Polls, Users, Votes, Survey, Results, Registration.
Classes of Poll Survey System Class Diagram:
- Polls Class : Manage all the operations of Polls
- Users Class : Manage all the operations of Users
- Votes Class : Manage all the operations of Votes
- Survey Class : Manage all the operations of Survey
- Results Class : Manage all the operations of Results
- Registration Class : Manage all the operations of Registration
Classes and their attributes of Poll Survey System Class Diagram:
- Polls Attributes : poll_id, poll_name, poll_type, poll_description
- Users Attributes : user_id, user_name, user_mobile, user_email, user_username, user_password, user_address
- Votes Attributes : vote_id, vote_name, vote_type, vote_description
- Survey Attributes : survey_id, survey_name, survey_type, survey_description
- Results Attributes : result_id, result_student_id, result_name, result_description
- Registration Attributes : registration_id, registration_user_id, registration_name, registration_type, registration_number, registration_date, registration_description
Classes and their methods of Poll Survey System Class Diagram:
- Polls Methods : addPolls(), editPolls(), deletePolls(), updatePolls(), savePolls(), searchPolls()
- Users Methods : addUsers(), editUsers(), deleteUsers(), updateUsers(), saveUsers(), searchUsers()
- Votes Methods : addVotes(), editVotes(), deleteVotes(), updateVotes(), saveVotes(), searchVotes()
- Survey Methods : addSurvey(), editSurvey(), deleteSurvey(), updateSurvey(), saveSurvey(), searchSurvey()
- Results Methods : addResults(), editResults(), deleteResults(), updateResults(), saveResults(), searchResults()
- Registration Methods : addRegistration(), editRegistration(), deleteRegistration(), updateRegistration(), saveRegistration(), searchRegistration()
Class Diagram of Poll Survey System :
Class Diagram Image: