Class | Description |
---|---|
ContextDeliveryStrategy |
Create a context outside foodora to manager and execute strategyDelivery
|
FairOccupationDelivery |
Tend to give equally orders to all Couriers.
|
FastestDelivery |
Will give the order to the nearest courier.
|
StrategyDeliveryPolicy |
Abstract Class of the strategy Delivery
|