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



KB Term:  Term intersection
English Word: 

Sigma KEE - ClosingGraphicalWindow
ClosingGraphicalWindow(closing graphical window)

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


(subclass ClosingGraphicalWindow UserSignifiedGraphicalAction) ComputerInput.kif 2448-2448 Closing graphical window is a subclass of user signified graphical action
(subclass ClosingGraphicalWindow Destruction) ComputerInput.kif 2449-2449 Closing graphical window is a subclass of destruction
(documentation ClosingGraphicalWindow EnglishLanguage "A UserSignifiedAction causing an InterfaceWindow on a ComputerScreen to stop being displayed.") ComputerInput.kif 2450-2451 Closing graphical window is a subclass of destruction

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


(termFormat EnglishLanguage ClosingGraphicalWindow "closing graphical window") domainEnglishFormat.kif 64653-64653

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


(=>
    (and
        (instance ?CLOSE ClosingGraphicalWindow)
        (patient ?CLOSE ?WINDOW))
    (and
        (instance ?WINDOW InterfaceWindow)
        (time ?WINDOW
            (BeginFn
                (WhenFn ?OPEN)))
        (not
            (time ?WINDOW
                (EndFn
                    (WhenFn ?OPEN))))))
ComputerInput.kif 2454-2461 If X is an instance of closing graphical window and Y is a patient of X, then Y is an instance of interface window, Y exists during the beginning of the time of existence of Z, and Y doesn't exist during the end of the time of existence of Z


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-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners