Class Summary |
Customer |
Definition of a pizza online shop customer |
Ingredient |
Class to represent an ingredient of a pizza. |
IngredientList |
This class represents the list of pizza ingredients. |
Order |
This class represents a full pizza order including
the base pizza, additional ingredients and the delivery
address |
PersonalPizza |
This class represents a personalized pizza including
the base pizza and some additional ingredients. |
Pizza |
This class to represents a base pizza withou any
ingredients. |
PizzaAccessor |
ne
Class declaration |
PizzaBinder |
Factory class for generic objects |
PizzaList |
This class represents a list of different pizza. |
This package contains all models for the Pizza Online Shop
Model-View-Controller architecture (see also constants package
and controller package).