Question: 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).
- Licence # - Name -Address - Date of Birth - Contact # + Add Driver() + Update Driver() + Delete Driver - Plea Date - Trial Date - Verdict - Fine Amount Trail + Add Plea () + Add Trial Details() + Add Verdict() + Add Amount() Driver + Add Result() + Update Amount() 0..1 0..* -0..* -0..*- Payment - Payment ID Amount -Payment Date + Add Payment() + Get Payment Details() - Ticket # - Type - Fine_Amount Court Name - Address Ticket 0..1 + Add Ticket() + Close Ticket () + Pay Amount() + Mark Inocense() Court + Add Court() + Get Court Name() +Get Court Address() 1... -0..*- - Officer - Addres + Add Officer() + Get Officer Name() + Get Officer Address() 0..1 Officer - Warrant ID - Date - Type Warrent + Add Warrent() + Forward Warrant()
Step by Step Solution
3.40 Rating (169 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
