- BooleanSensor() - Constructor for class io.elevator.components.EnvironmentSensor.BooleanSensor
-
Creates a basic BooleanSensor
- Building - Class in io.elevator.building
-
A wrapper comprising all components required to run an elevator
- Building(int) - Constructor for class io.elevator.building.Building
-
Creates a building component wrapper based on the number of floors
- BuildingControl - Class in io.elevator.main
-
This class contains the run methods teams must fill with their architecture implementation in order to process
- BuildingControl(Building) - Constructor for class io.elevator.main.BuildingControl
-
- Buttons<T> - Class in io.elevator.components
-
A class representing the driver for physical buttons having boolean states to represent whether the button has been
pressed, and to represent whether the button is active lighted, and a generic data type to convey information.
- Buttons(T) - Constructor for class io.elevator.components.Buttons
-
Creates a basic, unpressed and unlit, Button with some data
- Buttons(boolean, boolean, T) - Constructor for class io.elevator.components.Buttons
-
Creates a button based on the provided parameters