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


KB Term:  Term intersection
English Word: 

Sigma KEE - TouchPadAction
TouchPadAction(touch pad action)

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


(subclass TouchPadAction TouchSurfaceAction) ComputerInput.kif 1631-1631 Touch pad action is a subclass of touch surface action
(documentation TouchPadAction EnglishLanguage "A ScreenTouchAction is a TouchSurfaceAction using a ComputerTouchpad.") ComputerInput.kif 1632-1633 Touch pad action is a subclass of touch surface action

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


(termFormat EnglishLanguage TouchPadAction "touch pad action") domainEnglishFormat.kif 65612-65612

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


(=>
    (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

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


(=>
    (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


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