SingleAgentProcess |
appearance as argument number 1 |
(documentation SingleAgentProcess ChineseLanguage " SingleAgentProcess 这个 Class 里 所有的 Process 都需要恰好一个 agent 才能发生。") | chinese_format.kif 1703-1704 | |
(documentation SingleAgentProcess EnglishLanguage "SingleAgentProcess is the Class of all Processes that require exactly one agent in order to occur.") | Merge.kif 1647-1648 | |
(documentation SingleAgentProcess JapaneseLanguage "SingleAgentProcess はすべての Process の Class で、それを発生させるには、agent が 1 つだけ必要である。") | japanese_format.kif 304-305 | |
(subclass SingleAgentProcess Process) | Merge.kif 1646-1646 |
appearance as argument number 2 |
(termFormat EnglishLanguage SingleAgentProcess "single agent process") | domainEnglishFormat.kif 65496-65496 |
antecedent |
(=> (and (instance ?PROC SingleAgentProcess) (agent ?PROC ?AGENT1) (agent ?PROC ?AGENT2)) (and (equal ?AGENT1 ?AGENT2) (not (exists (?AGENT3) (and (agent ?PROC ?AGENT3) (not (equal ?AGENT3 ?AGENT1))))))) |
Merge.kif 1655-1667 | |
(=> (instance ?PROC SingleAgentProcess) (exists (?AGENT) (agent ?PROC ?AGENT))) |
Merge.kif 1650-1653 |