Create a UML Class Model based on the requirements . Your Class Model is to include: All classes Attributes and Attribute Types Associations Multiplicity Primary and Foreign keys Any Inheritance, Composition or Aggregation Building Maintenance system A rental property management company wants to develop a ‘Building Maintenance System.’ This system will be used by the company to manage maintenance requests from tenants in the several rental buildings that it manages in the city. Each building has a maintenance manager. The maintenance manager is responsible for creating accounts in the system for each tenant in their building. A tenant can rent multiple apartments within the same building. Tenants can submit maintenance requests using this system. Each maintenance request will have a request ID, category, and description. The maintenance manager manages a maintenance crew in their building. Maintenance crew members can be members of more than one maintenance team. Maintenance crew members in the building can log into the system to check the maintenance issues raised by the tenants. After the maintenance crew fixes these issues in the apartment, they can log into the system and update the states of the maintenance request to ‘closed’. I just want to make sure I did the model correctly and fullfill all the requirments
OOPs
In today's technology-driven world, computer programming skills are in high demand. The object-oriented programming (OOP) approach is very much useful while designing and maintaining software programs. Object-oriented programming (OOP) is a basic programming paradigm that almost every developer has used at some stage in their career.
Constructor
The easiest way to think of a constructor in object-oriented programming (OOP) languages is:
Create a UML Class Model based on the requirements . Your Class Model is to include:
All classes
Attributes and Attribute Types
Associations
Multiplicity
Primary and Foreign keys
Any Inheritance, Composition or Aggregation
Building Maintenance system
A rental property management company wants to develop a ‘Building Maintenance System.’ This system will be used by the company to manage maintenance requests from tenants in the several rental buildings that it manages in the city. Each building has a maintenance manager. The maintenance manager is responsible for creating accounts in the system for each tenant in their building. A tenant can rent multiple apartments within the same building. Tenants can submit maintenance requests using this system. Each maintenance request will have a request ID, category, and description. The maintenance manager manages a maintenance crew in their building. Maintenance crew members can be members of more than one maintenance team. Maintenance crew members in the building can log into the system to check the maintenance issues raised by the tenants. After the maintenance crew fixes these issues in the apartment, they can log into the system and update the states of the maintenance request to ‘closed’.
I just want to make sure I did the model correctly and fullfill all the requirments
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images