Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - ComputerInputDevice
ComputerInputDevice

appearance as argument number 1
-------------------------


(documentation ComputerInputDevice EnglishLanguage "A peripheral device that generates input for the computer such as a keyboard, scanner, or mouse.") QoSontology.kif 469-470
(subclass ComputerInputDevice ComputerHardware) QoSontology.kif 468-468 ComputerInputDeviceComputerHardwaresubclass では

appearance as argument number 2
-------------------------


(subclass ComputerIODevice ComputerInputDevice) ComputerInput.kif 119-119 ComputerIODeviceComputerInputDevicesubclass では
(subclass ComputerInputButton ComputerInputDevice) ComputerInput.kif 170-170 ComputerInputButtonComputerInputDevicesubclass では
(subclass ComputerKeyboard ComputerInputDevice) QoSontology.kif 472-472 ComputerKeyboardComputerInputDevicesubclass では
(subclass ComputerKeyboard_Generic ComputerInputDevice) ComputerInput.kif 164-164 ComputerKeyboard_GenericComputerInputDevicesubclass では
(subclass ComputerMicrophone ComputerInputDevice) ComputerInput.kif 541-541 ComputerMicrophoneComputerInputDevicesubclass では
(subclass ComputerMouse ComputerInputDevice) ComputerInput.kif 383-383 ComputerMouseComputerInputDevicesubclass では
(subclass DataSink ComputerInputDevice) QoSontology.kif 1839-1839 DataSinkComputerInputDevicesubclass では
(subclass Joystick ComputerInputDevice) ComputerInput.kif 599-599 JoystickComputerInputDevicesubclass では
(subclass ScrollWheel ComputerInputDevice) ComputerInput.kif 403-403 ScrollWheelComputerInputDevicesubclass では
(subclass TouchScreen ComputerInputDevice) QoSontology.kif 590-590 TouchScreenComputerInputDevicesubclass では
(subclass TouchSensitiveComputerInputDevice ComputerInputDevice) ComputerInput.kif 413-413 TouchSensitiveComputerInputDeviceComputerInputDevicesubclass では
(subclass Trackball ComputerInputDevice) ComputerInput.kif 606-606 TrackballComputerInputDevicesubclass では
(termFormat ChineseLanguage ComputerInputDevice "电脑输入设备") domainEnglishFormat.kif 16323-16323 TrackballComputerInputDevicesubclass では
(termFormat ChineseTraditionalLanguage ComputerInputDevice "電腦輸入設備") domainEnglishFormat.kif 16322-16322 TrackballComputerInputDevicesubclass では
(termFormat EnglishLanguage ComputerInputDevice "computer input device") domainEnglishFormat.kif 16321-16321 TrackballComputerInputDevicesubclass では

appearance as argument number 3
-------------------------


(domain standardInputDevice 2 ComputerInputDevice) QoSontology.kif 612-612 standardInputDevice の数値 2 引数は ComputerInputDeviceinstance では

antecedent
-------------------------


(=>
    (and
        (connectedPeripheral ?COD ?C)
        (instance ?COD ComputerInputDevice)
        (instance ?COD ?CLASS))
    (capability ?CLASS origin DataTransfer))
ComputingBrands.kif 3547-3552
(=>
    (and
        (instance ?MID MiddleCIButton)
        (component ?MID ?DEV)
        (instance ?DEV ComputerInputDevice))
    (exists (?LEFT ?RIGHT)
        (and
            (instance ?RIGHT RightCIButton)
            (instance ?LEFT LeftCIButton)
            (component ?RIGHT ?DEV)
            (component ?LEFT ?DEV)
            (between ?LEFT ?MID ?RIGHT)
            (orientation ?MID ?LEFT Left)
            (orientation ?MID ?RIGHT Right))))
ComputerInput.kif 224-237
(=>
    (and
        (instance ?RIGHT PhysicalRightCIButton)
        (component ?RIGHT ?DEV)
        (instance ?DEV ComputerInputDevice))
    (exists (?LEFT)
        (and
            (instance ?LEFT PhysicalLeftCIButton)
            (component ?LEFT ?DEV)
            (orientation ?RIGHT ?LEFT Left))))
ComputerInput.kif 204-213

consequent
-------------------------


(=>
    (instance ?ACTION UserDirectAction)
    (exists (?DEVICE)
        (and
            (patient ?ACTION ?DEVICE)
            (instance ?DEVICE ComputerInputDevice))))
ComputerInput.kif 1191-1196


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners