Gym Management System UML Diagram

Subscribe our YouTube channel for latest project videos and tutorials Click Here

Posted By freeproject on March 19, 2018

Gym Management System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Gym Management System which shows the flows between the activity of Branch, Gym, Trainer, Payment, Facility. The main activity involved in this UML Activity Diagram of Gym Management System are as follows:

  • Branch Activity
  • Gym Activity
  • Trainer Activity
  • Payment Activity
  • Facility Activity

Features of the Activity UML diagram of Gym Management System

  • Admin User can search Branch, view description of a selected Branch, add Branch, update Branch and delete Branch.
  • Its shows the activity flow of editing, adding and updating of Gym
  • User will be able to search and generate report of Trainer, Payment, Facility
  • All objects such as ( Branch, Gym, Facility) are interlinked
  • Its shows the full description and flow of Branch, Payment, Facility, Trainer, Gym
Gym Management System Activity Diagram

Gym Management System Class Diagram

Posted By freeproject on August 2, 2017

Gym Management System Class Diagram describes the structure of a Gym Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Gym Management System are Gym, Package, Trainer, Payment, Branch, Member.

Classes of Gym Management System Class Diagram:

  • Gym Class : Manage all the operations of Gym
  • Package Class : Manage all the operations of Package
  • Trainer Class : Manage all the operations of Trainer
  • Payment Class : Manage all the operations of Payment
  • Branch Class : Manage all the operations of Branch
  • Member Class : Manage all the operations of Member

Classes and their attributes of Gym Management System Class Diagram:

  • Gym Attributes : gym_id, gym_name, gym_type, gym_description, gym_address
  • Package Attributes : package_id, package_gym_id, package_name, package_amount, package_total, package_type, package_description
  • Trainer Attributes : trainer_id, trainer_gym_id, trainer_name, trainer_mobile, trainer_email, trainer_username, trainer_password, trainer_address
  • Payment Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
  • Branch Attributes : branch_id, branch_name, branch_type, branch_city, branch_address
  • Member Attributes : member_id, member_name, member_mobile, member_email, member_username, member_password, member_address

Classes and their methods of Gym Management System Class Diagram:

  • Gym Methods : addGym(), editGym(), deleteGym(), updateGym(), saveGym(), searchGym()
  • Package Methods : addPackage(), editPackage(), deletePackage(), updatePackage(), savePackage(), searchPackage()
  • Trainer Methods : addTrainer(), editTrainer(), deleteTrainer(), updateTrainer(), saveTrainer(), searchTrainer()
  • Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
  • Branch Methods : addBranch(), editBranch(), deleteBranch(), updateBranch(), saveBranch(), searchBranch()
  • Member Methods : addMember(), editMember(), deleteMember(), updateMember(), saveMember(), searchMember()

Class Diagram of Gym Management System :

Class Diagram Image: 
Gym Management System Class Diagram

Gym Management System Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of Gym Management System which shows components, provided and required interfaces, ports, and relationships between the Branch, Trainer, Gym, Payment and Gym Shift. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Gym Management System UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of Gym Management System:

  • Branch Component
  • Trainer Component
  • Gym Component
  • Payment Component
  • Gym Shift Component

Featues of Gym Management System Component Diagram:

  • You can show the models the components of Gym Management System.
  • Model the database schema of Gym Management System
  • Model the executables of an application of Gym Management System
  • Model the system's source code of Gym Management System
Component Diagram: 

Gym Management System Dataflow Diagram

Posted By freeproject on April 20, 2017

Gym Management System Data flow diagram is often used as a preliminary step to create an overview of the Gym Management without going into great detail, which can later be elaborated.it normally consists of overall application dataflow and processes of the Gym Management process. It contains all of the userflow and their entities such all the flow of Gym, Gym Shift, Gym Facility, Package, Trainer, Payment, Branch. All of the below diagrams has been used for the visualization of data processing and structured design of the Gym Management process and working flow.


Zero Level Data flow Diagram(0 Level DFD) of Gym Management System :

This is the Zero Level DFD of Gym Management System, where we have eloborated the high level process of Gym Management. It’s a basic overview of the whole Gym Management System or process being analyzed or modeled. It’s designed to be an at-a-glance view of Trainer,Payment and Branch showing the system as a single high-level process, with its relationship to external entities of Gym,Gym Shift and Gym Facility. It should be easily understood by a wide audience, including Gym,Gym Facility and Trainer In zero leve DFD of Gym Management System, we have described the high level flow of the Gym Management system.

High Level Entities and proccess flow of Gym Management System:

  • Managing all the Gym
  • Managing all the Gym Shift
  • Managing all the Gym Facility
  • Managing all the Package
  • Managing all the Trainer
  • Managing all the Payment
  • Managing all the Branch
Zero Level DFD  Gym Management System

First Level Data flow Diagram(1st Level DFD) of Gym Management System :

First Level DFD (1st Level) of Gym Management System shows how the system is divided into sub-systems (processes), each of which deals with one or more of the data flows to or from an external agent, and which together provide all of the functionality of the Gym Management System system as a whole. It also identifies internal data stores of Branch, Payment, Trainer, Package, Gym Facility that must be present in order for the Gym Management system to do its job, and shows the flow of data between the various parts of Gym, Gym Facility, Payment, Branch, Trainer of the system. DFD Level 1 provides a more detailed breakout of pieces of the 1st level DFD. You will highlight the main functionalities of Gym Management.

