This exercise is worth a total of 10 points.
- Background and Overview
This is the ninth exercise in the course project.
- Download files
link to download the two image files you will need to complete this exercise.
- Instructions: The first sequence diagram and scenario describe the Customer actor talking to TicketingSystem. Expand the sequence diagram to add the resources used by TicketingSystem to fulfill the Customer's request.
- Scenario
- The Customer requests to see the seating chart for a show.
- TicketingSystem provides the seating chart for the selected show.
- What object knows the correct seating chart to return to the customer? Refer to the class diagram.
- Add the object to the sequence diagram.
- Add the event(s) that you need to obtain the seating chart for customer.
The customer will ask the TicketingSystem to access the needed objects. Use the associations between classes to determine which object can provide you the correct answer.