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
|
Class and Description |
---|
Buttons
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.
|
Drawable |
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.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.ArrivalIndicator
Represents the driver for a physical arrival indicator, to output the travel direction of a stopping cabin via
light and sound
|
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
|
Class and Description |
---|
Buttons
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.
|
Drawable |
EnvironmentSensor
A wrapper for a number of different BooleanSensor implementations
|
EnvironmentSensor.BooleanSensor
This represents the base system for any sensor utilizing boolean output.
|
EnvironmentSensor.EmergencyHardware
This empty interface label all emergency-indicative hardware
|
EnvironmentSensor.HazardSensor
This empty interface label all hardware sensors actively tripped by the simulator
|
EnvironmentSensor.MaxTolerance
A basic dummy sensor schematic
|
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
Represents the driver for a physical fireman keyhole, having three states and placement data.
|
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
|
Indicator
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.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
|