![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| LeftClicking(left clicking) |
| appearance as argument number 1 |
|
|
| (subclass LeftClicking Clicking) | ComputerInput.kif 1485-1485 | Left clicking is a subclass of clicking |
| (documentation LeftClicking EnglishLanguage "LeftClicking is a UserDirectAction of clicking with the left button on a two or three button mouse or similar device.") | ComputerInput.kif 1487-1489 | Left clicking is a subclass of clicking |
| (udaCanSignify LeftClicking SubmitAction) | ComputerInput.kif 1853-1853 | Left clicking isgnifies submit action |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage LeftClicking "left clicking") | domainEnglishFormat.kif 65111-65111 |
| antecedent |
|
|
| (=> (instance ?ACT LeftClicking) (exists (?L_BUTTON) (and (patient ?ACT ?L_BUTTON) (instance ?L_BUTTON LeftCIButton)))) |
ComputerInput.kif 1491-1496 | If X is an instance of left clicking, then there exists ?L_BUTTON such that ?L_BUTTON is a patient of X and ?L_BUTTON is an instance of left CI button |