SetMenu(set menu) | prix_fixe |
appearance as argument number 1 |
(documentation SetMenu EnglishLanguage "a SetMenu is a type of Menu that contains a specific set of prepared food which is all served and is given one price") | Dining.kif 185-186 | |
(subclass SetMenu Menu) | Dining.kif 184-184 | Set menu is a subclass of menu |
appearance as argument number 2 |
(termFormat EnglishLanguage SetMenu "set menu") | Dining.kif 187-187 |
antecedent |
(=> (and (instance ?MENU SetMenu) (offers ?AGENT ?MENU) (catalogItem ?CLASS ?MENU) (subclass ?CLASS PreparedFood) (instance ?X ?VLASS) (instance ?Y ?CLASS) (not (equal ?X ?Y)) (price ?X ?PRICE1 ?AGENT1) (price ?Y ?PRICE2 ?AGENT2)) (equal ?PRICE1 ?PRICE2)) |
Dining.kif 189-201 |
|