Uses of Class
edu.kit.aifb.atks.mensascraper.lib.MensaMeal
-
Uses of MensaMeal in edu.kit.aifb.atks.mensascraper.lib
Methods in edu.kit.aifb.atks.mensascraper.lib that return MensaMealModifier and TypeMethodDescriptionMensaMeal.MensaMealBuilder.build()
MensaMeal.copy()
Create a deep-copy of this object.MensaMeal.withAdditives
(List<String> additives) List of additives / ingredients / allergens.MensaMeal.withCarbs
(float carbs) Amount of carbohydrates contained in the meal in grams (g).MensaMeal.withCo2Emissions
(float co2Emissions) CO2 emissions of this meal in grams.MensaMeal.withFat
(float fat) Amount of fat contained in the meal in grams (g).MensaMeal.withKcal
(float kcal) Amount of energy of the meal in kcal.Counter inside the canteen offering this meal.Name of the meal.MensaMeal.withPrice
(float price) Price of the meal in Euros (€).MensaMeal.withProteins
(float proteins) Amount of proteins contained in the meal in grams (g).MensaMeal.withSalt
(float salt) Amount of salt contained in the meal in grams (g).MensaMeal.withSaturated
(float saturated) Amount of contained saturated fats in grams (g).MensaMeal.withScoreAnimals
(short scoreAnimals) Animal welfare rating of this meal (1-3 stars).MensaMeal.withScoreCo2
(short scoreCo2) Rating of emitted CO2 emissions of this meal (1-3 stars).MensaMeal.withScoreRainforest
(short scoreRainforest) Rainforest friendliness score of this meal (1-3 stars).MensaMeal.withScoreWater
(short scoreWater) Rating of water consumption of this meal (1-3 stars).MensaMeal.withSugar
(float sugar) Amount of sugar contained in the meal in grams (g).MensaMeal.withType
(MensaMealType type) Type of the meal.MensaMeal.withWaterConsumption
(float waterConsumption) Water consumption of this meal in liters.Methods in edu.kit.aifb.atks.mensascraper.lib that return types with arguments of type MensaMealModifier and TypeMethodDescriptionKITMensaScraper.fetchMeals
(MensaLocation location, LocalDate day) Fetch list of meals for a given canteen and given day.