Class Station
java.lang.Object
com.devcharles.piazzapanic.utility.Station
Helper class for storing station recipes and
Station.StationType
of the
current station.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Named enumeration of the station types. -
Field Summary
Modifier and TypeFieldDescriptionMaps the stationType to recipes available to that station. -
Constructor Summary
-
Method Summary
-
Field Details
-
type
-
grillRecipes
-
cuttingBoardRecipes
-
serveRecipes
-
recipeMap
public static Map<Station.StationType,HashMap<FoodComponent.FoodType, recipeMapFoodComponent.FoodType>> Maps the stationType to recipes available to that station. This avoids excessive branching.
-
-
Constructor Details
-
Station
public Station()
-