![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
RoomInventory
|
|
|
| appearance as argument number 1 |
|
|
| (subclass RoomInventory CollectionOfObjects) | Hotel.kif 138-138 | Room inventory is a subclass of collection |
| (documentation RoomInventory EnglishLanguage "RoomInventory is the Collection of HotelUnit that a TravelerAccommodation has in one PropertyFn") | Hotel.kif 139-140 | 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 |
|
|
| (=> (instance ?X RoomInventory) (memberType ?X HotelUnit)) |
Hotel.kif 143-145 | If X is an instance of room inventory, then hotel unit is a member type of X |
| (=> (and (element ?X (PropertyFn ?HOTEL)) (instance ?X RoomInventory)) (forall (?Y) (=> (member ?Y ?X) (element ?Y (PropertyFn ?HOTEL))))) |
Hotel.kif 147-154 | If X is an element of belongings of Y and X is an instance of room inventory, then For all Physical Z: if Z is a member of X, then Z is an element of belongings of Y |