- FactoryDish - Class in Item
-
This factory allow us to create generic type of food as we want to,
it's then easy to add a Drink category if we want to.
- FactoryDish() - Constructor for class Item.FactoryDish
-
- FactoryMeal - Class in Item
-
This Factory allow Restaurant to create generic Meals.
- FactoryMeal() - Constructor for class Item.FactoryMeal
-
- FactoryUserFactory - Class in UserFactoryPattern
-
Context to use user factories.
- FactoryUserFactory() - Constructor for class UserFactoryPattern.FactoryUserFactory
-
- FairOccupationDelivery - Class in DeliveryStrategy
-
Tend to give equally orders to all Couriers.
- FairOccupationDelivery() - Constructor for class DeliveryStrategy.FairOccupationDelivery
-
- FastestDelivery - Class in DeliveryStrategy
-
Will give the order to the nearest courier.
- FastestDelivery() - Constructor for class DeliveryStrategy.FastestDelivery
-
- FidelityCard - Class in Cards
-
FidelityCard abstract class.
- FidelityCard() - Constructor for class Cards.FidelityCard
-
- finalize() - Method in class Order.Order
-
CUSTOM
- finalize(MyFoodora) - Method in class Order.Order
-
- finalize(MyFoodora, Date) - Method in class Order.Order
-
- FindDeliverer - Class in Commands
-
- FindDeliverer() - Constructor for class Commands.FindDeliverer
-
- fromStr(String) - Static method in class Others.Adress
-
- FullMeal - Class in Item
-
Type of full meal containing starter, mainDish and dessert.
- FullMeal(String, String) - Constructor for class Item.FullMeal
-