milkshake_1
Input Synsets
Machine Synsets
Name |
State |
Definition |
blender.n.01 |
Matched |
an electrically powered mixer with whirling blades that mix or chop or liquefy foods |
Output Synsets
Name |
State |
Definition |
milkshake.n.01 |
Substance |
frothy drink of milk and flavoring and sometimes fruit or ice cream |
Transition Graph
graph TD;
recipe-milkshake_1(recipe: milkshake_1);
chocolate_saucen01(chocolate_sauce.n.01);
scoop_of_ice_creamn01(scoop_of_ice_cream.n.01);
whole_milkn01(whole_milk.n.01);
blendern01(blender.n.01);
milkshaken01(milkshake.n.01);
recipe-milkshake_1 --> milkshaken01;
chocolate_saucen01 --> recipe-milkshake_1;
scoop_of_ice_creamn01 --> recipe-milkshake_1;
whole_milkn01 --> recipe-milkshake_1;
blendern01 --> recipe-milkshake_1;