| ITProcess(IT process) |
| appearance as argument number 1 |
|
|
| (documentation ITProcess EnglishLanguage "A process performed on a computer by a human operator.") | engineering.kif 1579-1580 | |
| (subclass ITProcess IntentionalProcess) | engineering.kif 1581-1581 | IT process is a subclass of intentional process |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?PROCESS ITProcess) (exists (?AGENT ?PATIENT) (and (agent ?PROCESS ?AGENT) (patient ?PROCESS ?PATIENT) (instance ?AGENT ITAgent) (instance ?PATIENT Computer)))) |
engineering.kif 1582-1589 | If X is an instance of IT process, then there exist Y, Z such that Y is an agent of X, Z is a patient of X, Y is an instance of IT agent, and Z is an instance of computer |
|
|