AbortedFn |
appearance as argument number 1 |
(documentation AbortedFn EnglishLanguage "(AborteFn ?AGENT ?PROCESS) is the Process ?PROCESS after it has gotten aborted by the AutonomousAgent ?AGENT") | MilitaryProcesses.kif 2414-2415 | |
(domain AbortedFn 1 AutonomousAgent) | MilitaryProcesses.kif 2411-2411 | The number 1 argument of aborted is an instance of agent |
(domain AbortedFn 2 Process) | MilitaryProcesses.kif 2412-2412 | The number 2 argument of aborted is an instance of process |
(instance AbortedFn BinaryFunction) | MilitaryProcesses.kif 2410-2410 | Aborted is an instance of binary function |
(range AbortedFn Process) | MilitaryProcesses.kif 2413-2413 | The range of aborted is an instance of process |
appearance as argument number 2 |
(format ChineseLanguage AbortedFn "由 %2 中止的 %1 ") | domainEnglishFormat.kif 20-20 | |
(format ChineseTraditionalLanguage AbortedFn "由 %2 中止的 %1 ") | domainEnglishFormat.kif 19-19 | |
(format EnglishLanguage AbortedFn "the abortion of %1 by %2 ") | domainEnglishFormat.kif 18-18 | |
(format EnglishLanguage AbortedFn "the process %2 aborted by %1") | MilitaryProcesses.kif 2899-2899 | |
(subrelation AbortedLaunchFn AbortedFn) | MilitaryProcesses.kif 2531-2531 | Aborted launch is a subrelation of aborted |
(subrelation AbortedMissionFn AbortedFn) | MilitaryProcesses.kif 2433-2433 | Aborted mission is a subrelation of aborted |
(termFormat ChineseLanguage AbortedFn "中止") | domainEnglishFormat.kif 5080-5080 | Aborted mission is a subrelation of aborted |
(termFormat ChineseTraditionalLanguage AbortedFn "中止") | domainEnglishFormat.kif 5079-5079 | Aborted mission is a subrelation of aborted |
(termFormat EnglishLanguage AbortedFn "aborted") | domainEnglishFormat.kif 5078-5078 | Aborted mission is a subrelation of aborted |
antecedent |
(=> (instance ?X (AbortedFn ?A ?P)) (exists (?T) (and (holdsDuring ?T (desires ?A (exists (?PR) (and (instance ?PR ?P) (agent ?PR ?A))))) (earlier ?T (WhenFn ?X))))) |
MilitaryProcesses.kif 2417-2428 |
|