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


KB Term:  Term intersection
English Word: 

Sigma KEE - ScreenTouchAction
ScreenTouchAction(screen touch action)

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


(subclass ScreenTouchAction TouchSurfaceAction) ComputerInput.kif 1593-1593 Screen touch action is a subclass of touch surface action
(documentation ScreenTouchAction EnglishLanguage "A ScreenTouchAction is a TouchSurfaceAction using a ComputerTouchscreen.") ComputerInput.kif 1594-1595 Screen touch action is a subclass of touch surface action

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


(termFormat EnglishLanguage ScreenTouchAction "screen touch action") domainEnglishFormat.kif 65453-65453

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


(=>
    (instance ?ACT ScreenTouchAction)
    (exists (?TOUCHSCREEN)
        (and
            (patient ?ACT ?TOUCHSCREEN)
            (instance ?TOUCHSCREEN ComputerTouchscreen))))
ComputerInput.kif 1596-1601 If X is an instance of screen touch action, then there exists Y such that Y is a patient of X and Y is an instance of computer touchscreen
(=>
    (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
-------------------------


(=>
    (and
        (instance ?ACT UserDirectAction)
        (patient ?ACT ?TOUCHSCREEN)
        (instance ?TOUCHSCREEN ComputerTouchscreen))
    (instance ?ACT ScreenTouchAction))
ComputerInput.kif 1610-1615 If X is an instance of user direct action, Y is a patient of X, and Y is an instance of computer touchscreen, then X is an instance of screen touch 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