Interface Elevator

  • All Superinterfaces:
    Stoppable

    public interface Elevator
    extends Stoppable
    Represents an elevator mechanism which moves up and down.
    • Method Detail

      • setHeight

        void setHeight​(double height)
        Parameters:
        height - the height of the elevator carrage in units.
      • getHeight

        double getHeight()
        Returns:
        the height of the eleveator carrage in units.