See: Description
Interface | Description |
---|---|
Drawable | |
EnvironmentSensor.EmergencyHardware |
This empty interface label all emergency-indicative hardware
|
EnvironmentSensor.HazardSensor |
This empty interface label all hardware sensors actively tripped by the simulator
|
Class | Description |
---|---|
Buttons<T> |
A class representing the driver for physical buttons having boolean states to represent whether the button has been
pressed, and to represent whether the button is active lighted, and a generic data type to convey information.
|
EnvironmentSensor |
A wrapper for a number of different BooleanSensor implementations
|
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. |
EnvironmentSensor.BooleanSensor |
This represents the base system for any sensor utilizing boolean output.
|
EnvironmentSensor.CabinSpeedSensor |
A basic cabin speed sensor
|
EnvironmentSensor.CabinWeightSensor |
A basic cabin weight sensor
|
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 |
EnvironmentSensor.FireSensor |
A basic fire detector
|
EnvironmentSensor.MaxTolerance |
A basic dummy sensor schematic
|
EnvironmentSensor.MotorSensor |
Reports the state of the hoistway motor
|
EnvironmentSensor.VibrationSensor |
A basic vibration sensor
|
FiremanKeyhole |
Represents the driver for a physical fireman keyhole, having three states and placement data.
|
Indicator<T> |
Represents the basics for an indicator as an output device having some data and an active/inactive state
|
Indicator.ArrivalIndicator |
Represents the driver for a physical arrival indicator, to output the travel direction of a stopping cabin via
light and sound
|
Indicator.DataAndChime<D,C> |
Used as a way to enable storage of both data and audio in an @see#Indicator
|
Indicator.DoorIndicator |
Represents the driver for a physical door state indicator, to output when the cabin doors are open
|
Indicator.EmergencyIndicator |
Represents the driver for a physical emergency indicator, to output the given display and chime in case of
emergency
|
Indicator.FloorIndicator |
Represents the driver for a physical floor indicator, to output the current floor to cabin occupants
|
Enum | Description |
---|---|
EnvironmentSensor.MotorSensor.MotorState |
Represents the three possible states a Fireman Keyhole can be placed in and whether each state is indicative
of emergency operation: OFF, UP, DOWN
|
FiremanKeyhole.KeyState |
Represents the three possible states a Fireman Keyhole can be placed in and whether each state is indicative of
emergency operation: OFF, ON, HOLD_BYPASS
|