startupTimeDelay |
appearance as argument number 1 |
(documentation startupTimeDelay EnglishLanguage "(startupTimeDelay ?PROGRAM ?TIME) says that ?TIME is the time to delay after the previous application was started before starting the application ?PROGRAM.") | QoSontology.kif 652-654 | |
(domain startupTimeDelay 1 ComputerProgram) | QoSontology.kif 650-650 | The number 1 argument of startup time delay is an instance of computer program |
(domain startupTimeDelay 2 TimeDuration) | QoSontology.kif 651-651 | The number 2 argument of startup time delay is an instance of time duration |
(instance startupTimeDelay BinaryPredicate) | QoSontology.kif 649-649 | startup time delay is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage startupTimeDelay "%1 的 startup time delay 是 %2 ") | domainEnglishFormat.kif 4618-4618 | |
(format ChineseTraditionalLanguage startupTimeDelay "%1 的 startup time delay 是 %2 ") | domainEnglishFormat.kif 4617-4617 | |
(format EnglishLanguage startupTimeDelay "the startup time delay of %1 is %2") | domainEnglishFormat.kif 4616-4616 | |
(termFormat ChineseLanguage startupTimeDelay "启动时间延迟") | domainEnglishFormat.kif 55138-55138 | |
(termFormat ChineseTraditionalLanguage startupTimeDelay "啟動時間延遲") | domainEnglishFormat.kif 55137-55137 | |
(termFormat EnglishLanguage startupTimeDelay "startup time delay") | domainEnglishFormat.kif 55136-55136 |
antecedent |
(=> (and (startupTimeDelay ?Application ?Delay) (instance ?Process1 ComputerProcess) (programRunning ?Process1 ?Application) (equal (WhenFn ?Process1) ?Time1) (instance ?Process2 ComputerProcess) (equal (WhenFn ?Process2) ?Time2) (meetsTemporally ?Time1 ?Time) (meetsTemporally ?Time ?Time2)) (duration ?Time ?Delay)) |
QoSontology.kif 660-670 |
|