Use-Case Diagram of Elevator System Low-Level Design (LLD)

Below is the use case diagram for the Elevator Low-Level Design(LLD)

Elevator System Low-Level Design (LLD)

Elevator System is one of the famous Low-Level Design(LLD) problems being asked in interviews. We are here going to discuss this problem along with its requirements, use-cases diagram, class diagram and implementation.


Important Topics for Elevator System Low-Level Design (LLD)

  • Requirements of Elevator System Low-Level Design (LLD)
  • Use-Case Diagram of Elevator System Low-Level Design (LLD)
  • Class Diagram of Elevator System Low-Level Design (LLD)
  • Relationship between classes
  • Implementation of the Elevator System Low-Level Design (LLD)
  • Performance Optimization of Elevator System Low-Level Design (LLD)

Similar Reads

Requirements of Elevator System Low-Level Design (LLD)

Elevators and Floors: The system shall include 3 elevator cars. The elevators will service a building that has up to 15 floors.Elevator Movement: Elevators shall be capable of moving up, moving down, or remaining idle.Elevator Door Operation: Elevator doors shall open only when the elevator is idle and not in motion.Floor Access: Each elevator shall be capable of stopping at every floor in the building.Outside Control Panel: An external panel with up and down buttons shall be available on each floor to call an elevator.Inside Control Panel: Inside each elevator, a control panel with buttons for all floors and door operation (open/close) shall be provided.Displays: Each elevator shall have internal and external displays. External displays shall indicate the current floor and the direction of movement. Internal displays shall show the current floor, the direction of movement, and the elevator’s capacity.Floor Panels and Displays: Each floor shall have a panel with buttons for calling elevators and displays indicating the status of each elevator.Passenger Directions: The system shall accommodate multiple passengers going to different floors and in different directions simultaneously.Elevator System Control: The system shall manage elevator movement, door operations, and monitor elevator statuses.Smart Dispatch System: Upon a passenger calling for an elevator, the system shall intelligently assign the most suitable elevator based on its current location and trajectory.Capacity: Each elevator shall have a maximum capacity of eight people or 680 kilograms.Maximum Number of Elevators: The building shall be equipped with up to three elevators to service all floors....

Use-Case Diagram of Elevator System Low-Level Design (LLD)

Below is the use case diagram for the Elevator Low-Level Design(LLD)...

Class Diagram of Elevator System Low-Level Design (LLD)

1. Enums are being used in this problem:...

Relationship between classes

Solid diamond arrow representing composition and hollow diamond representing aggregation....

Implementation of the Elevator System Low-Level Design (LLD)

1. Project Folder Structure...

Performance Optimization of Elevator System Low-Level Design (LLD)

1. Efficient Scheduling Algorithms...

Contact Us