(=>
(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 |