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



KB Term:  Term intersection
English Word: 

  ActivatingUIElement

Sigma KEE - ActivatingUIElement
ActivatingUIElement(activating UI element)

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


(subclass ActivatingUIElement UserSignifiedAction) ComputerInput.kif 2278-2278 Activating UI element is a subclass of user signified action
(documentation ActivatingUIElement EnglishLanguage "A UserSignifiedAction causing a program to make a UIElement the ``active'' element. Making an element active means that user can interact with it -- follow a link, select a menu option, drag the element on the screen, ``push'' a button, etc. The system may display the %&UIElement in a different manner signifying that it is selected.") ComputerInput.kif 2279-2282 Activating UI element is a subclass of user signified action

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


(subclass SelectingComputerSubmenu ActivatingUIElement) ComputerInput.kif 2295-2295 Selecting computer submenu is a subclass of activating UI element
(subclass JumpingToActivateUIElement ActivatingUIElement) ComputerInput.kif 2306-2306 Jumping to activate UI element is a subclass of activating UI element
(termFormat EnglishLanguage ActivatingUIElement "activating UI element") domainEnglishFormat.kif 64407-64407 Jumping to activate UI element is a subclass of activating UI element

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


(=>
    (and
        (instance ?ACT ActivatingUIElement)
        (patient ?ACT ?GUIE)
        (instance ?GUIE GUIElement))
    (and
        (holdsDuring
            (EndFn ?ACT)
            (hasGUEState ?GUIE GUE_ActiveState))
        (holdsDuring
            (BeginFn ?ACT)
            (not
                (hasGUEState ?GUIE GUE_ActiveState)))))
ComputerInput.kif 2284-2293 If X is an instance of activating UI element, Y is a patient of X, and Y is an instance of GUI element, then Y has state GUE active state holds during the end of X and Y has state GUE active state holds during the beginning of X


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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