Uses of Class
gov.nih.nlm.nls.utils.GlobalBehavior

Packages that use GlobalBehavior
gov.nih.nlm.nls.dbm dbm is a package that allows for persistant store of indexed material. 
gov.nih.nlm.nls.gspell GSpell is a spelling suggestion tool. 
gov.nih.nlm.nls.utils   
 

Uses of GlobalBehavior in gov.nih.nlm.nls.dbm
 

Methods in gov.nih.nlm.nls.dbm with parameters of type GlobalBehavior
static JDbmInterface JDbmFactory.build(java.lang.String pFileName, int pMode, GlobalBehavior pSettings)
          The method build returns the dbm object referenced by pFilename.
static JDbmInterface JDbmFactory.build(java.lang.String pFileName, int pMode, GlobalBehavior pSettings, int pLoadMaxSize, int pMaxCacheSize)
          The method build returns the dbm object referenced by pFilename.
 

Constructors in gov.nih.nlm.nls.dbm with parameters of type GlobalBehavior
MysqlJDbm(java.lang.String pFileName, int pMode, GlobalBehavior pSettings)
          This is a constructor for MysqlJDbm.
 

Uses of GlobalBehavior in gov.nih.nlm.nls.gspell
 

Methods in gov.nih.nlm.nls.gspell that return GlobalBehavior
 GlobalBehavior NGrams.cleanup()
          Method cleanup closes up open files, writes to data stores.
(package private)  GlobalBehavior NGramIndex.cleanup()
          Method cleanup Note, this method could be called more than once in a process
 

Methods in gov.nih.nlm.nls.gspell with parameters of type GlobalBehavior
(package private) static java.lang.String GSpell.getHeader(GlobalBehavior pSettings, java.lang.String pFileName)
           
(package private) static void GSpell.storeConfigSettings(GlobalBehavior pSettings)
          Method storeConfigSettings prints the configuration setting from all the methods to a dictionary/dictionary.cfg file.
 

Constructors in gov.nih.nlm.nls.gspell with parameters of type GlobalBehavior
NGrams(GlobalBehavior pSettings)
          This is a constructor for NGrams
NGramIndex(GlobalBehavior pSettings)
          This is a constructor for NGramIndex
MetaphoneRetrieve(GlobalBehavior pSettings)
          This is a constructor for MetaphoneRetrieve
MetaphoneIndex(GlobalBehavior pSettings)
          This is a constructor for MetaphoneIndex
HomophonesIndex(GlobalBehavior pSettings)
          This is a constructor for HomophonesIndex
Homophones(GlobalBehavior pSettings)
          This is a constructor for Homophones
GSpell(GlobalBehavior pSettings)
          This is a constructor for GSpell.
FindOptions(GlobalBehavior pSettings)
          This is a constructor for FindOptions
DocumentIdIndex(GlobalBehavior pSettings)
          This is a constructor for DocumentIdIndex
CommonMisspellings(GlobalBehavior pSettings)
          This is a constructor for CommonMisspellings
CommonMisspellingIndex(GlobalBehavior pSettings)
          This is a constructor for CommonMisspellingIndex
Benchmark(GlobalBehavior pSettings)
          This is a constructor for Benchmark
BagOWordsPlusIndex(GlobalBehavior pSettings)
          This is a constructor for BagOWordsPlusIndex
BagOWordsPlus(GlobalBehavior pSettings)
          This is a constructor for BagOWordsPlus
BagOWordsIndex(GlobalBehavior pSettings)
          This is a constructor for BagOWordsIndex
BagOWords(GlobalBehavior pSettings)
          This is a constructor for BagOWords
 

Uses of GlobalBehavior in gov.nih.nlm.nls.utils
 

Methods in gov.nih.nlm.nls.utils with parameters of type GlobalBehavior
static java.io.File[] FileUtilities.getFiles(GlobalBehavior pSettings)
          Method getFiles
 



The use and distribution of this material is subject to the terms and conditions included in the file SPECIALIST_NLP_TOOLS_TERMS_AND_CONDITIONS.TXT, located in the root directory of the distribution.