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

Formal Language: 


KB Term:  Term intersection
English Word: 

  hasDependency

Sigma KEE - hasDependency
hasDependency

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


(documentation hasDependency EnglishLanguage "(hasDependency ?PROGRAM1 ?PROGRAM2) holds if ?PROGRAM1 is dependent on the application ?PROGRAM2.") QoSontology.kif 1349-1350
(domain hasDependency 1 ComputerProgram) QoSontology.kif 1347-1347
(domain hasDependency 2 ComputerProgram) QoSontology.kif 1348-1348
(instance hasDependency BinaryPredicate) QoSontology.kif 1346-1346

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


(format ChineseLanguage hasDependency "%2 %p{有} %n{没有} 对 %1 的依赖性") domainEnglishFormat.kif 1137-1137
(format ChineseTraditionalLanguage hasDependency "%2 %p{有} %n{沒有} 對 %1 的依賴性") domainEnglishFormat.kif 1136-1136
(format EnglishLanguage hasDependency "%2 %p{has} %n{does not have} a dependency on %1") domainEnglishFormat.kif 1135-1135
(termFormat ChineseLanguage hasDependency "有依赖性") domainEnglishFormat.kif 27521-27521
(termFormat ChineseTraditionalLanguage hasDependency "有依賴性") domainEnglishFormat.kif 27520-27520
(termFormat EnglishLanguage hasDependency "has dependency") domainEnglishFormat.kif 27519-27519

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 1379-1393
(=>
    (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 1363-1377


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