UserDirectAction
|
|
appearance as argument number 1 |
(disjoint UserDirectAction UserSignifiedAction) | ComputerInput.kif 1209-1209 | |
(documentation UserDirectAction EnglishLanguage "A UserDirectAction is a physical action taken by a ComputerUser in interacting with a ComputerProcess -- clicking a button, moving a mouse, touching a screen -- not the action signified by the physical action (scrolling, selecting a link, moving a cursor, ...). The action signifies an instruction to the computer. See UserSignifiedAction.") | ComputerInput.kif 1183-1188 | |
(subclass UserDirectAction Icon) | ComputerInput.kif 1181-1181 | |
(subclass UserDirectAction UserAction) | ComputerInput.kif 1180-1180 |
appearance as argument number 2 |
appearance as argument number 3 |
(domainSubclass udaCanSignify 1 UserDirectAction) | ComputerInput.kif 1717-1717 |
antecedent |
(=> (and (instance ?ACT UserDirectAction) (patient ?ACT ?JOYSTICK) (instance ?JOYSTICK Joystick)) (instance ?ACT JoystickMotion)) |
ComputerInput.kif 1645-1650 | |
(=> (and (instance ?ACT UserDirectAction) (patient ?ACT ?TOUCHPAD) (instance ?TOUCHPAD ComputerTouchpad)) (instance ?ACT TouchPadAction)) |
ComputerInput.kif 1626-1631 | |
(=> (and (instance ?ACT UserDirectAction) (patient ?ACT ?TOUCHSCREEN) (instance ?TOUCHSCREEN ComputerTouchscreen)) (instance ?ACT ScreenTouchAction)) |
ComputerInput.kif 1594-1599 | |
(=> (and (instance ?ACT UserDirectAction) (patient ?ACT ?TOUCHSURF) (instance ?TOUCHSURF TouchSensitiveComputerInputDevice)) (instance ?ACT TouchSurfaceAction)) |
ComputerInput.kif 1545-1550 | |
(=> (instance ?ACTION UserDirectAction) (exists (?DEVICE) (and (patient ?ACTION ?DEVICE) (instance ?DEVICE ComputerInputDevice)))) |
ComputerInput.kif 1191-1196 | |
(=> (instance ?ACTION UserDirectAction) (exists (?SIG_ACTION) (and (represents ?ACTION ?SIG_ACTION) (instance ?SIG_ACTION UserSignifiedAction)))) |
ComputerInput.kif 1211-1216 |
consequent |
(=> (instance ?SIG_ACTION UserSignifiedAction) (exists (?DIR_ACTION) (and (represents ?DIR_ACTION ?SIG_ACTION) (instance ?DIR_ACTION UserDirectAction)))) |
ComputerInput.kif 1217-1222 |