SelfServiceCheckIn
|
|
appearance as argument number 1 |
(documentation SelfServiceCheckIn EnglishLanguage "SelfServiceCheckIn is a type of CheckInService that does not involve interfacing with a Human. Instead, some automated process is put in place") | Hotel.kif 2169-2171 | |
(subclass SelfServiceCheckIn CheckInService) | Hotel.kif 2168-2168 | SelfServiceCheckIn e' uma sub-classe de CheckInService |
appearance as argument number 2 |
(termFormat EnglishLanguage SelfServiceCheckIn "self-service check-in") | Hotel.kif 2172-2172 |
antecedent |
(=> (instance ?CHECK SelfServiceCheckIn) (exists (?AGENT) (and (agent ?CHECK ?AGENT) (not (instance ?AGENT Human))))) |
Hotel.kif 2174-2179 |
|