withaspirit / Elevator-Simulation

Elevator System Simulation project
1 stars 1 forks source link

RequestQueue with ServiceRequests #193

Closed withaspirit closed 2 years ago

withaspirit commented 2 years ago

This PR is a backup plan I made for if we eventually need RequestQueue to have ServiceRequests. It does not have to be integrated.

The ServiceRequests are sorted by floorNumber. This was done by having ServiceRequest implement Comparable, which also makes its children Comparable.

Changes

Benefits

Tests