checkOutTime |
appearance as argument number 1 |
(documentation checkOutTime EnglishLanguage "(checkOutTime ?HOTEL ?TIME) means that TravelerAccommodation ?HOTEL expects guests to CheckOutService before ?TIME") | Hotel.kif 678-679 | |
(domain checkOutTime 1 CognitiveAgent) | Hotel.kif 681-681 | The number 1 argument of check-out time is an instance of cognitive agent |
(domain checkOutTime 2 TimePoint) | Hotel.kif 682-682 | The number 2 argument of check-out time is an instance of time point |
(instance checkOutTime BinaryPredicate) | Hotel.kif 677-677 | check-out time is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage checkOutTime "其必須在 %2 之前 在 %1 check out ") | domainEnglishFormat.kif 2978-2978 | |
(format ChineseTraditionalLanguage checkOutTime "其必須在 %2 之前 在 %1 check out ") | domainEnglishFormat.kif 2977-2977 | |
(format EnglishLanguage checkOutTime "one must check out before %2 at %1") | domainEnglishFormat.kif 2976-2976 | |
(termFormat EnglishLanguage checkOutTime "check-out time") | Hotel.kif 680-680 |
antecedent |
(=> (and (checkOutTime ?HOTEL ?TIME) (guest ?GUEST ?HOTEL)) (expects ?HOTEL (exists (?T ?C) (and (instance ?T ?TIME) (patient ?C ?GUEST) (instance ?C CheckOutService) (agent ?C ?HOTEL) (before (BeginFn (WhenFn ?C)) ?T))))) |
Hotel.kif 684-695 |
|