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 |
---|---|
java.util.List<EnvironmentSensor> |
ControlPanel.MaintenanceControlPanel.getSensors()
A list of all the sensors connected to the elevator system, in order to display their status
|
Modifier and Type | Class and Description |
---|---|
static class |
EnvironmentSensor.AlignmentSensor
Represents the alignment of the cabin at a landing utilizing BooleanSensor conditions normal as no cabin
present
.reset() represents the alignment sensor turning off .trigger() represents the alignment sensor turning on .isAligned() returns true if the elevator is aligned at this Alignment Sensor's floor. |
static class |
EnvironmentSensor.BooleanSensor
This represents the base system for any sensor utilizing boolean output.
|
static class |
EnvironmentSensor.CabinSpeedSensor
A basic cabin speed sensor
|
static class |
EnvironmentSensor.CabinWeightSensor
A basic cabin weight sensor
|
static class |
EnvironmentSensor.DoorSensor
Represents the state of the doors of the cabin utilizing BooleanSensor conditions normal as doors closed
.trigger() represents the door having been opened .reset() represents the door having been closed |
static class |
EnvironmentSensor.FireSensor
A basic fire detector
|
static class |
EnvironmentSensor.MaxTolerance
A basic dummy sensor schematic
|
static class |
EnvironmentSensor.MotorSensor
Reports the state of the hoistway motor
|
static class |
EnvironmentSensor.VibrationSensor
A basic vibration sensor
|
Modifier and Type | Method and Description |
---|---|
EnvironmentSensor |
EnvironmentSensor.MotorSensor.setStatus(EnvironmentSensor.MotorSensor.MotorState state) |