|
Lvg Java 2006p Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nlm.nls.lvg.Lib.LvgFlowSpecificOption
public class LvgFlowSpecificOption
This class provides a class for all Lvg Flow specific options. This class is used in the LvgCmdApi.
History:
| Constructor Summary | |
|---|---|
LvgFlowSpecificOption()
|
|
| Method Summary | |
|---|---|
int |
GetDerivationFilter()
Get the derivation output filter |
int |
GetInflectionFilter()
Get the inflection output filter |
int |
GetMaxMetaphoneCodeLength()
Get the maximum Metaphone code length |
int |
GetMaxPermuteTermNum()
Get the maximum permute term number for uninflecting words |
void |
SetDerivationFilter(int value)
Set the derivation output filter |
void |
SetInflectionFilter(int value)
Set the inflection output filter |
void |
SetMaxMetaphoneCodeLength(int value)
Set the maximum Metaphone code length |
void |
SetMaxPermuteTermNum(int value)
Set the maximum Permutation number for uninflecting words |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LvgFlowSpecificOption()
| Method Detail |
|---|
public void SetMaxPermuteTermNum(int value)
value - maximum permutation number for uninflecting wordspublic void SetMaxMetaphoneCodeLength(int value)
value - the maximum Metaphone code lengthpublic void SetDerivationFilter(int value)
value - value of the type of derivation output filterpublic void SetInflectionFilter(int value)
value - value of the type of inflection output filterpublic int GetMaxPermuteTermNum()
public int GetMaxMetaphoneCodeLength()
public int GetDerivationFilter()
public int GetInflectionFilter()
|
Lvg Java 2006p Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||