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

Login Activity Diagram of Training Management System:
This is the Login Activity Diagram of Training 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 Qualification, Job, Knowledge, Training, Comapny. All the pages such as Knowledge, Training, Comapny are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Training Management System. The various objects in the Training, Qualification, Job, Knowledge, and Comapny 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
Training Management System Class Diagram
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 :

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

- Posted By: freeproject
- Comments: 0
Training Management System ER Diagram
This ER (Entity Relationship) Diagram represents the model of Training Management System Entity. The entity-relationship diagram of Training Management System shows all the visual instrument of database tables and the relations between Skills, Comapny, Training, Knowledge etc. It used structure data and to define the relationships between structured data groups of Training Management System functionalities. The main entities of the Training Management System are Training, Skills, College, Comapny, Job and Knowledge.
Training Management System entities and their attributes :
- Training Entity : Attributes of Training are training_id, training_college_id, training_name, training_type, training_description
- Skills Entity : Attributes of Skills are skill_id, skill_user_id, skill_name, skill_type, skill_description
- College Entity : Attributes of College are college_id, college_name, college_description, college_address,
- Comapny Entity : Attributes of Comapny are company_id, company_name, comapny_type, company_description, company_address
- Job Entity : Attributes of Job are job_id, job_name, job_type, job_salary, job_vacancy, job_description
- Knowledge Entity : Attributes of Knowledge are knowledge_id, knowledge_name, knowledge_type, knowledge_description
Description of Training Management System Database :
- The details of Training is store into the Training tables respective with all tables
- Each entity ( Knowledge, College, Job, Skills, Training) contains primary key and unique keys.
- The entity College, Job has binded with Training, Skills entities with foreign key
- There is one-to-one and one-to-many relationships available between Job, Comapny, Knowledge, Training
- All the entities Training, Job, College, Knowledge are normalized and reduce duplicacy of records
- We have implemented indexing on each tables of Training Management System tables for fast query execution.

- Posted By: freeproject
- Comments: 0
Training Management System Sequence Diagram
This is the UML sequence diagram of Training Management System which shows the interaction between the objects of Training, Job, Knowledge, College, Qualification. The instance of class objects involved in this UML Sequence Diagram of Training Management System are as follows:
- Training Object
- Job Object
- Knowledge Object
- College Object
- Qualification Object
Login Sequence Diagram of Training Management System:
This is the Login Sequence Diagram of Training Management System, where admin will be able to login in their account using their credentials. After login user can manage all the operations on Knowledge, Training, Job, Qualification, College. All the pages such as Job, Qualification, College are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Training Management System. The various objects in the Qualification, Knowledge, Training, Job, and College 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 Training Management System which shows the interaction between the objects of Training, Job, Knowledge, College, Qualification. The instance of class objects involved in this UML Sequence Diagram of Training Management System are as follows:
- Training Object
- Job Object
- Knowledge Object
- College Object
- Qualification Object

- Posted By: freeproject
- Comments: 0
Training Management System Use Case Diagram
This Use Case Diagram is a graphic depiction of the interactions among the elements of Training Management System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Training Management System. The main actors of Training Management System in this Use Case Diagram are: Super Admin, System User, Company, Trainee, who perform the different type of use cases such as Training, Manage Skills, Manage College, Manage Comapny, Manage Job, Manage Knowledge, Manage Qualification, Manage Users and Full Training Management System Operations. Major elements of the UML use case diagram of Training Management System are shown on the picture below.
The relationships between and among the actors and the use cases of Training Management System:
- Super Admin Entity : Use cases of Super Admin are Training, Manage Skills, Manage College, Manage Comapny, Manage Job, Manage Knowledge, Manage Qualification, Manage Users and Full Training Management System Operations
- System User Entity : Use cases of System User are Training, Manage Skills, Manage College, Manage Comapny, Manage Job, Manage Knowledge, Manage Qualification
- Company Entity : Use cases of Company are Post Training , Add Training Contens, Manage Trainee
- Trainee Entity : Use cases of Trainee are Search Training Calendar, Apply for Training, View Courses, Make Payment
Use Case Diagram of Training Management System :
