Package | Description |
---|---|
io.elevator.components |
The components package encompasses drivers for physical external components (hardware) and some necessary linkages
|
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.CabinSpeedSensor
A basic cabin speed sensor
|
static class |
EnvironmentSensor.CabinWeightSensor
A basic cabin weight sensor
|
static class |
EnvironmentSensor.FireSensor
A basic fire detector
|
static class |
EnvironmentSensor.VibrationSensor
A basic vibration sensor
|