Lvg Java
2006p Version

gov.nih.nlm.nls.lvg.Lib
Class LvgFlowSpecificOption

java.lang.Object
  extended by gov.nih.nlm.nls.lvg.Lib.LvgFlowSpecificOption

public class LvgFlowSpecificOption
extends java.lang.Object

This class provides a class for all Lvg Flow specific options. This class is used in the LvgCmdApi.

History:

Version:
V-2006p
Author:
NLM NLS Development Team

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

LvgFlowSpecificOption

public LvgFlowSpecificOption()
Method Detail

SetMaxPermuteTermNum

public void SetMaxPermuteTermNum(int value)
Set the maximum Permutation number for uninflecting words

Parameters:
value - maximum permutation number for uninflecting words

SetMaxMetaphoneCodeLength

public void SetMaxMetaphoneCodeLength(int value)
Set the maximum Metaphone code length

Parameters:
value - the maximum Metaphone code length

SetDerivationFilter

public void SetDerivationFilter(int value)
Set the derivation output filter

Parameters:
value - value of the type of derivation output filter

SetInflectionFilter

public void SetInflectionFilter(int value)
Set the inflection output filter

Parameters:
value - value of the type of inflection output filter

GetMaxPermuteTermNum

public int GetMaxPermuteTermNum()
Get the maximum permute term number for uninflecting words

Returns:
maximum permute term number for uninflecting words

GetMaxMetaphoneCodeLength

public int GetMaxMetaphoneCodeLength()
Get the maximum Metaphone code length

Returns:
the maximum Metaphone code length

GetDerivationFilter

public int GetDerivationFilter()
Get the derivation output filter

Returns:
value of the type of derivation output filter

GetInflectionFilter

public int GetInflectionFilter()
Get the inflection output filter

Returns:
value of the type of inflection output filter

Lvg Java
2006p Version

Submit a bug or feature

Copyright © 2006p National Library of Medicine