coffeemaker_espresso


Transition inputs and outputs

graph TD; recipe-coffeemaker_espresso(recipe: coffeemaker_espresso); instant_coffeen01(instant_coffee.n.01); watern06(water.n.06); espresson01(espresso.n.01); recipe-coffeemaker_espresso --> espresson01; instant_coffeen01 --> recipe-coffeemaker_espresso; watern06 --> recipe-coffeemaker_espresso;