Serialized Form

  • Package edu.kit.aifb.atks.mensascraper.lib

    • Class edu.kit.aifb.atks.mensascraper.lib.MensaMeal

      class MensaMeal extends Object implements Serializable
      • Serialized Fields

        • additives
          List<String> additives
          List of additives / ingredients / allergens. See List of allergens.
        • carbs
          float carbs
          Amount of carbohydrates contained in the meal in grams (g).
        • co2Emissions
          float co2Emissions
          CO2 emissions of this meal in grams.
        • fat
          float fat
          Amount of fat contained in the meal in grams (g).
        • kcal
          float kcal
          Amount of energy of the meal in kcal.
        • line
          MensaLine line
          Counter inside the canteen offering this meal.
        • name
          String name
          Name of the meal.
        • price
          float price
          Price of the meal in Euros (€).
        • proteins
          float proteins
          Amount of proteins contained in the meal in grams (g).
        • salt
          float salt
          Amount of salt contained in the meal in grams (g).
        • saturated
          float saturated
          Amount of contained saturated fats in grams (g).
        • scoreAnimals
          short scoreAnimals
          Animal welfare rating of this meal (1-3 stars).
        • scoreCo2
          short scoreCo2
          Rating of emitted CO2 emissions of this meal (1-3 stars).
        • scoreRainforest
          short scoreRainforest
          Rainforest friendliness score of this meal (1-3 stars).
        • scoreWater
          short scoreWater
          Rating of water consumption of this meal (1-3 stars).
        • sugar
          float sugar
          Amount of sugar contained in the meal in grams (g).
        • type
          MensaMealType type
          Type of the meal.
        • waterConsumption
          float waterConsumption
          Water consumption of this meal in liters.
    • Exception Class edu.kit.aifb.atks.mensascraper.lib.MensaScraperException

      class MensaScraperException extends RuntimeException implements Serializable