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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ActivatingUIElement

Sigma KEE - ActivatingUIElement
ActivatingUIElement

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


(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 2263-2266
(subclass ActivatingUIElement UserSignifiedAction) ComputerInput.kif 2262-2262

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


(subclass JumpingToActivateUIElement ActivatingUIElement) ComputerInput.kif 2290-2290
(subclass SelectingComputerSubmenu ActivatingUIElement) ComputerInput.kif 2279-2279
(termFormat EnglishLanguage ActivatingUIElement "activating UI element") domainEnglishFormat.kif 64404-64404

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 2268-2277


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 is open source software produced by Articulate Software and its partners