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


KB Term:  Term intersection
English Word: 

Sigma KEE - TouchSurfaceAction
TouchSurfaceAction(touch surface action)

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


(subclass TouchSurfaceAction UserDirectAction) ComputerInput.kif 1549-1549 Touch surface action is a subclass of user direct action
(subclass TouchSurfaceAction Touching) ComputerInput.kif 1550-1550 Touch surface action is a subclass of touching
(documentation TouchSurfaceAction EnglishLanguage "A TouchSurfaceAction is a UserDirectAction of interacting with a TouchSensitiveComputerInputDevice.") ComputerInput.kif 1551-1552 Touch surface action is a subclass of touching

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


(subclass TouchSurfaceSlide TouchSurfaceAction) ComputerInput.kif 1568-1568 Touch surface slide is a subclass of touch surface action
(subclass TouchSurfaceTap TouchSurfaceAction) ComputerInput.kif 1573-1573 Touch surface tap is a subclass of touch surface action
(subclass TouchSurfaceDoubleFingerSlide TouchSurfaceAction) ComputerInput.kif 1579-1579 Touch surface double finger slide is a subclass of touch surface action
(subclass ScreenTouchAction TouchSurfaceAction) ComputerInput.kif 1593-1593 Screen touch action is a subclass of touch surface action
(subclass TouchPadAction TouchSurfaceAction) ComputerInput.kif 1631-1631 Touch pad action is a subclass of touch surface action
(disjoint JoystickMotion TouchSurfaceAction) ComputerInput.kif 1651-1651 Joystick motion is disjoint from touch surface action
(disjoint AudioInput TouchSurfaceAction) ComputerInput.kif 1671-1671 Audio input is disjoint from touch surface action
(disjoint ScrollWheelRotating TouchSurfaceAction) ComputerInput.kif 1683-1683 Scroll wheel rotating is disjoint from touch surface action
(disjoint Typing TouchSurfaceAction) ComputerInput.kif 1709-1709 Typing is disjoint from touch surface action
(termFormat EnglishLanguage TouchSurfaceAction "touch surface action") domainEnglishFormat.kif 65615-65615 Typing is disjoint from touch surface action

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


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

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


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


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