- data() - Method in class io.elevator.components.Indicator
-
- DataAndChime(D, List<C>) - Constructor for class io.elevator.components.Indicator.DataAndChime
-
Sets up a data holder to have data and a List of chimes
- DataAndChime(D, C) - Constructor for class io.elevator.components.Indicator.DataAndChime
-
Sets up a data holder to have data and a single chime.
- decrement() - Method in class io.elevator.components.Indicator.FloorIndicator
-
Decrements this Floor Indicator
- DemoSim(Building, long) - Constructor for class io.elevator.simulator.Simulator.DemoSim
-
- direction - Variable in enum io.elevator.components.EnvironmentSensor.MotorSensor.MotorState
-
- DoorClosedException - Class in io.elevator.exception
-
- DoorClosedException() - Constructor for class io.elevator.exception.DoorClosedException
-
- DoorIndicator() - Constructor for class io.elevator.components.Indicator.DoorIndicator
-
A DoorIndicator is created as having no data, and relies on operational state
- DoorSensor() - Constructor for class io.elevator.components.EnvironmentSensor.DoorSensor
-
- doorsOpen() - Method in class io.elevator.components.EnvironmentSensor.DoorSensor
-
Reports whether the doors of the cabin are open
- DOWN - Static variable in class io.elevator.components.Buttons
-
- Drawable - Interface in io.elevator.components
-