- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
University Bulletin Board Class Diagram describes the structure of a University Bulletin Board classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the University Bulletin Board are University, University News, News Comments, News Category, System State, Result News.
Classes of University Bulletin Board Class Diagram:
- University Class : Manage all the operations of University
- University News Class : Manage all the operations of University News
- News Comments Class : Manage all the operations of News Comments
- News Category Class : Manage all the operations of News Category
- System State Class : Manage all the operations of System State
- Result News Class : Manage all the operations of Result News
Classes and their attributes of University Bulletin Board Class Diagram:
- University Attributes : university_id, university_name, university_place, university_type, university_description, university_address
- University News Attributes : university_news_id, university_news_university_id, university_news_title, university_news_type, university_news_description
- News Comments Attributes : comment_id, comment_user_id, comment_type, comment_title, comment_description
- News Category Attributes : category_id, category_news_id, _category_type, category_description
- System State Attributes : system_state_id, system_state_name, system_state_type, system_state_description
- Result News Attributes : result_news_id, result_news_student_id, result_news_name, result_news_type, result_news_description
Classes and their methods of University Bulletin Board Class Diagram:
- University Methods : addUniversity(), editUniversity(), deleteUniversity(), updateUniversity(), saveUniversity(), searchUniversity()
- University News Methods : addUniversity News(), editUniversity News(), deleteUniversity News(), updateUniversity News(), saveUniversity News(), searchUniversity News()
- News Comments Methods : addNews Comments(), editNews Comments(), deleteNews Comments(), updateNews Comments(), saveNews Comments(), searchNews Comments()
- News Category Methods : addNews Category(), editNews Category(), deleteNews Category(), updateNews Category(), saveNews Category(), searchNews Category()
- System State Methods : addSystem State(), editSystem State(), deleteSystem State(), updateSystem State(), saveSystem State(), searchSystem State()
- Result News Methods : addResult News(), editResult News(), deleteResult News(), updateResult News(), saveResult News(), searchResult News()
Class Diagram of University Bulletin Board :
Class Diagram Image: