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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ComputerInputDevice

Sigma KEE - ComputerInputDevice
ComputerInputDevice(computer input device)data_input_device, digital_scanner, image_scanner, input_device, scanner

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 468-469
(subclass ComputerInputDevice ComputerHardware) QoSontology.kif 467-467 Computer input device is a subclass of computer hardware

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


(subclass ComputerIODevice ComputerInputDevice) ComputerInput.kif 119-119 Computer I/O device is a subclass of computer input device
(subclass ComputerInputButton ComputerInputDevice) ComputerInput.kif 170-170 Computer input button is a subclass of computer input device
(subclass ComputerKeyboard ComputerInputDevice) QoSontology.kif 471-471 Computer keyboard is a subclass of computer input device
(subclass ComputerKeyboard_Generic ComputerInputDevice) ComputerInput.kif 164-164 Generic computer keyboard is a subclass of computer input device
(subclass ComputerMicrophone ComputerInputDevice) ComputerInput.kif 541-541 Computer microphone is a subclass of computer input device
(subclass ComputerMouse ComputerInputDevice) ComputerInput.kif 383-383 Computer mouse is a subclass of computer input device
(subclass DataSink ComputerInputDevice) QoSontology.kif 1708-1708 Data sink is a subclass of computer input device
(subclass Joystick ComputerInputDevice) ComputerInput.kif 599-599 Joystick is a subclass of computer input device
(subclass ScrollWheel ComputerInputDevice) ComputerInput.kif 403-403 Scroll wheel is a subclass of computer input device
(subclass TouchScreen ComputerInputDevice) QoSontology.kif 482-482 Touch screen is a subclass of computer input device
(subclass TouchSensitiveComputerInputDevice ComputerInputDevice) ComputerInput.kif 413-413 Touch sensitive computer input device is a subclass of computer input device
(subclass Trackball ComputerInputDevice) ComputerInput.kif 606-606 Trackball is a subclass of computer input device
(termFormat ChineseLanguage ComputerInputDevice "电脑输入设备") domainEnglishFormat.kif 16314-16314
(termFormat ChineseTraditionalLanguage ComputerInputDevice "電腦輸入設備") domainEnglishFormat.kif 16313-16313
(termFormat EnglishLanguage ComputerInputDevice "computer input device") domainEnglishFormat.kif 16312-16312

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


(domain standardInputDevice 2 ComputerInputDevice) QoSontology.kif 504-504 The number 2 argument of standard input device is an instance of computer input device

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


(=>
    (and
        (connectedPeripheral ?COD ?C)
        (instance ?COD ComputerInputDevice)
        (instance ?COD ?CLASS))
    (capability ?CLASS origin DataTransfer))
ComputingBrands.kif 3552-3557
(=>
    (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 simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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