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 |
---|---|
ControlPanel.CabinControlPanel |
ControlPanel.CabinControlPanel.closeDoors()
Sets the status of the doorSensor to reflect that the doors are closed.
|
ControlPanel.CabinControlPanel |
Building.getCabin()
The CabinControlPanel contains all components contained in the elevator cabin
|
ControlPanel.CabinControlPanel |
ControlPanel.CabinControlPanel.openDoors()
Sets the status of the doorSensor to reflect that the doors are open.
|
ControlPanel.CabinControlPanel |
ControlPanel.CabinControlPanel.setMCPDoorIndicator(ControlPanel.MaintenanceControlPanel mcp)
Sets the MaintenanceControlPanel DoorIndicator reference for update on DoorSensor change.
Thank Anna for this one, I was going to let you figure it out as software |