RoomInventory(room inventory) |
appearance as argument number 1 |
(documentation RoomInventory EnglishLanguage "RoomInventory is the Collection of HotelUnit that a TravelerAccommodation has in one PropertyFn") | Hotel.kif 139-140 | |
(subclass RoomInventory Collection) | Hotel.kif 138-138 | Room inventory is a subclass of collection |
appearance as argument number 2 |
(termFormat EnglishLanguage RoomInventory "room inventory") | Hotel.kif 141-141 |
appearance as argument number 3 |
antecedent |
(=> (and (element ?X (PropertyFn ?HOTEL)) (instance ?X RoomInventory)) (forall (?Y) (=> (member ?Y ?X) (element ?Y (PropertyFn ?HOTEL))))) |
Hotel.kif 147-154 |
|
(=> (instance ?X RoomInventory) (memberType ?X HotelUnit)) |
Hotel.kif 143-145 |
|