- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Training Management System Class Diagram describes the structure of a Training Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Training Management System are Training, Skills, College, Comapny, Job, Knowledge.
Classes of Training Management System Class Diagram:
- Training Class : Manage all the operations of Training
- Skills Class : Manage all the operations of Skills
- College Class : Manage all the operations of College
- Comapny Class : Manage all the operations of Comapny
- Job Class : Manage all the operations of Job
- Knowledge Class : Manage all the operations of Knowledge
Classes and their attributes of Training Management System Class Diagram:
- Training Attributes : training_id, training_college_id, training_name, training_type, training_description
- Skills Attributes : skill_id, skill_user_id, skill_name, skill_type, skill_description
- College Attributes : college_id, college_name, college_description, college_address,
- Comapny Attributes : company_id, company_name, comapny_type, company_description, company_address
- Job Attributes : job_id, job_name, job_type, job_salary, job_vacancy, job_description
- Knowledge Attributes : knowledge_id, knowledge_name, knowledge_type, knowledge_description
Classes and their methods of Training Management System Class Diagram:
- Training Methods : addTraining(), editTraining(), deleteTraining(), updateTraining(), saveTraining(), searchTraining()
- Skills Methods : addSkills(), editSkills(), deleteSkills(), updateSkills(), saveSkills(), searchSkills()
- College Methods : addCollege(), editCollege(), deleteCollege(), updateCollege(), saveCollege(), searchCollege()
- Comapny Methods : addComapny(), editComapny(), deleteComapny(), updateComapny(), saveComapny(), searchComapny()
- Job Methods : addJob(), editJob(), deleteJob(), updateJob(), saveJob(), searchJob()
- Knowledge Methods : addKnowledge(), editKnowledge(), deleteKnowledge(), updateKnowledge(), saveKnowledge(), searchKnowledge()
Class Diagram of Training Management System :
Class Diagram Image: