Use Case Description
- Use Case name: Dispatch Elevator abstract use case
- Summary:
- Dependency
- Actor:
- Precondition:@Elevator is at a floor with the door open.
- Description:@@
- The system determines in which direction the system should move in order to service the next request. The system commands the elevator door to close. After the door has closed, the system commands the motor to start moving the elevator, either up or down.
- Alternatives:
- If the elevator is at a floor and there is no new floor to move to, the elevator stays at the current floor, with the door open.
- Postcondition:@Elevator is moving in the commanded direction.