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

Formal Language: 



KB Term:  Term intersection
English Word: 

  StartupBlock

Sigma KEE - StartupBlock
StartupBlock

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


(documentation StartupBlock EnglishLanguage "A typically small instance of ComputerProgram (a sequence of instructions that will run on a computer) whose function is to load and initialize a typically larger instance of ComputerProgram and start it running.") QoSontology.kif 366-369
(subclass StartupBlock ComputerProgram) QoSontology.kif 365-365

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


(range StartupFn StartupBlock) QoSontology.kif 402-402
(termFormat ChineseLanguage StartupBlock "启动块") domainEnglishFormat.kif 55080-55080
(termFormat ChineseTraditionalLanguage StartupBlock "啟動塊") domainEnglishFormat.kif 55079-55079
(termFormat EnglishLanguage StartupBlock "startup block") domainEnglishFormat.kif 55078-55078

appearance as argument number 3
-------------------------


(domain startupOf 1 StartupBlock) QoSontology.kif 372-372

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


(=>
    (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
(=>
    (instance ?Startup StartupBlock)
    (exists (?Application)
        (startupOf ?Startup ?Application)))
QoSontology.kif 380-383

consequent
-------------------------


(=>
    (dependencyType ?Program ?Type)
    (or
        (equal ?Type StartupBlock)
        (equal ?Type ShutdownBlock)))
QoSontology.kif 1227-1231


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