B C D E F G H I M N P R S T U V

E

Elevator - Class in models
 
Elevator(int) - Constructor for class models.Elevator
 
ElevatorForController - Interface in interfaces
The interface provided by the Elevator to the Controller allowing it to read the current state of the elevator system (see ElevatorSpecification)
ElevatorForUsers - Interface in interfaces
The interface offered by the elevator to the users (see ElevatorSpecification)
ElevatorSpecification - Interface in interfaces
The Elevator code was developed as a sample solution to a lift problem given to the MSc SAI students in module CSC7003 - Basics of Software Engineering
The elevator must offer 2 interfaces: To the controller (specified by ElevatorForController) To the users (specified by ElevatorForUsers) It also provides a means of changing the logic controller
EmergencyController - Class in models
The behaviour of an elevator when there is an emergency to be managed:
the elevator must always stay at the current floor and stop at the next floor if already moving.
EmergencyController() - Constructor for class models.EmergencyController
 

B C D E F G H I M N P R S T U V