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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - UncoveringGraphicalWindow
UncoveringGraphicalWindow(uncovering graphical window)

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


(disjoint UncoveringGraphicalWindow OpeningNewGraphicalWindow) ComputerInput.kif 2403-2403 Uncovering graphical window is disjoint from opening new graphical window
(disjoint UncoveringGraphicalWindow ReopeningGraphicalWindow) ComputerInput.kif 2404-2404 Uncovering graphical window is disjoint from reopening graphical window
(documentation UncoveringGraphicalWindow EnglishLanguage "A UserSignifiedAction causing a CoveredInterfaceWindow to become visible again by (re)moving any GraphicalUIElement that has been covering it.") ComputerInput.kif 2401-2402
(subclass UncoveringGraphicalWindow OpeningGraphicalWindow) ComputerInput.kif 2400-2400 Uncovering graphical window is a subclass of opening graphical window

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


(termFormat EnglishLanguage UncoveringGraphicalWindow "uncovering graphical window") domainEnglishFormat.kif 65644-65644

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


(domain guiElementUncovered 1 UncoveringGraphicalWindow) ComputerInput.kif 2624-2624 The number 1 argument of GUI element uncovered is an instance of uncovering graphical window

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


(=>
    (and
        (instance ?UNCOVER UncoveringGraphicalWindow)
        (patient ?UNCOVER ?WINDOW)
        (instance ?WINDOW InterfaceWindow)
        (properPart ?CURSOR ?WINDOW)
        (instance ?CURSOR Cursor))
    (guiElementUncovered ?UNCOVER ?WINDOW))
ComputerInput.kif 2423-2430
(=>
    (and
        (instance ?UNCOVER UncoveringGraphicalWindow)
        (patient ?UNCOVER ?WINDOW)
        (instance ?WINDOW InterfaceWindow))
    (guiElementUncovered ?UNCOVER ?WINDOW))
ComputerInput.kif 2416-2421
(=>
    (instance ?UNCOVER UncoveringGraphicalWindow)
    (exists (?WINDOW)
        (and
            (patient ?UNCOVER ?WINDOW)
            (instance ?WINDOW InterfaceWindow))))
ComputerInput.kif 2407-2412


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