Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help making a UML Class Diagram: I have created on below. Question: The ABC company keeps track of a companys employees, departments, and

I need help making a UML Class Diagram: I have created on below.

Question:

The ABC company keeps track of a companys employees, departments, and projects. Suppose that after the requirements collection and analysis phase, you are provided the following description.

  • The company is organized into departments. Each department has a unique name, a unique number, and a particular employee who manages the department. We keep track of the start date when that employee began managing the department.

  • A department may have several locations. A department controls a number of projects, each of which has a unique name, a unique number, and a single location.

  • We store each employees name, SSN, address, salary, gender and birth date. An employee is assigned to one department, but may work on several projects, which are not necessarily controlled by the same department. We keep track of the number of hours per week that an employee works on each project. We also keep track of the direct supervisor of each employee.

  • We want to keep track of the dependents of each employee for insurance purposes. We keep each dependents first name, gender, birth date, and relationship to the employee.

    Design UML class diagram for the ABC company. Specify relationships between classes.

image text in transcribed

Department - Name : String - Number: int - Location : String -Manager_STR_Date : String > Controlling Department - Project_Name -Project_Num -Project_location o * Employee - Name : String -ID Number : int -Sex: String -Address : boolean -Salary: int - Birth_date : int -Manager Dependent -Sex : String -Birth_date : String -Dependent_name : String -relationship : String Department - Name : String - Number: int - Location : String -Manager_STR_Date : String > Controlling Department - Project_Name -Project_Num -Project_location o * Employee - Name : String -ID Number : int -Sex: String -Address : boolean -Salary: int - Birth_date : int -Manager Dependent -Sex : String -Birth_date : String -Dependent_name : String -relationship : String

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Databases And Information Systems 25th European Conference Adbis 2021 Tartu Estonia August 24 26 2021 Proceedings Lncs 12843

Authors: Ladjel Bellatreche ,Marlon Dumas ,Panagiotis Karras ,Raimundas Matulevicius

1st Edition

3030824713, 978-3030824716

More Books

Students also viewed these Databases questions