![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| AbortedFn |
| appearance as argument number 1 |
|
|
| (instance AbortedFn BinaryFunction) | MilitaryProcesses.kif 2437-2437 | Aborted is an instance of binary function |
| (domain AbortedFn 1 AutonomousAgent) | MilitaryProcesses.kif 2438-2438 | The number 1 argument of aborted is an instance of agent |
| (domain AbortedFn 2 Process) | MilitaryProcesses.kif 2439-2439 | The number 2 argument of aborted is an instance of process |
| (range AbortedFn Process) | MilitaryProcesses.kif 2440-2440 | The range of aborted is an instance of process |
| (documentation AbortedFn EnglishLanguage "(AborteFn ?AGENT ?PROCESS) is the Process ?PROCESS after it has gotten aborted by the AutonomousAgent ?AGENT") | MilitaryProcesses.kif 2441-2442 | The range of aborted is an instance of process |
| appearance as argument number 2 |
|
|
| 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 2444-2455 | If X is an instance of the abortion of Y by Z, then there exists W such that Y desires there exists V such that V is an instance of Z, Y is an agent of V holds during W, and W happens earlier than the time of existence of X |