![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| allRoomsPolicy |
| appearance as argument number 1 |
|
|
| (instance allRoomsPolicy BinaryPredicate) | Hotel.kif 225-225 | room policy in all rooms is an instance of binary predicate |
| (documentation allRoomsPolicy EnglishLanguage "(allRoomsPolicy ?INV ?POLICY) means that all rooms in RoomInventory ?INV have roomPolicy ?POLICY") | Hotel.kif 226-227 | room policy in all rooms is an instance of binary predicate |
| (domain allRoomsPolicy 1 RoomInventory) | Hotel.kif 230-230 | The number 1 argument of room policy in all rooms is an instance of room inventory |
| (domain allRoomsPolicy 2 Policy) | Hotel.kif 231-231 | The number 2 argument of room policy in all rooms is an instance of policy |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage allRoomsPolicy "room policy in all rooms") | Hotel.kif 228-228 | |
| (format EnglishLanguage allRoomsPolicy "all rooms in %1 have policy %2") | domainEnglishFormat.kif 2772-2772 | |
| (format ChineseTraditionalLanguage allRoomsPolicy "所有房間在 %1 有政策 %2 ") | domainEnglishFormat.kif 2773-2773 | |
| (format ChineseLanguage allRoomsPolicy "所有房间在 %1 有政策 %2 ") | domainEnglishFormat.kif 2774-2774 |
| antecedent |
|
|
| (=> (allRoomsPolicy ?INV ?POLICY) (forall (?X) (=> (memberType ?INV ?X) (roomPolicy ?X ?POLICY)))) |
Hotel.kif 233-238 | If all rooms in X have policy Y, then For all HotelUnit Z: if Z is a member type of X, then Y is a policy that applies to Z |