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


KB Term:  Term intersection
English Word: 

Sigma KEE - ComputerTouchpad
ComputerTouchpad(computer touchpad)

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


(subclass ComputerTouchpad TouchSensitiveComputerInputDevice) ComputerInput.kif 443-443 Computer touchpad is a subclass of touch sensitive computer input device
(documentation ComputerTouchpad 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.") ComputerInput.kif 445-449 Computer touchpad is a subclass of touch sensitive computer input device

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


(disjoint ComputerScreen ComputerTouchpad) ComputerInput.kif 451-451 Computer screen is disjoint from computer touchpad
(termFormat EnglishLanguage ComputerTouchpad "computer touchpad") domainEnglishFormat.kif 64687-64687 Computer screen is disjoint from computer touchpad

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


(=>
    (and
        (instance ?ACT UserDirectAction)
        (patient ?ACT ?TOUCHPAD)
        (instance ?TOUCHPAD ComputerTouchpad))
    (instance ?ACT TouchPadAction))
ComputerInput.kif 1642-1647 If X is an instance of user direct action, Y is a patient of X, and Y is an instance of computer touchpad, then X is an instance of touch pad action

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


(=>
    (instance ?ACT TouchPadAction)
    (exists (?TOUCHPAD)
        (and
            (patient ?ACT ?TOUCHPAD)
            (instance ?TOUCHPAD ComputerTouchpad))))
ComputerInput.kif 1635-1640 If X is an instance of touch pad action, then there exists Y such that Y is a patient of X and Y is an instance of computer touchpad


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-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners