QPViewsFn |
appearance as argument number 1 |
(documentation QPViewsFn EnglishLanguage "(QPViewsFn ?VISITOR) returns all the instances of AccessingWebPage where ?Visitor is the agent and the desitination is a treatedPage") | UXExperimentalTerms.kif 4172-4173 | |
(domain QPViewsFn 1 Human) | UXExperimentalTerms.kif 4166-4166 | The number 1 argument of qualifed page views is an instance of human |
(instance QPViewsFn UnaryFunction) | UXExperimentalTerms.kif 4164-4164 | Qualifed page views is an instance of unary function |
(range QPViewsFn Collection) | UXExperimentalTerms.kif 4168-4168 | The range of qualifed page views is an instance of collection |
appearance as argument number 2 |
(format ChineseLanguage QPViewsFn "所有的 treated web page 浏览从 %1") | domainEnglishFormat.kif 4286-4286 | |
(format ChineseTraditionalLanguage QPViewsFn "所有的 treated web page 瀏覽從 %1 ") | domainEnglishFormat.kif 4285-4285 | |
(format EnglishLanguage QPViewsFn "all the treated web page views from %1") | domainEnglishFormat.kif 4284-4284 | |
(termFormat EnglishLanguage QPViewsFn "qualifed page views") | UXExperimentalTerms.kif 4170-4170 |
consequent |
(=> (and (instance ?VISITOR Human) (instance ?QPVIEWS Collection) (forall (?PAGE ?ACCESSING ?EXPERIMENT) (=> (and (instance ?PAGE WebPage) (instance ?ACCESSING AccessingWebPage) (instance ?EXPERIMENT Experimenting) (agent ?ACCESSING ?VISITOR) (patient ?ACCESSING ?PAGE) (treatedPage ?PAGE ?EXPERIMENT)) (member ?ACCESSING ?QPVIEWS)))) (equal ?QPVIEWS (QPViewsFn ?VISITOR))) |
UXExperimentalTerms.kif 4175-4190 |
|