Package | Description |
---|---|
io.elevator.building |
Shell Package
The building package encompasses the wrappers organizing components relating to the elevators hardware, including the building itself, the hoistway, and control panels representing the cabin, each floor, and the maintenance room |
Modifier and Type | Method and Description |
---|---|
Hoistway |
Building.getHoistway()
The Hoistway contains all components contained in the elevator hoistway
|
Hoistway |
Hoistway.moveCabinDown()
Signals the motor to let the occupants down
|
Hoistway |
Hoistway.moveCabinUp()
Signals the motor to pull the cabin up
|
Hoistway |
Hoistway.setFloorIndicators(java.util.List<java.lang.Object> list)
Sets the FloorIndicator references to update on cabin floor change.
Thank Anna for this one, I was going to let you figure it out as software |
Hoistway |
Hoistway.stopCabin()
Signals the motor to stop
|