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



KB Term:  Term intersection
English Word: 

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

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


(subclass TouchSensitiveComputerInputDevice ComputerInputDevice) ComputerInput.kif 429-429 Touch sensitive computer input device is a subclass of computer input device
(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 431-437 Touch sensitive computer input device is a subclass of computer input device
(disjoint TouchSensitiveComputerInputDevice ComputerMouse) ComputerInput.kif 439-439 Touch sensitive computer input device is disjoint from computer mouse
(disjoint TouchSensitiveComputerInputDevice ComputerKeyboard) ComputerInput.kif 440-440 Touch sensitive computer input device is disjoint from computer keyboard
(disjoint TouchSensitiveComputerInputDevice ScrollWheel) ComputerInput.kif 441-441 Touch sensitive computer input device is disjoint from scroll wheel

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


(subclass ComputerTouchpad TouchSensitiveComputerInputDevice) ComputerInput.kif 443-443 Computer touchpad is a subclass of touch sensitive computer input device
(subclass ComputerTouchscreen TouchSensitiveComputerInputDevice) ComputerInput.kif 453-453 Computer touchscreen is a subclass of touch sensitive computer input device
(subclass ComputerTouchscreenKeyboard TouchSensitiveComputerInputDevice) ComputerInput.kif 466-466 Computer touchscreen keyboard is a subclass of touch sensitive computer input device
(termFormat EnglishLanguage TouchSensitiveComputerInputDevice "touch sensitive computer input device") domainEnglishFormat.kif 65614-65614 Computer touchscreen keyboard is a subclass of touch sensitive computer input device

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


(=>
    (and
        (instance ?ACT UserDirectAction)
        (patient ?ACT ?TOUCHSURF)
        (instance ?TOUCHSURF TouchSensitiveComputerInputDevice))
    (instance ?ACT TouchSurfaceAction))
ComputerInput.kif 1561-1566 If X is an instance of user direct action, Y is a patient of X, and Y is an instance of touch sensitive computer input device, then X is an instance of touch surface action
(=>
    (and
        (instance ?ACT ScreenTouchAction)
        (patient ?ACT ?TOUCHSURF)
        (instance ?TOUCHSURF TouchSensitiveComputerInputDevice))
    (instance ?TOUCHSURF ComputerTouchscreen))
ComputerInput.kif 1603-1608 If X is an instance of screen touch action, Y is a patient of X, and Y is an instance of touch sensitive computer input device, then Y is an instance of computer touchscreen

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


(=>
    (instance ?ACT TouchSurfaceAction)
    (exists (?TOUCHSURF)
        (and
            (patient ?ACT ?TOUCHSURF)
            (instance ?TOUCHSURF TouchSensitiveComputerInputDevice))))
ComputerInput.kif 1554-1559 If X is an instance of touch surface action, then there exists Y such that Y is a patient of X and Y is an instance of touch sensitive computer input device


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners