ComputerKeyboard_Generic |
appearance as argument number 1 |
(documentation ComputerKeyboard_Generic EnglishLanguage "A ComputerInputDevice for accepting typed input. This could be a keyboard with a typewriter layout, a cell phone keypad or any other similar device. It could be a keyboard displayed upon a ComputerScreen or be a physical Keyboard.") | ComputerInput.kif 165-168 | |
(subclass ComputerKeyboard_Generic ComputerInputDevice) | ComputerInput.kif 164-164 | ComputerKeyboard_Generic 是 电脑输入设备 的 subclass |
appearance as argument number 2 |
(disjoint ScrollWheel ComputerKeyboard_Generic) | ComputerInput.kif 410-410 | ScrollWheel 和 % 2 是 disjoint |
(subclass ComputerKeyboard ComputerKeyboard_Generic) | ComputerInput.kif 369-369 | ComputerKeyboard 是 ComputerKeyboard_Generic 的 subclass |
(subclass ComputerKeypad ComputerKeyboard_Generic) | ComputerInput.kif 377-377 | ComputerKeypad 是 ComputerKeyboard_Generic 的 subclass |
(subclass ComputerTouchscreenKeyboard ComputerKeyboard_Generic) | ComputerInput.kif 449-449 | ComputerTouchscreenKeyboard 是 ComputerKeyboard_Generic 的 subclass |
(termFormat EnglishLanguage ComputerKeyboard_Generic "generic computer keyboard") | domainEnglishFormat.kif 64679-64679 | |
(typicalPart ComputerKeyboardKey ComputerKeyboard_Generic) | ComputerInput.kif 247-247 | ComputerKeyboardKey typically 是 ComputerKeyboard_Generic 的 part |
antecedent |
(=> (and (instance ?KEY ComputerKeyboardKey) (instance ?KEYBOARD1 ComputerKeyboard_Generic) (component ?KEY ?KEYBOARD1) (instance ?KEYBOARD2 ComputerKeyboard_Generic) (component ?KEY ?KEYBOARD2)) (equal ?KEYBOARD1 ?KEYBOARD2)) |
ComputerInput.kif 251-258 | |
(=> (instance ?KEYBOARD ComputerKeyboard_Generic) (exists (?KEY) (and (instance ?KEY ComputerKeyboardKey) (component ?KEY ?KEYBOARD)))) |
ComputerInput.kif 262-267 |
|