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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - TouchSensitiveComputerInputDevice
TouchSensitiveComputerInputDevice(touch sensitive computer input device)

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


(disjoint TouchSensitiveComputerInputDevice ComputerKeyboard) ComputerInput.kif 424-424 Touch sensitive computer input device is disjoint from computer keyboard
(disjoint TouchSensitiveComputerInputDevice ComputerMouse) ComputerInput.kif 423-423 Touch sensitive computer input device is disjoint from computer mouse
(disjoint TouchSensitiveComputerInputDevice ScrollWheel) ComputerInput.kif 425-425 Touch sensitive computer input device is disjoint from scroll wheel
(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 Touch sensitive computer input device is a subclass of computer input device

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


(subclass ComputerTouchpad TouchSensitiveComputerInputDevice) ComputerInput.kif 427-427 Computer touchpad is a subclass of touch sensitive computer input device
(subclass ComputerTouchscreen TouchSensitiveComputerInputDevice) ComputerInput.kif 437-437 Computer touchscreen is a subclass of touch sensitive computer input device
(subclass ComputerTouchscreenKeyboard TouchSensitiveComputerInputDevice) ComputerInput.kif 450-450 Computer touchscreen keyboard is a subclass of touch sensitive computer input device
(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 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