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


KB Term:  Term intersection
English Word: 

Sigma KEE - accessibleFromMenu
accessibleFromMenu

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


(instance accessibleFromMenu BinaryPredicate) ComputerInput.kif 851-851 accessible from menu is an instance of binary predicate
(domain accessibleFromMenu 1 Entity) ComputerInput.kif 852-852 The number 1 argument of accessible from menu is an instance of entity
(domain accessibleFromMenu 2 ComputerMenu) ComputerInput.kif 853-853 The number 2 argument of accessible from menu is an instance of computer menu
(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 The number 2 argument of accessible from menu is an instance of computer menu
(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 The number 2 argument of accessible from menu is an instance of computer menu

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


(format EnglishLanguage accessibleFromMenu "%1 is accessible from %2") domainEnglishFormat.kif 2656-2656
(format ChineseTraditionalLanguage accessibleFromMenu "%1 %n 是從 %2 accessible ") domainEnglishFormat.kif 2657-2657
(format ChineseLanguage accessibleFromMenu "%1 %n 是从 %2 accessible ") domainEnglishFormat.kif 2658-2658
(termFormat EnglishLanguage accessibleFromMenu "accessible from menu") domainEnglishFormat.kif 65769-65769

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


(=>
    (instance ?SUB GraphicalSubMenu)
    (exists (?MENU)
        (and
            (instance ?MENU GraphicalComputerMenu)
            (accessibleFromMenu ?SUB ?MENU))))
ComputerInput.kif 918-923 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


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