Uses of Interface
interfaces.ControllerForElevator

Packages that use ControllerForElevator
interfaces   
models   
 

Uses of ControllerForElevator in interfaces
 

Methods in interfaces with parameters of type ControllerForElevator
 void ElevatorSpecification.installController(ControllerForElevator controller)
          Update the lift controller component - intended to be done by an engineer
 

Uses of ControllerForElevator in models
 

Classes in models that implement ControllerForElevator
 class EmergencyController
          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.
 class ImprovedStupidController
          The stupid controller ensures that the elevator moves from bottom to top to bottom ...
 class StupidController
          The stupid controller ensures that the elevator moves from bottom to top to bottom ...
 

Methods in models with parameters of type ControllerForElevator
 void Elevator.installController(ControllerForElevator controller)