![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
GameIODevice
|
|
|
| appearance as argument number 1 |
|
|
| (subclass GameIODevice ComputerIODevice) | ComputerInput.kif 631-631 | Game I/O device is a subclass of computer I/O device |
| (documentation GameIODevice EnglishLanguage "A type of ComputerIODevice designed for playing video games.") | ComputerInput.kif 633-634 | Game I/O device is a subclass of computer I/O device |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?DEVICE GameIODevice) (instance ?ACCELEROMETER Accelerometer) (component ?ACCELEROMETER ?DEVICE)) (instance ?DEVICE GameIODeviceWithAccelerometer)) |
ComputerInput.kif 657-662 | If X is an instance of game I/O device, Y is an instance of accelerometer, and Y is a component of X, then X is an instance of game I/O device with accelerometer |