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.MaintenanceControlPanel |
Building.getMaintenance()
The MaintenanceControlPanel contains all components contained on the elevator maintenance control panel
|
ControlPanel.MaintenanceControlPanel |
ControlPanel.MaintenanceControlPanel.updateDoorIndicator(boolean doorsOpen)
Updates the door indicator relative to the received state
|
Modifier and Type | Method and Description |
---|---|
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 |