![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
GameIODeviceWithAccelerometer
|
|
|
| appearance as argument number 1 |
|
|
| (subclass GameIODeviceWithAccelerometer GameIODevice) | ComputerInput.kif 649-649 | Game I/O device with accelerometer is a subclass of game I/O device |
| (documentation GameIODeviceWithAccelerometer EnglishLanguage "A type of GameIODevice designed to be moved in three dimensions to detect sorts of motion used in sports and other physical activities.") | ComputerInput.kif 651-653 | Game I/O device with accelerometer is a subclass of game I/O device |
| (partTypes GameIODeviceWithAccelerometer Accelerometer) | ComputerInput.kif 655-655 | Every game I/O device with accelerometer is a part of a accelerometer |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage GameIODeviceWithAccelerometer "game I/O device with accelerometer") | domainEnglishFormat.kif 64928-64928 |
| consequent |
|
|
| (=> (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 |