Package | Description |
---|---|
Cli | |
Commands | |
Item | |
test | |
User |
Modifier and Type | Method and Description |
---|---|
abstract void |
Command.execute(java.util.ArrayList<java.lang.String> arguments,
MyFoodora foodora,
ActiveUserContext activeUser) |
Modifier and Type | Method and Description |
---|---|
void |
CreateMeal.execute(java.util.ArrayList<java.lang.String> arg,
MyFoodora foodora,
ActiveUserContext activeUser) |
Modifier and Type | Method and Description |
---|---|
Meal |
FactoryMeal.createMeal(java.lang.String nameOfMeal,
java.lang.String typeOfMeal) |
Modifier and Type | Method and Description |
---|---|
void |
TestItem.testAddDish() |
void |
TestRestaurant.testAddMeal() |
void |
TestItem.testCreateFullMeal() |
void |
TestItem.testCreateHalfMeal() |
void |
TestOrder.testGetPrice() |
void |
TestRestaurant.testGetSortListOfHalfMeal() |
void |
TestOffers.testInFoodora() |
void |
TestOffers.testNotifyObservers() |
void |
TestItem.testRemoveDish() |
void |
TestRestaurant.testRemoveMeal() |
void |
TestRestaurant.testSetMealOfTheWeek() |
Modifier and Type | Method and Description |
---|---|
void |
Restaurant.addMeal(java.lang.String nameOfMeal,
java.lang.String typeOfMeal,
java.util.ArrayList<Dish> listOfDish)
SETTERS
|
Meal |
Restaurant.createMeal(java.lang.String nameOfMeal,
java.lang.String typeOfMeal) |