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.ArrivalIndicator |
ControlPanel.MaintenanceControlPanel.getCurrDirDownIndicator()
If active, represents that this cabin is traveling down
|
Indicator.ArrivalIndicator |
ControlPanel.FloorControlPanel.getCurrDirDownIndicator()
If active, when cabin opens doors on a floor, represents that the cabin is traveling down
|
Indicator.ArrivalIndicator |
ControlPanel.MaintenanceControlPanel.getCurrDirUpIndicator()
If active, represents that the cabin is traveling up
|
Indicator.ArrivalIndicator |
ControlPanel.FloorControlPanel.getCurrDirUpIndicator()
If active, when cabin opens doors on a floor, represents that the cabin is traveling up
|
Indicator.ArrivalIndicator |
ControlPanel.CabinControlPanel.getDownIndicator()
If active, when cabin opens doors on a floor, represents that this cabin is traveling down
|
Indicator.ArrivalIndicator |
ControlPanel.CabinControlPanel.getUpIndicator()
If active, when cabin opens doors on a floor, represents that this cabin is traveling up
|
Modifier and Type | Method and Description |
---|---|
Indicator.ArrivalIndicator |
Indicator.ArrivalIndicator.setActive(boolean active)
Overrides super method in order to update representation when the light is changed.
|