Package | Description |
---|---|
Core | |
DeliveryStrategy |
Modifier and Type | Method and Description |
---|---|
ListUser<Courier> |
MyFoodora.getListCourier() |
ListUser<Courier> |
MyFoodora.getListCourierOrdered(java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
void |
MyFoodora.addCourier(Courier c) |
Modifier and Type | Method and Description |
---|---|
void |
MyFoodora.setListCourier(ListUser<Courier> listCourier) |
Modifier and Type | Method and Description |
---|---|
abstract Courier |
StrategyDeliveryPolicy.chooseCourier(Restaurant restaurant,
Customer c,
java.util.ArrayList<Courier> listOfCourier) |
Courier |
FastestDelivery.chooseCourier(Restaurant restaurant,
Customer c,
java.util.ArrayList<Courier> listOfCourier) |
Courier |
FairOccupationDelivery.chooseCourier(Restaurant restaurant,
Customer customer,
java.util.ArrayList<Courier> listOfCourier) |
Modifier and Type | Method and Description |
---|---|
abstract Courier |
StrategyDeliveryPolicy.chooseCourier(Restaurant restaurant,
Customer c,
java.util.ArrayList<Courier> listOfCourier) |
Courier |
FastestDelivery.chooseCourier(Restaurant restaurant,
Customer c,
java.util.ArrayList<Courier> listOfCourier) |
Courier |
FairOccupationDelivery.chooseCourier(Restaurant restaurant,
Customer customer,
java.util.ArrayList<Courier> listOfCourier) |