Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - dependencyDelay
dependencyDelay

appearance as argument number 1
-------------------------


(documentation dependencyDelay EnglishLanguage "if the dependency type is StartupBlock, then (dependencyDelay ?PROGRAM ?TIME) means that the application ?PROGRAM can only be started after a dependency delay of ?TIME after the startup of the application. If the dependency type is ShutdownBlock, then (dependencyDelay ?PROGRAM ?TIME) means that the application ?PROGRAM can only be stopped after a dependency delay of ?TIME after the application is stopped.") QoSontology.kif 1352-1358
(domain dependencyDelay 1 ComputerProgram) QoSontology.kif 1350-1350
(domain dependencyDelay 2 TimeDuration) QoSontology.kif 1351-1351
(instance dependencyDelay BinaryPredicate) QoSontology.kif 1349-1349

appearance as argument number 2
-------------------------


(format ChineseLanguage dependencyDelay "%2 %n 是 %1 的 dependency 延迟") domainEnglishFormat.kif 704-704
(format ChineseTraditionalLanguage dependencyDelay "%2 %n 是 %1 的 dependency 延遲") domainEnglishFormat.kif 703-703
(format EnglishLanguage dependencyDelay "%2 is %n a dependency delay of %1") domainEnglishFormat.kif 702-702
(termFormat ChineseLanguage dependencyDelay "依赖延迟") domainEnglishFormat.kif 19109-19109
(termFormat ChineseTraditionalLanguage dependencyDelay "依賴延遲") domainEnglishFormat.kif 19108-19108
(termFormat EnglishLanguage dependencyDelay "dependency delay") domainEnglishFormat.kif 19107-19107

antecedent
-------------------------


(=>
    (exists (?Time1 ?Time2)
        (and
            (dependencyDelay ?Program1 ?Delay)
            (dependencyType ?Program1 ShutdownBlock)
            (hasDependency ?Program1 ?Program2)
            (instance ?Process1 ComputerProcess)
            (programRunning ?Process1 ?Program1)
            (instance ?Process2 ComputerProcess)
            (programRunning ?Process2 ?Program2)
            (equal
                (WhenFn ?Process2) ?Time2)
            (finishes ?Time ?Time1)
            (equal
                (WhenFn ?Process2) ?Time2)
            (equal
                (BeginFn ?Time)
                (EndFn ?Time2))))
    (duration ?Time ?Delay))
QoSontology.kif 1376-1390
(=>
    (exists (?Time1 ?Time2)
        (and
            (dependencyDelay ?Program1 ?Delay)
            (dependencyType ?Program1 StartupBlock)
            (hasDependency ?Program1 ?Program2)
            (instance ?Process1 ComputerProcess)
            (programRunning ?Process1 ?Program1)
            (instance ?Process2 ComputerProcess)
            (programRunning ?Process2 ?Program2)
            (equal
                (WhenFn ?Process2) ?Time2)
            (starts ?Time2 ?Time)
            (equal
                (WhenFn ?Process1) ?Time1)
            (equal
                (EndFn ?Time)
                (BeginFn ?Time1))))
    (duration ?Time ?Delay))
QoSontology.kif 1360-1374


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners