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

Formal Language: 



KB Term:  Term intersection
English Word: 

  dependencyDelay

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 1246-1252
(domain dependencyDelay 1 ComputerProgram) QoSontology.kif 1244-1244 The number 1 argument of dependency delay is an instance of computer program
(domain dependencyDelay 2 TimeDuration) QoSontology.kif 1245-1245 The number 2 argument of dependency delay is an instance of time duration
(instance dependencyDelay BinaryPredicate) QoSontology.kif 1243-1243 dependency delay is an instance of binary predicate

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 19098-19098
(termFormat ChineseTraditionalLanguage dependencyDelay "依賴延遲") domainEnglishFormat.kif 19097-19097
(termFormat EnglishLanguage dependencyDelay "dependency delay") domainEnglishFormat.kif 19096-19096

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 1270-1284
(=>
    (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 1254-1268


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

Show without tree


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