Interface Recipe


public interface Recipe
Author:
Miles Cushing (mcushing@wustl.edu)
  • Method Details

    • requiredAppliances

      List<Appliance> requiredAppliances()
    • prepare

      void prepare()