![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
Clicking
|
|
|
| appearance as argument number 1 |
|
|
| (subclass Clicking UserDirectAction) | ComputerInput.kif 1446-1446 | Clicking is a subclass of user direct action |
| (documentation Clicking EnglishLanguage "A Clicking is a UserDirectAction of clicking on a mouse button or its equivalent on some other input device.") | ComputerInput.kif 1448-1450 | Clicking is a subclass of user direct action |
| (udaCanSignify Clicking MovingCursor) | ComputerInput.kif 1758-1758 | Clicking isgnifies moving cursor |
| (udaCanSignify Clicking SelectingActiveArea) | ComputerInput.kif 2189-2189 | Clicking isgnifies selecting active area |
| appearance as argument number 2 |
|
|
| consequent |
|
|
| (=> (instance ?ACT DoubleClicking) (exists (?CLICK1 ?CLICK2) (and (subProcess ?ACT ?CLICK1) (instance ?CLICK1 Clicking) (subProcess ?ACT ?CLICK2) (not (equal ?CLICK1 ?CLICK2)) (instance ?CLICK2 Clicking)))) |
ComputerInput.kif 1458-1467 | If X is an instance of double clicking, then All of the following hold: (1) there exist Y (2) Z such that X is a subprocess of Y (3) Y is an instance of clicking (4) X is a subprocess of Z (5) equal Y (6) Z (7) Z is an instance of clicking |