-
Class Summary
Class |
Description |
BuildingControl |
This class contains the run methods teams must fill with their architecture implementation in order to process
|
ElevatorSimulator |
Initiate GUI thread, BuildingControl thread, and Simulation thread //TODO Update these javadocs
|
Package io.elevator.main Description
Main Package
The main package contains the main class ElevatorSimulator.java, needed to start the simulation as well and the
algorithm the teams will design to control the elevator, with states displayed on a GUI
This package also contains the BuildingControl.java file which contains the .run() method the teams must edit with
their code.
- Author:
- Justin Stoner, Kage Weiss