![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| RMStartApplication(RM start application) |
| appearance as argument number 1 |
|
|
| (subclass RMStartApplication ComputerProgram) | QoSontology.kif 688-688 | RM start application is a subclass of computer program |
| (documentation RMStartApplication EnglishLanguage "A program started by a Resource Management program, which determines if and where to start the application.") | QoSontology.kif 690-692 | RM start application is a subclass of computer program |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage RMStartApplication "RM start application") | QoSontology.kif 689-689 |
| antecedent |
|
|
| (=> (instance ?RM RMStartApplication) (exists (?Application ?Process ?RMCopy) (and (instance ?Application ComputerProgram) (programCopy ?RMCopy ?RM) (programRunning ?Process (StartupFn ?Application)) (agent ?Process ?RMCopy)))) |
QoSontology.kif 694-701 | If X is an instance of RM start application, then there exist Y, Z, W such that Y is an instance of computer program, W is a copy of X, the startup of Y is a program running of Z, and W is an agent of Z |