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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - startupTimeDelay
startupTimeDelay

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


(documentation startupTimeDelay EnglishLanguage "(startupTimeDelay ?PROGRAM ?TIME) says that ?TIME is the time to delay after the previous application was started before starting the application ?PROGRAM.") QoSontology.kif 761-763
(domain startupTimeDelay 1 ComputerProgram) QoSontology.kif 759-759
(domain startupTimeDelay 2 TimeDuration) QoSontology.kif 760-760
(instance startupTimeDelay BinaryPredicate) QoSontology.kif 758-758

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


(format ChineseLanguage startupTimeDelay "%1 的 startup time delay 是 %2 ") domainEnglishFormat.kif 4622-4622
(format ChineseTraditionalLanguage startupTimeDelay "%1 的 startup time delay 是 %2 ") domainEnglishFormat.kif 4621-4621
(format EnglishLanguage startupTimeDelay "the startup time delay of %1 is %2") domainEnglishFormat.kif 4620-4620
(termFormat ChineseLanguage startupTimeDelay "启动时间延迟") domainEnglishFormat.kif 55102-55102
(termFormat ChineseTraditionalLanguage startupTimeDelay "啟動時間延遲") domainEnglishFormat.kif 55101-55101
(termFormat EnglishLanguage startupTimeDelay "startup time delay") domainEnglishFormat.kif 55100-55100

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


(=>
    (and
        (startupTimeDelay ?Application ?Delay)
        (instance ?Process1 ComputerProcess)
        (programRunning ?Process1 ?Application)
        (equal
            (WhenFn ?Process1) ?Time1)
        (instance ?Process2 ComputerProcess)
        (equal
            (WhenFn ?Process2) ?Time2)
        (meetsTemporally ?Time1 ?Time)
        (meetsTemporally ?Time ?Time2))
    (duration ?Time ?Delay))
QoSontology.kif 769-779


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