HypertextLink |
appearance as argument number 1 |
(documentation HypertextLink EnglishLanguage "A link embedded in one documentation that refers to another document, and can be processed automatically by a ComputerProgram to retrieve and display the referenced document. Most typically an HTML 'A' tag but also found in other markup languages.") | UXExperimentalTerms.kif 3305-3309 | |
(subclass HypertextLink DigitalData) | UXExperimentalTerms.kif 3304-3304 | HypertextLink e' uma sub-classe de DigitalData |
appearance as argument number 2 |
(subclass GUI_Link HypertextLink) | ComputerInput.kif 1160-1160 | GUI_Link e' uma sub-classe de HypertextLink |
(termFormat EnglishLanguage HypertextLink "hyperlink") | UXExperimentalTerms.kif 3310-3310 |
appearance as argument number 3 |
(domain ClickThroughRateFn 2 HypertextLink) | UXExperimentalTerms.kif 3329-3329 | O argumento numero 2 de ClickThroughRateFn e' uma instancia de HypertextLink |
antecedent |
consequent |
(=> (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 3721-3739 |
|