hasGUEState |
appearance as argument number 1 |
![]() |
(documentation hasGUEState EnglishLanguage "(hasGUEState ?GUIE ?STATE) means that the GUIElement ?GUIE has the GUElementState, ?STATE.") | ComputerInput.kif 1882-1883 | |
(domain hasGUEState 1 GUIElement) | ComputerInput.kif 1880-1880 | The number 1 argument of hasGUEState is an instance of GUIElement |
(domain hasGUEState 2 GUElementState) | ComputerInput.kif 1881-1881 | The number 2 argument of hasGUEState is an instance of GUElementState |
(instance hasGUEState BinaryPredicate) | ComputerInput.kif 1878-1878 | hasGUEState is an instance of binary predicate |
(subrelation hasGUEState attribute) | ComputerInput.kif 1879-1879 | hasGUEState is a subrelation of attribute |
appearance as argument number 2 |
![]() |
(format ChineseLanguage hasGUEState "%1 有 state %2 ") | domainEnglishFormat.kif 3615-3615 | |
(format ChineseTraditionalLanguage hasGUEState "%1 有 state %2 ") | domainEnglishFormat.kif 3614-3614 | |
(format EnglishLanguage hasGUEState "%1 has state %2") | domainEnglishFormat.kif 3613-3613 |
antecedent |
![]() |
consequent |
![]() |
statement |
![]() |
(not (and (hasGUEState ?WINDOW GUE_NonVisibleState) (hasGUEState ?WINDOW GUE_ActiveState) (instance ?WINDOW InterfaceWindow))) |
ComputerInput.kif 2008-2012 | ~{ A GUIElement has state GUE_NonVisibleState } or ~{ the GUIElement has state GUE_ActiveState } or ~{ the GUIElement is an instance of InterfaceWindow } |
(not (and (instance ?CURSOR Cursor) (hasGUEState ?CURSOR GUE_SelectedState))) |
ComputerInput.kif 2223-2226 | ~{ A GUIElement is an instance of Cursor } or ~{ the GUIElement has state GUE_SelectedState } |
(not (and (instance ?CURSOR MouseCursor) (hasGUEState ?CURSOR GUE_ActiveState))) |
ComputerInput.kif 1949-1952 | ~{ A GUIElement is an instance of MouseCursor } or ~{ the GUIElement has state GUE_ActiveState } |
![]() |
![]() |