Gregrs400 / AirportSim

Object-Oriented Representation of Airports and the systems within. Extension of a final project for a class.
1 stars 0 forks source link

Available gate list feature implemented #2

Closed Gregrs400 closed 4 months ago

Gregrs400 commented 4 months ago

Wanted to add ArrayList named availableGates to implement gate reservation, and was able to achieve desired result, with a 2d ArrayList that's inner ArrayLists were declared with the gates collection. After that was completed, changed the flight generation loop to check for open gates every minute, instead of every 1-10 minutes, for maximum reservations.