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

Implement Sim class to allow simulation of multiple Airports #4

Open Gregrs400 opened 4 months ago

Gregrs400 commented 4 months ago

Sim class needs to be added for the software to work as intended. This leads to different parts of the code needing new homes, and leads to changes in mechanics. Passenger generation will continue to be handled by the Airport class, and after completing the implementation of the Sim class, the Airport objects. The program will no longer be run from the Airport class, and the main method will be moved to the Sim class. Other changes: