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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - accessibleFromMenu
accessibleFromMenu

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


(documentation accessibleFromMenu EnglishLanguage "The property ComputerMenuItem relates a file, computer process, or submenu to a ComputerMenuItem from which the object can be accessed.") ComputerInput.kif 1140-1141
(documentation accessibleFromMenu EnglishLanguage "The property accessibleFromMenu relates a file, computer process, or submenu to a ComputerMenu from which the object can be accessed.") ComputerInput.kif 854-855
(domain accessibleFromMenu 1 Entity) ComputerInput.kif 852-852
(domain accessibleFromMenu 2 ComputerMenu) ComputerInput.kif 853-853
(instance accessibleFromMenu BinaryPredicate) ComputerInput.kif 851-851

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


(format ChineseLanguage accessibleFromMenu "%1 %n 是从 %2 accessible ") domainEnglishFormat.kif 2662-2662
(format ChineseTraditionalLanguage accessibleFromMenu "%1 %n 是從 %2 accessible ") domainEnglishFormat.kif 2661-2661
(format EnglishLanguage accessibleFromMenu "%1 is accessible from %2") domainEnglishFormat.kif 2660-2660
(termFormat EnglishLanguage accessibleFromMenu "accessible from menu") domainEnglishFormat.kif 65766-65766

consequent
-------------------------


(=>
    (instance ?SUB GraphicalSubMenu)
    (exists (?MENU)
        (and
            (instance ?MENU GraphicalComputerMenu)
            (accessibleFromMenu ?SUB ?MENU))))
ComputerInput.kif 918-923


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