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 |
io.elevator.components |
The components package encompasses drivers for physical external components (hardware) and some necessary linkages
|
Modifier and Type | Method and Description |
---|---|
Indicator.EmergencyIndicator |
ControlPanel.CabinControlPanel.getEmergencyIndicator()
If active, represents that this cabin is in emergency mode
|
Indicator.EmergencyIndicator |
ControlPanel.MaintenanceControlPanel.getEmergencyModeIndicator()
If active, represents that the cabin is in emergency mode.
|
Modifier and Type | Method and Description |
---|---|
Indicator.EmergencyIndicator |
Indicator.EmergencyIndicator.setActive(boolean active)
Overrides super method in order to update representation when the light is changed.
|