SRPResults |
appearance as argument number 1 |
![]() |
(documentation SRPResults EnglishLanguage "A List containing WebListings or WebPages the is the result of a BestMatchAlgorithm, and is a component of a SearchResultsPage.") | UXExperimentalTerms.kif 2680-2681 | |
(subclass SRPResults List) | UXExperimentalTerms.kif 2676-2676 |
appearance as argument number 2 |
![]() |
(termFormat EnglishLanguage SRPResults "search results") | UXExperimentalTerms.kif 2678-2678 |
antecedent |
![]() |
(=> (and (inList ?ITEM ?RESULTS) (instance ?RESULTS SRPResults)) (exists (?SRP) (and (instance ?SRP SearchResultsPage) (component ?RESULTS ?SRP)))) |
UXExperimentalTerms.kif 2698-2705 | |
(=> (and (inList ?ITEM ?RESULTS) (instance ?RESULTS SRPResults)) (or (instance ?ITEM WebListing) (instance ?ITEM WebPage))) |
UXExperimentalTerms.kif 2690-2696 | |
(=> (and (instance ?PAGE SearchResultsPage) (instance ?RESULTS SRPResults) (component ?RESULTS ?PAGE)) (equal (DivisionFn (CardinalityFn (KappaFn ?CLICK (and (instance ?CLICK RequestingHyperlink) (patient ?CLICK ?ELEMENT) (destination ?CLICK ?LINKEDPAGE) (instance ?ELEMENT HypertextLink) (component ?ELEMENT ?PAGE) (or (instance ?LINKEDPAGE ProductDescriptionPage) (instance ?LINKEDPAGE ViewItemPage))))) (ListLengthFn ?RESULTS)) (SRPEngagementFn ?PAGE))) |
UXExperimentalTerms.kif 3925-3943 | |
(=> (instance ?RESULTS SRPResults) (exists (?BM) (and (instance ?BM BestMatchAlgorithm) (result ?BM ?RESULTS)))) |
UXExperimentalTerms.kif 2683-2688 |
consequent |
![]() |
(=> (and (instance ?SEO SEO) (patient ?SEO ?PAGE)) (hasPurpose ?SEO (exists (?SRPRESULT_BEFORE ?SRPRESULT_AFTER ?BM1 ?BM2) (and (instance ?SRPRESULT_BEFORE SRPResults) (instance ?SRPRESULT_AFTER SRPResults) (equal ?PAGE (ListOrderFn ?SRPRESULT_BEFORE ?BEFORE)) (equal ?PAGE (ListOrderFn ?SRPRESULT_AFTER ?AFTER)) (instance ?BM1 BestMatchAlgorithm) (instance ?BM2 BestMatchAlgorithm) (earlier (WhenFn ?BM1) (WhenFn ?BM2)) (earlier (WhenFn ?SEO) (WhenFn ?BM2)) (earlier (WhenFn ?BM1) (WhenFn ?SEO)) (greaterThan ?BEFORE ?AFTER))))) |
UXExperimentalTerms.kif 2595-2611 | |
(=> (instance ?BM BestMatchAlgorithm) (hasPurpose ?BM (exists (?RESULT) (and (instance ?RESULT SRPResults) (result ?BM ?RESULT))))) |
UXExperimentalTerms.kif 2500-2506 | |
(=> (instance ?PAGE SearchResultsPage) (exists (?RESULTS) (and (instance ?RESULTS SRPResults) (component ?RESULTS ?PAGE)))) |
UXExperimentalTerms.kif 2737-2742 | |
(=> (searchResult ?RESULT ?SA) (exists (?RESULTS) (and (instance ?RESULTS SRPResults) (inList ?RESULT ?RESULTS)))) |
UXExperimentalTerms.kif 2538-2543 |
![]() |
![]() |