![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| UserSignifiedAction(user signified action) |
| appearance as argument number 1 |
|
|
| (subclass UserSignifiedAction UserAction) | ComputerInput.kif 1214-1214 | User signified action is a subclass of user action |
| (subclass UserSignifiedAction ComputerProcess) | ComputerInput.kif 1215-1215 | User signified action is a subclass of computer process |
| (documentation UserSignifiedAction EnglishLanguage "A UserSignifiedAction is an action signified by physical action taken by a ComputerUser in interacting with a ComputerProcess -- scrolling, selecting a link, moving a cursor, ... -- not physical action itself (clicking a button, moving a mouse, touching a screen, ...). Often several different types UserDirectAction (q.v.) could signify the same UserSignifiedAction.") | ComputerInput.kif 1217-1223 | User signified action is a subclass of computer process |
| appearance as argument number 2 |
|
|
| appearance as argument number 3 |
|
|
| (domainSubclass udaCanSignify 2 UserSignifiedAction) | ComputerInput.kif 1734-1734 | The number 2 argument of uda can signify is a subclass of user signified action |
| antecedent |
|
|
| (=> (instance ?SIG_ACTION UserSignifiedAction) (exists (?DIR_ACTION) (and (represents ?DIR_ACTION ?SIG_ACTION) (instance ?DIR_ACTION UserDirectAction)))) |
ComputerInput.kif 1233-1238 | If ?SIG_ACTION is an instance of user signified action, then there exists ?DIR_ACTION such that ?DIR_ACTION expresses ?SIG_ACTION and ?DIR_ACTION is an instance of user direct action |
| consequent |
|
|
| (=> (instance ?ACTION UserDirectAction) (exists (?SIG_ACTION) (and (represents ?ACTION ?SIG_ACTION) (instance ?SIG_ACTION UserSignifiedAction)))) |
ComputerInput.kif 1227-1232 | If X is an instance of user direct action, then there exists ?SIG_ACTION such that X expresses ?SIG_ACTION and ?SIG_ACTION is an instance of user signified action |