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


KB Term:  Term intersection
English Word: 

Sigma KEE - GraphicalSubMenu
GraphicalSubMenu(graphical sub menu)cascading_menu, hierarchical_menu, submenu

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


(subclass GraphicalSubMenu GraphicalComputerMenu) ComputerInput.kif 929-929 Graphical sub menu is a subclass of graphical computer menu
(documentation GraphicalSubMenu EnglishLanguage "A GraphicalSubMenu is a GraphicalComputerMenu that appears when a user either makes a GraphicalMenuItem the active area or selects an appropriate menu item.") ComputerInput.kif 930-932 Graphical sub menu is a subclass of graphical computer menu

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


(termFormat EnglishLanguage GraphicalSubMenu "graphical sub menu") domainEnglishFormat.kif 64955-64955

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


(=>
    (instance ?SUB GraphicalSubMenu)
    (exists (?MENU)
        (and
            (instance ?MENU GraphicalComputerMenu)
            (accessibleFromMenu ?SUB ?MENU))))
ComputerInput.kif 934-939 If X is an instance of graphical sub menu, then there exists Y such that Y is an instance of graphical computer menu and X is accessible from Y
(=>
    (instance ?SUB GraphicalSubMenu)
    (exists (?MENUITEM)
        (and
            (instance ?MENUITEM GraphicalMenuItem)
            (accessibleFromMenuItem ?SUB ?MENUITEM))))
ComputerInput.kif 1169-1174 If X is an instance of graphical sub menu, then there exists Y such that Y is an instance of graphical menu item and X is accessible from Y


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