Main entities and output of First Level DFD (1st Level DFD):

  • Processing Gym records and generate report of all Gym
  • Processing Gym Shift records and generate report of all Gym Shift
  • Processing Gym Facility records and generate report of all Gym Facility
  • Processing Package records and generate report of all Package
  • Processing Trainer records and generate report of all Trainer
  • Processing Payment records and generate report of all Payment
  • Processing Branch records and generate report of all Branch
First Level DFD Gym Management System

Second Level Data flow Diagram(2nd Level DFD) of Gym Management System :

DFD Level 2 then goes one step deeper into parts of Level 1 of Gym Management. It may require more functionalities of Gym Management to reach the necessary level of detail about the Gym Management functioning. First Level DFD (1st Level) of Gym Management System shows how the system is divided into sub-systems (processes). The 2nd Level DFD contains more details of Branch, Payment, Trainer, Package, Gym Facility, Gym Shift, Gym.

Low level functionalities of Gym Management System

  • Admin logins to the system and manage all the functionalities of Gym Management System
  • Admin can add, edit, delete and view the records of Gym, Gym Facility, Trainer, Branch
  • Admin can manage all the details of Gym Shift, Package, Payment
  • Admin can also generate reports of Gym, Gym Shift, Gym Facility, Package, Trainer, Payment
  • Admin can search the details of Gym Shift, Trainer, Payment
  • Admin can apply different level of filters on report of Gym, Package, Trainer
  • Admin can tracks the detailed information of Gym Shift, Gym Facility, Package, , Trainer
Second Level DFD Gym Management System

Gym Management System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Gym Management System Entity. The entity-relationship diagram of Gym Management System shows all the visual instrument of database tables and the relations between Package, Payment, Gym, Member etc. It used structure data and to define the relationships between structured data groups of Gym Management System functionalities. The main entities of the Gym Management System are Gym, Package, Trainer, Payment, Branch and Member.

Gym Management System entities and their attributes :

  • Gym Entity : Attributes of Gym are gym_id, gym_name, gym_type, gym_description, gym_address
  • Package Entity : Attributes of Package are package_id, package_gym_id, package_name, package_amount, package_total, package_type, package_description
  • Trainer Entity : Attributes of Trainer are trainer_id, trainer_gym_id, trainer_name, trainer_mobile, trainer_email, trainer_username, trainer_password, trainer_address
  • Payment Entity : Attributes of Payment are payment_id, payment_customer_id, payment_date, payment_amount, payment_description
  • Branch Entity : Attributes of Branch are branch_id, branch_name, branch_type, branch_city, branch_address
  • Member Entity : Attributes of Member are member_id, member_name, member_mobile, member_email, member_username, member_password, member_address

Description of Gym Management System Database :

  • The details of Gym is store into the Gym tables respective with all tables
  • Each entity (Member, Trainer, Branch, Package, Gym) contains primary key and unique keys.
  • The entity Trainer, Branch has binded with Gym, Package entities with foreign key
  • There is one-to-one and one-to-many relationships available between Branch, Payment, Member, Gym
  • All the entities Gym, Branch, Trainer, Member are normalized and reduce duplicacy of records
  • We have implemented indexing on each tables of Gym Management System tables for fast query execution.
Gym Management System ER Diagram

Gym Management System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Gym Management System which shows the interaction between the objects of Gym, Trainer, Gym Shift, Package, Branch. The instance of class objects involved in this UML Sequence Diagram of Gym Management System are as follows:

  • Gym Object
  • Trainer Object
  • Gym Shift Object
  • Package Object
  • Branch Object

This is the UML sequence diagram of Gym Management System which shows the interaction between the objects of Gym, Trainer, Gym Shift, Package, Branch. The instance of class objects involved in this UML Sequence Diagram of Gym Management System are as follows:

  • Gym Object
  • Trainer Object
  • Gym Shift Object
  • Package Object
  • Branch Object

Gym Management System Use Case Diagram

Posted By freeproject on July 24, 2017

This Use Case Diagram is a graphic depiction of the interactions among the elements of Gym Management System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Gym Management System. The main actors of Gym Management System in this Use Case Diagram are: Super Admin, System User, Trainer, Members, who perform the different type of use cases such as Manage Gym, Manage Gym Shift, Manage Gym Facility, Manage Package, Manage Trainer, Manage Payment, Manage Branch, Manage Users and Full Gym Management System Operations. Major elements of the UML use case diagram of Gym Management System are shown on the picture below.

The relationships between and among the actors and the use cases of Gym Management System:

  • Super Admin Entity : Use cases of Super Admin are Manage Gym, Manage Gym Shift, Manage Gym Facility, Manage Package, Manage Trainer, Manage Payment, Manage Branch, Manage Users and Full Gym Management System Operations
  • System User Entity : Use cases of System User are Manage Gym, Manage Gym Shift, Manage Gym Facility, Manage Package, Manage Trainer, Manage Payment, Manage Branch
  • Trainer Entity : Use cases of Trainer are Create Schedule, Create Diet Chart, Add Workout Plans, View Members
  • Members Entity : Use cases of Members are Search Gyms, Apply for Membership, View Workouts, Make Payments

Use Case Diagram of Gym Management System :

Gym Management System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz