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

Formal Language: 



KB Term:  Term intersection
English Word: 

  TouchSensitiveComputerInputDevice

Sigma KEE - TouchSensitiveComputerInputDevice
TouchSensitiveComputerInputDevice

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


(disjoint TouchSensitiveComputerInputDevice ComputerKeyboard) ComputerInput.kif 424-424 TouchSensitiveComputerInputDevice 和 % 2 是 disjoint
(disjoint TouchSensitiveComputerInputDevice ComputerMouse) ComputerInput.kif 423-423 TouchSensitiveComputerInputDevice 和 % 2 是 disjoint
(disjoint TouchSensitiveComputerInputDevice ScrollWheel) ComputerInput.kif 425-425 TouchSensitiveComputerInputDevice 和 % 2 是 disjoint
(documentation TouchSensitiveComputerInputDevice EnglishLanguage "A touch-sensitive ComputerInputDevice for accepting point and click input on a 2D surface. The device is operated by moving (normally) a finger across the surface of the device. Clicking may be achieved by clicking on an adjacent button or by tapping the surface. Two basic types of TouchSensitiveComputerInputDevices are ComputerTouchpad and TouchScreen.") ComputerInput.kif 415-421
(subclass TouchSensitiveComputerInputDevice ComputerInputDevice) ComputerInput.kif 413-413 TouchSensitiveComputerInputDevice电脑输入设备subclass

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


(subclass ComputerTouchpad TouchSensitiveComputerInputDevice) ComputerInput.kif 427-427 ComputerTouchpadTouchSensitiveComputerInputDevicesubclass
(subclass ComputerTouchscreen TouchSensitiveComputerInputDevice) ComputerInput.kif 437-437 ComputerTouchscreenTouchSensitiveComputerInputDevicesubclass
(subclass ComputerTouchscreenKeyboard TouchSensitiveComputerInputDevice) ComputerInput.kif 450-450 ComputerTouchscreenKeyboardTouchSensitiveComputerInputDevicesubclass
(termFormat EnglishLanguage TouchSensitiveComputerInputDevice "touch sensitive computer input device") domainEnglishFormat.kif 65611-65611

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


(=>
    (and
        (instance ?ACT ScreenTouchAction)
        (patient ?ACT ?TOUCHSURF)
        (instance ?TOUCHSURF TouchSensitiveComputerInputDevice))
    (instance ?TOUCHSURF ComputerTouchscreen))
ComputerInput.kif 1587-1592
(=>
    (and
        (instance ?ACT UserDirectAction)
        (patient ?ACT ?TOUCHSURF)
        (instance ?TOUCHSURF TouchSensitiveComputerInputDevice))
    (instance ?ACT TouchSurfaceAction))
ComputerInput.kif 1545-1550

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


(=>
    (instance ?ACT TouchSurfaceAction)
    (exists (?TOUCHSURF)
        (and
            (patient ?ACT ?TOUCHSURF)
            (instance ?TOUCHSURF TouchSensitiveComputerInputDevice))))
ComputerInput.kif 1538-1543


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