| TouchSensitiveComputerInputDevice(touch sensitive computer input device) |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?ACT UserDirectAction) (patient ?ACT ?TOUCHSURF) (instance ?TOUCHSURF TouchSensitiveComputerInputDevice)) (instance ?ACT TouchSurfaceAction)) |
ComputerInput.kif 1545-1550 | If X is an instance of user direct action, Y is a patient of X, and Y is an instance of touch sensitive computer input device, then X is an instance of touch surface action |
| (=> (and (instance ?ACT ScreenTouchAction) (patient ?ACT ?TOUCHSURF) (instance ?TOUCHSURF TouchSensitiveComputerInputDevice)) (instance ?TOUCHSURF ComputerTouchscreen)) |
ComputerInput.kif 1587-1592 | If X is an instance of screen touch action, Y is a patient of X, and Y is an instance of touch sensitive computer input device, then Y is an instance of computer touchscreen |
| consequent |
|
|
| (=> (instance ?ACT TouchSurfaceAction) (exists (?TOUCHSURF) (and (patient ?ACT ?TOUCHSURF) (instance ?TOUCHSURF TouchSensitiveComputerInputDevice)))) |
ComputerInput.kif 1538-1543 | If X is an instance of touch surface action, then there exists Y such that Y is a patient of X and Y is an instance of touch sensitive computer input device |
|
|