SelfServiceCheckOut(self-service check-out) |
appearance as argument number 1 |
(documentation SelfServiceCheckOut EnglishLanguage "SelfServiceCheckOut is a type of CheckOutService that does not involve interfacing with a Human. Instead, some automated process is put in place") | Hotel.kif 2206-2208 | |
(subclass SelfServiceCheckOut CheckOutService) | Hotel.kif 2205-2205 | Self-service check-out is a subclass of check-out service |
appearance as argument number 2 |
(subclass VideoCheckOut SelfServiceCheckOut) | Hotel.kif 2218-2218 | Video check-out is a subclass of self-service check-out |
(termFormat EnglishLanguage SelfServiceCheckOut "self-service check-out") | Hotel.kif 2209-2209 | Video check-out is a subclass of self-service check-out |
antecedent |
(=> (instance ?CHECK SelfServiceCheckOut) (exists (?AGENT) (and (agent ?CHECK ?AGENT) (not (instance ?AGENT Human))))) |
Hotel.kif 2211-2216 |
|