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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ShutdownBlock
ShutdownBlock(关机块)

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


(documentation ShutdownBlock EnglishLanguage "A typically small instance of ComputerProgram whose function is to end a typically larger instance of ComputerProgram.") QoSontology.kif 407-409
(externalImage ShutdownBlock "http://upload.wikimedia.org/wikipedia/en/4/ 42/ Mac_OS_X_power_dialog.png") pictureList.kif 8712-8712
(externalImage ShutdownBlock "http://upload.wikimedia.org/wikipedia/en/5/ 5e/ Windows_XP_Shutdown.png") pictureList.kif 9657-9657
(subclass ShutdownBlock ComputerProgram) QoSontology.kif 406-406 关机块电脑程序subclass

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


(range ShutdownFn ShutdownBlock) QoSontology.kif 442-442 关掉range关机块 的实例
(termFormat ChineseLanguage ShutdownBlock "关机块") domainEnglishFormat.kif 52904-52904
(termFormat ChineseTraditionalLanguage ShutdownBlock "關機塊") domainEnglishFormat.kif 52903-52903
(termFormat EnglishLanguage ShutdownBlock "shutdown block") domainEnglishFormat.kif 52902-52902

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


(domain shutdownOf 1 ShutdownBlock) QoSontology.kif 412-412 关闭 的 1 数量 是 关机块instance

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
(=>
    (instance ?Shutdown ShutdownBlock)
    (exists (?Application)
        (shutdownOf ?Shutdown ?Application)))
QoSontology.kif 420-423