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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SiteSpeedFn
SiteSpeedFn

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


(documentation SiteSpeedFn EnglishLanguage "(SiteSpeedFn ?ACCESSING) returns the TimeInterval that represents the length of time it takes to load the WebPage which is the patient of the AccessingWebPage ?ACCESSING. The interval begins at the EndFn of a Requesting of that page by the WebBrowser, and ends at the EndFn of a DataTransfer of that page where the browser is the destination of the transfer.") UXExperimentalTerms.kif 3753-3757
(domain SiteSpeedFn 1 AccessingWebPage) UXExperimentalTerms.kif 3747-3747
(instance SiteSpeedFn UnaryFunction) UXExperimentalTerms.kif 3745-3745
(range SiteSpeedFn TimeInterval) UXExperimentalTerms.kif 3749-3749

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


(format ChineseLanguage SiteSpeedFn "access 的时间在 %1 ") domainEnglishFormat.kif 4534-4534
(format ChineseTraditionalLanguage SiteSpeedFn "access 的時間在 %1 ") domainEnglishFormat.kif 4533-4533
(format EnglishLanguage SiteSpeedFn "the time to access in %1") domainEnglishFormat.kif 4532-4532
(termFormat EnglishLanguage SiteSpeedFn "site speed") UXExperimentalTerms.kif 3751-3751

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


(=>
    (and
        (instance ?ACCESSING AccessingWebPage)
        (instance ?PAGE WebPage)
        (instance ?TRANSFER DataTransfer)
        (instance ?SERVER Server)
        (instance ?REQUESTING Requesting)
        (instance ?BROWSER WebBrowser)
        (instance ?INTERVAL TimeInterval)
        (patient ?ACCESSING ?PAGE)
        (agent ?REQUESTING ?BROWSER)
        (destination ?REQUESTING ?SERVER)
        (patient ?REQUESTING ?PAGE)
        (origin ?TRANSFER ?SERVER)
        (destination ?TRANSFER ?BROWSER)
        (patient ?TRANSFER ?PAGE)
        (subProcess ?TRANSFER ?ACCESSING)
        (subProcess ?REQUESTING ?ACCESSING)
        (equal
            (EndFn
                (WhenFn ?REQUESTING))
            (BeginFn ?INTERVAL))
        (equal
            (EndFn
                (WhenFn ?TRANSFER))
            (EndFn ?INTERVAL)))
    (equal
        (SiteSpeedFn ?ACCESSING) ?INTERVAL))
UXExperimentalTerms.kif 3759-3784


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