Answered step by step
Verified Expert Solution
Question
1 Approved Answer
When an officer issues a ticket to a driver, the ticket is also entered into the system. A new ticket record is created. The driver
- When an officer issues a ticket to a driver, the ticket is also entered into the system. A new ticket record is created.
- The driver can pay the fine online using the ticket number.
- In some cases, the driver claims innocence by requesting a trial online. The system will then looks up driver, ticket, and officer information, and sends a ticket details report to the appropriate court.
- The court schedules a trial date and notifies the driver of the date and time.
- When the trial is completed, the court sends the verdict to the ticketing system. The verdict and trial date are recorded for the ticket. If the verdict is innocent, the system that produces driving record reports for insurance companies will ignore the ticket. If the verdict is guilty, the court informs the driver the amount of fine.
- If the driver fails to pay the fine within the required period, the ticket processing system produces a warrant request notice and sends it to the court. What happens then is in the hands of the court.
Task
Add all needed boundary and control classes based on the use case diagram below. Label each class (entity, boundary, or control).
Payment Payment_ID Amount -Payment_Date -0.. + Add Payment + Get Payment Details 0..1 Officer Driver Officer - Addres Ticket - Licence # - Name -Address - Date of Birth - Contact -1..* + Add Officer + Get Officer Name() + Get Officer Address - Ticket # Type - Fine_Amount 1 -0.. + Add Driver + Update Driver + Delete Driver + Add Ticket + Close Ticket + Pay Amount + Mark Inocense 0..1 Warrent 0..1 -0.. Court Trail Warrant ID Date - Type Court Name Address - Plea Date - Trial Date - Verdict - Fine Amount + Add Warrento + Forward Warranto + Add Court + Get Court Name +Get Court Address() 0..* + Add Plea 0 + Add Trial Details + Add Verdict() + Add Amount + Add Result + Update AmountStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started