| UserDirectAction(user direct action) |
| appearance as argument number 1 |
|
|
| (disjoint UserDirectAction UserSignifiedAction) | ComputerInput.kif 1209-1209 | User direct action is disjoint from user signified action |
| (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 | User direct action is disjoint from user signified action |
| (subclass UserDirectAction Icon) | ComputerInput.kif 1181-1181 | User direct action is a subclass of icon |
| (subclass UserDirectAction UserAction) | ComputerInput.kif 1180-1180 | User direct action is a subclass of user action |
| appearance as argument number 2 |
|
|
| appearance as argument number 3 |
|
|
| (domainSubclass udaCanSignify 1 UserDirectAction) | ComputerInput.kif 1717-1717 | The number 1 argument of uda can signify is a subclass of user direct action |
| antecedent |
|
|
| consequent |
|
|
| (=> (instance ?SIG_ACTION UserSignifiedAction) (exists (?DIR_ACTION) (and (represents ?DIR_ACTION ?SIG_ACTION) (instance ?DIR_ACTION UserDirectAction)))) |
ComputerInput.kif 1217-1222 |
|
|
|