startupOf |
appearance as argument number 1 |
(documentation startupOf EnglishLanguage "(startupOf ?STARTUP ?PROGRAM) holds just in case an instance of StartupBlock ?STARTUP specifies a set of instructions to start the ?PROGRAM.") | QoSontology.kif 374-376 | |
(domain startupOf 1 StartupBlock) | QoSontology.kif 372-372 | |
(domain startupOf 2 ComputerProgram) | QoSontology.kif 373-373 | |
(instance startupOf BinaryPredicate) | QoSontology.kif 371-371 |
appearance as argument number 2 |
(format ChineseLanguage startupOf "%2 %n 是 %1 的 startup") | domainEnglishFormat.kif 2347-2347 | |
(format ChineseTraditionalLanguage startupOf "%2 %n 是 %1 的 startup ") | domainEnglishFormat.kif 2346-2346 | |
(format EnglishLanguage startupOf "%2 is %n a startup of %1") | domainEnglishFormat.kif 2345-2345 | |
(termFormat ChineseLanguage startupOf "的启动") | domainEnglishFormat.kif 55094-55094 | |
(termFormat ChineseTraditionalLanguage startupOf "的啟動") | domainEnglishFormat.kif 55093-55093 | |
(termFormat EnglishLanguage startupOf "startup of") | domainEnglishFormat.kif 55092-55092 |
antecedent |
(=> (and (startupOf ?Startup ?Application) (instance ?Process1 ComputerProcess) (programRunning ?Process1 ?Startup) (equal (WhenFn ?Process1) ?Time1)) (exists (?Process2 ?Time2) (and (instance ?Process2 ComputerProcess) (programRunning ?Process2 ?Application) (equal (WhenFn ?Process2) ?Time2) (meetsTemporally ?Time1 ?Time2)))) |
QoSontology.kif 387-398 |
consequent |
(=> (instance ?Startup StartupBlock) (exists (?Application) (startupOf ?Startup ?Application))) |
QoSontology.kif 380-383 |