package mi.hdm.recipes; public interface RecipeComponent { String getName(); NutritionTable getNutritionTable(); Measurement getMeasurement(); }