ITAgent(IT agent) |
appearance as argument number 1 |
(documentation ITAgent EnglishLanguage "agent capable of performing ITProcess") | engineering.kif 1305-1305 | |
(subclass ITAgent AutonomousAgent) | engineering.kif 1306-1306 | IT agent is a subclass of agent |
appearance as argument number 2 |
(termFormat ChineseLanguage ITAgent "IT代理商") | domainEnglishFormat.kif 31265-31265 | |
(termFormat ChineseTraditionalLanguage ITAgent "IT代理商") | domainEnglishFormat.kif 31264-31264 | |
(termFormat EnglishLanguage ITAgent "IT agent") | domainEnglishFormat.kif 31263-31263 |
consequent |
(=> (instance ?PROCESS ITProcess) (exists (?AGENT ?PATIENT) (and (agent ?PROCESS ?AGENT) (patient ?PROCESS ?PATIENT) (instance ?AGENT ITAgent) (instance ?PATIENT Computer)))) |
engineering.kif 1311-1318 |
|