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.FloorIndicator |
ControlPanel.MaintenanceControlPanel.getCurrFloorIndicator()
If active, displays the current or next landing the cabin is stopped at or passing
|
Indicator.FloorIndicator |
ControlPanel.CabinControlPanel.getFloorIndicator()
If active, displays the current or next landing the cabin is stopped at or passing
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Indicator.FloorIndicator> |
Hoistway.getFloorIndicators() |
Modifier and Type | Method and Description |
---|---|
Indicator.FloorIndicator |
Indicator.FloorIndicator.decrement()
Decrements this Floor Indicator
|
Indicator.FloorIndicator |
Indicator.FloorIndicator.increment()
Increments this Floor Indicator
|
Indicator.FloorIndicator |
Indicator.FloorIndicator.realign(java.lang.Integer data)
Realigns this Floor Indicator
|
Indicator.FloorIndicator |
Indicator.FloorIndicator.setData(java.lang.Integer data) |
Indicator.FloorIndicator |
Indicator.FloorIndicator.setText(javafx.scene.text.Text data)
Sets the javafx Text representation
|
Indicator.FloorIndicator |
Indicator.FloorIndicator.update()
Updates the javafx Text representation
|