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

Formal Language: 



KB Term:  Term intersection
English Word: 

  GraphicalSubMenu

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

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


(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 914-916
(subclass GraphicalSubMenu GraphicalComputerMenu) ComputerInput.kif 913-913 Graphical sub menu is a subclass of graphical computer menu

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


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

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


(=>
    (instance ?SUB GraphicalSubMenu)
    (exists (?MENU)
        (and
            (instance ?MENU GraphicalComputerMenu)
            (accessibleFromMenu ?SUB ?MENU))))
ComputerInput.kif 918-923
(=>
    (instance ?SUB GraphicalSubMenu)
    (exists (?MENUITEM)
        (and
            (instance ?MENUITEM GraphicalMenuItem)
            (accessibleFromMenuItem ?SUB ?MENUITEM))))
ComputerInput.kif 1153-1158


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