subject

Consider an online rental car reservation system that works with multiple rental companies

in the same way one can reserve a car at expedia. com with Hertz, Alamo, etc.

Consider the following use case:

UC1. Customer makes reservation

1. The customer logs in the system.

2. The customer selects a start day and an end date/time, pickup and drop-off locations.

3. The system displays a list of cars for the above parameters.

4. The customer selects a car from the list of available cars.

5. The customer enters the name, address, and driver age for this reservation.

6. The system checks car availability with the car rental company using the company's own reservation system.

7. The rental company confirms car availability.

8. The system confirms the reservation to the customer, showing the reservation details.

9. The system sends the confirmed reservation to the rental company.

(payment is not addressed in this scenario intentionally)

Do these tasks in the given order:

a. Identify classes, responsibilities, and collaborators. Write CRC cards.

b. Write the UML class diagram for this system.

Specify multiplicity, directionality and role names for associations.

Add attributes and operations.

c. Write the sequence diagram for this scenario.

d. Write the state diagram for the class that handles the interaction system-customer

Do not design any features/functions that are not specified in this problem

(no credit for extra features).



Response to comment:

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 21:20
Write a select statement that returns product name, customer first name, customer last name, channel description, and amount sold for all the sales. make sure to returns sales even if there is no information on the customer, product, or channe
Answers: 2
question
Computers and Technology, 22.06.2019 06:30
What result from the passage of this amendment
Answers: 1
question
Computers and Technology, 22.06.2019 11:00
Which action is good business etiquette? a. switching your cell phone off before you enter a meeting b. keeping your cell phone on low volume before you enter a meeting c. setting a pleasant ring tone on your cell phone before you enter a meeting d. setting a standard ringtone on your cell phone before you enter a meeting
Answers: 1
question
Computers and Technology, 24.06.2019 14:00
Which describes careers that have similar education requirements but different qualifications? product safety engineers and materials engineers industrial safety engineers and industrial health engineers quality control systems managers and inspectors industrial safety and health engineers and hand packers
Answers: 3
You know the right answer?
Consider an online rental car reservation system that works with multiple rental companies
Questions