SelfServiceCheckOut |
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 |
appearance as argument number 2 |
(subclass VideoCheckOut SelfServiceCheckOut) | Hotel.kif 2218-2218 | |
(termFormat EnglishLanguage SelfServiceCheckOut "self-service check-out") | Hotel.kif 2209-2209 |
antecedent |
(=> (instance ?CHECK SelfServiceCheckOut) (exists (?AGENT) (and (agent ?CHECK ?AGENT) (not (instance ?AGENT Human))))) |
Hotel.kif 2211-2216 |