|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectgov.nih.nlm.nls.gspell.FindOptions
FindOptions These are options that can be set on the fly after the gspell object has been instantiated, to alter the behavior of the find methods from invocation to invocation. Fri May 03 18:51:03 EDT 2002, divita Initial Version
| Constructor Summary | |
FindOptions()
This is a constructor for FindOptions This constructor has no parameters. |
|
FindOptions(GlobalBehavior pSettings)
This is a constructor for FindOptions |
|
FindOptions(int pMaxCandidatesToConsider,
boolean pWordLengthHeuristic,
int pTruncateSize,
int pMaxEditDistance)
This is a constructor for FindOptions |
|
| Method Summary | |
int |
getMaxCandidatesToConsider()
Method getMaxCandidatesToConsider |
int |
getMaxEditDistance()
Method getMaxEditDistance |
int |
getTruncateSize()
Method getTruncateSize |
boolean |
getWordLenghtHeuristic()
Method getWordLenghtHeuristic |
boolean |
getWordLengthHeuristic()
Method getWordLengthHeuristic |
void |
setMaxCandidatesToConsider(int pVal)
Method setMaxCandidatesToConsider |
void |
setMaxEditDistance(int pVal)
Method setMaxEditDistance |
void |
setTruncateSize(int pVal)
Method setTruncateSize |
void |
setWordLenghtHeuristic(boolean pVal)
Method setWordLenghtHeuristic |
void |
setWordLengthHeuristic(boolean pVal)
Method setWordLengthHeuristic |
java.lang.String |
toString()
Method toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FindOptions()
public FindOptions(int pMaxCandidatesToConsider,
boolean pWordLengthHeuristic,
int pTruncateSize,
int pMaxEditDistance)
pMaxCandidatesToConsider - pWordLengthHeuristic - pTruncateSize - pMaxEditDistance - public FindOptions(GlobalBehavior pSettings)
pSettings - | Method Detail |
public int getMaxCandidatesToConsider()
public boolean getWordLenghtHeuristic()
public boolean getWordLengthHeuristic()
public int getTruncateSize()
public int getMaxEditDistance()
public void setMaxCandidatesToConsider(int pVal)
pVal - public void setWordLenghtHeuristic(boolean pVal)
pVal - public void setWordLengthHeuristic(boolean pVal)
pVal - public void setTruncateSize(int pVal)
pVal - public void setMaxEditDistance(int pVal)
pVal - public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||