![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| UserAction(user action) |
| appearance as argument number 1 |
|
|
| (subclass UserAction IntentionalProcess) | ComputerInput.kif 1183-1183 | User action is a subclass of intentional process |
| (documentation UserAction EnglishLanguage "A UserAction is an action taken by a ComputerUser in interacting with a ComputerProcess.") | ComputerInput.kif 1186-1187 | User action is a subclass of intentional process |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?ACTION UserAction) (exists (?COMP_USER) (and (attribute ?COMP_USER ComputerUser) (agent ?ACTION ?COMP_USER)))) |
ComputerInput.kif 1189-1194 | If X is an instance of user action, then there exists ?COMP_USER such that computer user is an attribute of ?COMP_USER and ?COMP_USER is an agent of X |