ITProcess(IT process) |
appearance as argument number 1 |
(documentation ITProcess EnglishLanguage "A process performed on a computer by a human operator.") | engineering.kif 1622-1623 | |
(subclass ITProcess IntentionalProcess) | engineering.kif 1624-1624 | IT process is a subclass of intentional process |
appearance as argument number 2 |
(subclass SoftwareInstallation ITProcess) | engineering.kif 1638-1638 | Installation is a subclass of IT process |
(subclass SoftwareUnInstallation ITProcess) | engineering.kif 1644-1644 | Un installation is a subclass of IT process |
(termFormat ChineseLanguage ITProcess "IT流程") | domainEnglishFormat.kif 31344-31344 | Un installation is a subclass of IT process |
(termFormat ChineseTraditionalLanguage ITProcess "IT流程") | domainEnglishFormat.kif 31343-31343 | Un installation is a subclass of IT process |
(termFormat EnglishLanguage ITProcess "IT process") | domainEnglishFormat.kif 31342-31342 | 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 1625-1632 |
|