![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| SelfServiceCheckOut(self-service check-out) |
| appearance as argument number 1 |
|
|
| (subclass SelfServiceCheckOut CheckOutService) | Hotel.kif 2223-2223 | Self-service check-out is a subclass of check-out service |
| (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 2224-2226 | Self-service check-out is a subclass of check-out service |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage SelfServiceCheckOut "self-service check-out") | Hotel.kif 2227-2227 | |
| (subclass VideoCheckOut SelfServiceCheckOut) | Hotel.kif 2236-2236 | 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 2229-2234 | If X is an instance of self-service check-out, then there exists Y such that Y is an agent of X and Y is not an instance of human |