![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| guiElementUncovered |
| appearance as argument number 1 |
|
|
| (instance guiElementUncovered BinaryPredicate) | ComputerInput.kif 2639-2639 | GUI element uncovered is an instance of binary predicate |
| (domain guiElementUncovered 1 UncoveringGraphicalWindow) | ComputerInput.kif 2640-2640 | The number 1 argument of GUI element uncovered is an instance of uncovering graphical window |
| (domain guiElementUncovered 2 GUIElement) | ComputerInput.kif 2641-2641 | The number 2 argument of GUI element uncovered is an instance of GUI element |
| (documentation guiElementUncovered EnglishLanguage "(guiElementUncovered ?UNCOVERING ?GUIE) means that the GUIElement ?GUIE has become completely uncovered by the action ?UNCOVERING. Its logical positioned on the screen does is not changed.") | ComputerInput.kif 2642-2644 | The number 2 argument of GUI element uncovered is an instance of GUI element |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage guiElementUncovered "%1 uncovers %2") | domainEnglishFormat.kif 3582-3582 | |
| (format ChineseTraditionalLanguage guiElementUncovered "%1 uncovers %2 ") | domainEnglishFormat.kif 3583-3583 | |
| (format ChineseLanguage guiElementUncovered "%1 uncovers %2 ") | domainEnglishFormat.kif 3584-3584 | |
| (termFormat EnglishLanguage guiElementUncovered "GUI element uncovered") | domainEnglishFormat.kif 65861-65861 |
| antecedent |
|
|
| (=> (guiElementUncovered ?ACT ?GUIE) (holdsDuring (EndFn (WhenFn ?ACT)) (hasGUEState ?GUIE GUE_UncoveredState))) |
ComputerInput.kif 2657-2660 | If X uncovers Y, then Y has state GUE uncovered state holds during the end of the time of existence of X |
| (=> (guiElementUncovered ?ACT ?GUIE) (or (holdsDuring (BeginFn (WhenFn ?ACT)) (hasGUEState ?GUIE GUE_CoveredState)) (holdsDuring (BeginFn (WhenFn ?ACT)) (hasGUEState ?GUIE GUE_PartiallyCoveredState)))) |
ComputerInput.kif 2665-2671 | If X uncovers Y, then Y has state GUE covered state holds during the beginning of the time of existence of X or Y has state GUE partially covered state holds during the beginning of the time of existence of X |
| consequent |
|
|