- setActive(boolean) - Method in class io.elevator.components.Indicator.ArrivalIndicator
-
Overrides super method in order to update representation when the light is changed.
- setActive(boolean) - Method in class io.elevator.components.Indicator.EmergencyIndicator
-
Overrides super method in order to update representation when the light is changed.
- setActive(boolean) - Method in class io.elevator.components.Indicator
-
- setData(Integer) - Method in class io.elevator.components.Indicator.FloorIndicator
-
- setFloorIndicators(List<Object>) - Method in class io.elevator.building.Hoistway
-
Sets the FloorIndicator references to update on cabin floor change.
Thank Anna for this one, I was going to let you figure it out as software
- setImageView(ImageView) - Method in class io.elevator.building.ControlPanel.FloorControlPanel
-
- setImageView(ImageView) - Method in class io.elevator.components.Buttons
-
- setImageView(ImageView) - Method in interface io.elevator.components.Drawable
-
Sets the reference to an object of type ImageView into which this Drawable should store its representation.
- setImageView(ImageView) - Method in class io.elevator.components.FiremanKeyhole
-
- setImageView(ImageView) - Method in class io.elevator.components.Indicator.ArrivalIndicator
-
Set the ImageView of this object so it can update its own display.
- setImageView(ImageView) - Method in class io.elevator.components.Indicator.EmergencyIndicator
-
Set the ImageView of this object so it can update its own display.
- setLit(boolean) - Method in class io.elevator.components.Buttons
-
Used to set the light status of a button
- setLit() - Method in class io.elevator.components.Buttons
-
Used to toggle the light status of a button
- setMCPDoorIndicator(ControlPanel.MaintenanceControlPanel) - Method in class io.elevator.building.ControlPanel.CabinControlPanel
-
Sets the MaintenanceControlPanel DoorIndicator reference for update on DoorSensor change.
Thank Anna for this one, I was going to let you figure it out as software
- setPressed(boolean) - Method in class io.elevator.components.Buttons
-
Used to set the pressed status of a button
- setState(FiremanKeyhole.KeyState) - Method in class io.elevator.components.FiremanKeyhole
-
- setStatus(EnvironmentSensor.MotorSensor.MotorState) - Method in class io.elevator.components.EnvironmentSensor.MotorSensor
-
- setText(Text) - Method in class io.elevator.components.Indicator.FloorIndicator
-
Sets the javafx Text representation
- SimShell(long, Building, long, long, long, boolean) - Constructor for class io.elevator.simulator.Simulator.SimShell
-
- Simulator - Class in io.elevator.simulator
-
- Simulator(Building, long, long, long, boolean) - Constructor for class io.elevator.simulator.Simulator
-
- Simulator.DemoSim - Class in io.elevator.simulator
-
A simple demo of elevator moving
- Simulator.SimShell - Class in io.elevator.simulator
-
- start(Stage) - Method in class io.elevator.main.architecture.ExampleCode
-
Because javafx
- start(Stage) - Method in class io.elevator.main.ElevatorSimulator
-
BuildingControl and Simulator threads are launched from the GUI thread to avoid overlap issues
- stopCabin() - Method in class io.elevator.building.Hoistway
-
Signals the motor to stop