![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| SelfServiceCheckIn(self-service check-in) |
| appearance as argument number 1 |
|
|
| (subclass SelfServiceCheckIn CheckInService) | Hotel.kif 2186-2186 | Self-service check-in is a subclass of check-in service |
| (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 2187-2189 | Self-service check-in is a subclass of check-in service |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage SelfServiceCheckIn "self-service check-in") | Hotel.kif 2190-2190 |
| antecedent |
|
|
| (=> (instance ?CHECK SelfServiceCheckIn) (exists (?AGENT) (and (agent ?CHECK ?AGENT) (not (instance ?AGENT Human))))) |
Hotel.kif 2192-2197 | If X is an instance of self-service check-in, then there exists Y such that Y is an agent of X and Y is not an instance of human |