Package | Description |
---|---|
Item | |
Offers | |
Order | |
User |
Class and Description |
---|
Dish
Dish are basic item, they are mixed to create meal but Customers
are able to chose them.
|
Item
An item is an abstraction of a meal or a dish.
|
Meal
This Meal class is created by the use of a pattern given in the constructor of
subClasses, this pattern must consist on an array, each case contain an obligatory
typeOfMeal (starter,mainDish...), if the user have the choice between two typeOfMeal
it can be implemented by using a subArray.
|
VisitablePrice |
VisitorPrice |
Class and Description |
---|
Meal
This Meal class is created by the use of a pattern given in the constructor of
subClasses, this pattern must consist on an array, each case contain an obligatory
typeOfMeal (starter,mainDish...), if the user have the choice between two typeOfMeal
it can be implemented by using a subArray.
|
Class and Description |
---|
Dish
Dish are basic item, they are mixed to create meal but Customers
are able to chose them.
|
Meal
This Meal class is created by the use of a pattern given in the constructor of
subClasses, this pattern must consist on an array, each case contain an obligatory
typeOfMeal (starter,mainDish...), if the user have the choice between two typeOfMeal
it can be implemented by using a subArray.
|
Class and Description |
---|
Dish
Dish are basic item, they are mixed to create meal but Customers
are able to chose them.
|
HalfMeal
Type oh half meal contains MainDish and either starter or dessert.
|
Item
An item is an abstraction of a meal or a dish.
|
Meal
This Meal class is created by the use of a pattern given in the constructor of
subClasses, this pattern must consist on an array, each case contain an obligatory
typeOfMeal (starter,mainDish...), if the user have the choice between two typeOfMeal
it can be implemented by using a subArray.
|