![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| MouseMoving(mouse moving) |
| appearance as argument number 1 |
|
|
| (subclass MouseMoving SlidingComputerInputDeviceAction) | ComputerInput.kif 1538-1538 | Mouse moving is a subclass of sliding computer input device action |
| (documentation MouseMoving EnglishLanguage "MouseMoving is a UserDirectAction of moving a ComputerMouse in such a way that the motion is registered by the controlling program.") | ComputerInput.kif 1539-1540 | Mouse moving is a subclass of sliding computer input device action |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage MouseMoving "mouse moving") | domainEnglishFormat.kif 65206-65206 |
| antecedent |
|
|
| (=> (instance ?ACT MouseMoving) (exists (?MOUSE) (and (patient ?ACT ?MOUSE) (instance ?MOUSE ComputerMouse)))) |
ComputerInput.kif 1542-1547 | If X is an instance of mouse moving, then there exists Y such that Y is a patient of X and Y is an instance of computer mouse |