/soen-6461-a4

Assignment 4 for SOEN 6461

Primary LanguageJava

SOEN 6461 - Assignment 4

Assignment 4 for SOEN 6461

Authors:

  • Gabriel C. Ullmann (40196302)
  • Mandana Mansouri (40246799)
  • Nipun Hedaoo (40165942)
  • Ravinder Singh (40205582)

PROBLEM 1 (60 pts)

Create a UML communications diagram for method makeBooking(..). The diagram is in PNG format in the root of this project. The original drawio file generated by diagrams.net is also there.

PROBLEM 2 (20 pts) and PROBLEM 3 (20 pts)

  • Provide a Java implementation for method issueBooking(..).
  • Provide a Java implementation for method makeNewBooking(..).

This repo is actually an Eclipse project, so you can load it into Eclipse or just inspect the Java files inside the SRC folder. The issueBooking method is on RailCompany.java. The makeNewBooking method is in Booking.java.