withaspirit / Elevator-Simulation

Elevator System Simulation project
1 stars 1 forks source link

Mutable TravelTime, DoorTime #186

Closed withaspirit closed 2 years ago

withaspirit commented 2 years ago

This allows the TravelTime and the DoorsTime to be changed

Changes

Elevator: added TravelTime, DoorTime attributes. Changed TravelTime and doorTime toggles to setters ElevatorFaultTest: added variable times for testing

julian-carleton commented 2 years ago

All good.