|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nlm.mms.browser.WordSearchFinder.Options
public static class WordSearchFinder.Options
Options is the model of the
WordSearchFinder.OptionsGUI dialog.
| Field Summary | |
|---|---|
protected static int |
SCORE_THRESHOLD_DIVIDER
|
| Constructor Summary | |
|---|---|
WordSearchFinder.Options(WordSearchFinder wordSearchFinder)
Constructs an WordSearchFinder.Options
model with an observer being passed to it. |
|
| Method Summary | |
|---|---|
double |
getEstimatedCostStopThreshold()
Returns the threshold at which the estimated cost is too high for search execution. |
double |
getEstimatedCostWarnThreshold()
Returns the threshold at which the user is warned that the estimated cost is is high for search execution. |
Language |
getLanguage()
Returns the Language of the index that will be searched. |
WordSearchFinder.RadioButtonChoice |
getRadioButtonChoice()
Gets the radio button choice. |
double |
getScoreThreshold()
Returns the score threshold. |
void |
setEstimatedCostStopThreshold(double estimatedCostStopThreshold)
Sets the threshold at which the estimated cost is too high for search execution. |
void |
setEstimatedCostWarnThreshold(double estimatedCostWarnThreshold)
Sets the threshold at which the user is warned that the estimated cost is is high for search execution. |
void |
setLanguage(Language language)
Sets the Language of the index that will be searched. |
void |
setRadioButtonChoice(WordSearchFinder.RadioButtonChoice radioButtonChoice)
Sets the radio button choice. |
void |
setScoreThreshold(double scoreThreshold)
Sets the score threshold. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final int SCORE_THRESHOLD_DIVIDER
| Constructor Detail |
|---|
public WordSearchFinder.Options(WordSearchFinder wordSearchFinder)
WordSearchFinder.Options
model with an observer being passed to it.
wordSearchFinder - WordSearchFinder panel, which is an observer of the
model| Method Detail |
|---|
public WordSearchFinder.RadioButtonChoice getRadioButtonChoice()
WordSearchFinder.RadioButtonChoice.public void setRadioButtonChoice(WordSearchFinder.RadioButtonChoice radioButtonChoice)
radioButtonChoice - WordSearchFinder.RadioButtonChoice.public double getScoreThreshold()
public void setScoreThreshold(double scoreThreshold)
scoreThreshold - public double getEstimatedCostStopThreshold()
public void setEstimatedCostStopThreshold(double estimatedCostStopThreshold)
estimatedCostStopThreshold - estimated cost stop thresholdpublic double getEstimatedCostWarnThreshold()
public void setEstimatedCostWarnThreshold(double estimatedCostWarnThreshold)
estimatedCostWarnThreshold - estimated cost warn thresholdpublic Language getLanguage()
Language of the index that will be searched. The
default is "ENG".
Languagepublic void setLanguage(Language language)
Language of the index that will be searched.
language - Language
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||