Package | Description |
---|---|
Core | |
DeliveryStrategy |
Modifier and Type | Method and Description |
---|---|
Customer |
MyFoodora.getCustomerByOrder(Order o) |
Modifier and Type | Method and Description |
---|---|
ListUser<Customer> |
MyFoodora.getListCustomer() |
Modifier and Type | Method and Description |
---|---|
void |
MyFoodora.addCustomer(Customer c) |
Modifier and Type | Method and Description |
---|---|
void |
MyFoodora.setListCustomer(ListUser<Customer> listCustomer) |
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) |