Uses of Class
no.ntnu.idatt1002.demo.data.recipes.RecipeRegister
Packages that use RecipeRegister
-
Uses of RecipeRegister in no.ntnu.idatt1002.demo.data.recipes
Methods in no.ntnu.idatt1002.demo.data.recipes that return RecipeRegisterModifier and TypeMethodDescriptionstatic RecipeRegister
FileHandler.readRecipeRegister
(String fileDestination) The method reads a recipe register from file and returns the recipe register object.Methods in no.ntnu.idatt1002.demo.data.recipes with parameters of type RecipeRegisterModifier and TypeMethodDescriptionstatic void
FileHandler.writeRegister
(RecipeRegister recipeRegister, String fileDestination) The method takes a RecipeRegister object and a String as parameters.