public class SearchEngine extends ExperimentObject implements Advocate
Constructor and Description |
---|
SearchEngine()
Constructor for a search engine.
|
SearchEngine(int searchEngineId)
Constructor for a search engine.
|
Modifier and Type | Method and Description |
---|---|
int |
getId()
Getter for the search engine index.
|
java.lang.String |
getName()
Getter for the search engine name.
|
static java.lang.String |
getName(int id)
Getter for the search engine name.
|
static boolean |
isAscendingScore(int id)
Indicates whether a search engine score is increasing when the quality of
the match increases.
|
addUrParam, getParameterKey, getUrParam
public SearchEngine()
public SearchEngine(int searchEngineId)
searchEngineId
- the search engine indexpublic static java.lang.String getName(int id)
id
- the id of the search enginepublic java.lang.String getName()
public int getId()
public static boolean isAscendingScore(int id)
id
- the index of the search engine according to the Advocate static
fieldsCopyright © 2013. All Rights Reserved.