public class EnvironmentSensor
extends java.lang.Object
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 interface |
EnvironmentSensor.EmergencyHardware
This empty interface label all emergency-indicative hardware
|
static class |
EnvironmentSensor.FireSensor
A basic fire detector
|
static interface |
EnvironmentSensor.HazardSensor
This empty interface label all hardware sensors actively tripped by the simulator
|
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
|
Constructor and Description |
---|
EnvironmentSensor() |