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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ComputerMenuItem

Sigma KEE - ComputerMenuItem
ComputerMenuItem(computer menu item)

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


(documentation ComputerMenuItem EnglishLanguage "A ComputerMenuItem is a UIElement that presents one of the user's options and informs the running program if the user selects that option. A ComputerMenuItem may act as either a GUIRadioButton or a GUICheckBox. In many instances a menu item acts as a radio button on a normal click and as a check box on a shift-click.") ComputerInput.kif 1129-1132
(partTypes ComputerMenuItem ComputerMenu) ComputerInput.kif 1133-1133 Every computer menu item is a part of a computer menu
(subclass ComputerMenuItem GUIActiveArea) ComputerInput.kif 1128-1128 Computer menu item is a subclass of GUI active area

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


(partTypes ComputerMenu ComputerMenuItem) ComputerInput.kif 1134-1134 Every computer menu is a part of a computer menu item
(subclass GraphicalMenuItem ComputerMenuItem) ComputerInput.kif 1143-1143 Graphical menu item is a subclass of computer menu item
(termFormat EnglishLanguage ComputerMenuItem "computer menu item") ComputerInput.kif 1135-1135

appearance as argument number 3
-------------------------


(domain accessibleFromMenuItem 2 ComputerMenuItem) ComputerInput.kif 1139-1139 The number 2 argument of accessible from menu item is an instance of computer menu item

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


(=>
    (and
        (instance ?SELECT SelectingActiveArea)
        (patient ?SELECT ?ELEMENT)
        (instance ?ELEMENT ComputerMenuItem))
    (instance ?SELECT SelectingComputerMenuOption))
ComputerInput.kif 2246-2251


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