ITProcess(IT process) |
appearance as argument number 1 |
(documentation ITProcess EnglishLanguage "A process performed on a computer by a human operator.") | engineering.kif 1308-1309 | |
(subclass ITProcess IntentionalProcess) | engineering.kif 1310-1310 | IT process is a subclass of intentional process |
appearance as argument number 2 |
(subclass SoftwareInstallation ITProcess) | engineering.kif 1324-1324 | Installation is a subclass of IT process |
(subclass SoftwareUnInstallation ITProcess) | engineering.kif 1330-1330 | Un installation is a subclass of IT process |
(termFormat ChineseLanguage ITProcess "IT流程") | domainEnglishFormat.kif 31349-31349 | Un installation is a subclass of IT process |
(termFormat ChineseTraditionalLanguage ITProcess "IT流程") | domainEnglishFormat.kif 31348-31348 | Un installation is a subclass of IT process |
(termFormat EnglishLanguage ITProcess "IT process") | domainEnglishFormat.kif 31347-31347 | Un installation is a subclass of IT process |
antecedent |
(=> (instance ?PROCESS ITProcess) (exists (?AGENT ?PATIENT) (and (agent ?PROCESS ?AGENT) (patient ?PROCESS ?PATIENT) (instance ?AGENT ITAgent) (instance ?PATIENT Computer)))) |
engineering.kif 1311-1318 |
|