Uses of Package
edu.udo.cs.wvtool.util

Packages that use edu.udo.cs.wvtool.util
edu.udo.cs.wvtool.config Provides classes connected with the dynamic configuration of the tool. 
edu.udo.cs.wvtool.generic.charmapper Provides classes and interfaces related to char conversion. 
edu.udo.cs.wvtool.generic.inputfilter Provides classes and interfaces for document input filters. 
edu.udo.cs.wvtool.generic.loader Provides classes and interfaces for document loading. 
edu.udo.cs.wvtool.generic.output Provides classes and interfaces for output filters. 
edu.udo.cs.wvtool.generic.stemmer Provides classes and interfaces for stemmers. 
edu.udo.cs.wvtool.generic.tokenizer Provides classes and interfaces for tokenization. 
edu.udo.cs.wvtool.generic.vectorcreation Provides classes and interfaces for vector creation. 
edu.udo.cs.wvtool.generic.wordfilter Provides classes and interfaces for the filtering of words. 
edu.udo.cs.wvtool.main The main classes, which contain most of the relevant interfaces. 
edu.udo.cs.wvtool.util Provides some utility classes. 
 

Classes in edu.udo.cs.wvtool.util used by edu.udo.cs.wvtool.config
WVToolException
          General exception thrown if a problem occurs during processing.
 

Classes in edu.udo.cs.wvtool.util used by edu.udo.cs.wvtool.generic.charmapper
WVToolException
          General exception thrown if a problem occurs during processing.
 

Classes in edu.udo.cs.wvtool.util used by edu.udo.cs.wvtool.generic.inputfilter
WVToolException
          General exception thrown if a problem occurs during processing.
WVToolIOException
          Exception thrown if a problem occurs during i/o processing.
 

Classes in edu.udo.cs.wvtool.util used by edu.udo.cs.wvtool.generic.loader
WVToolException
          General exception thrown if a problem occurs during processing.
 

Classes in edu.udo.cs.wvtool.util used by edu.udo.cs.wvtool.generic.output
WVToolException
          General exception thrown if a problem occurs during processing.
 

Classes in edu.udo.cs.wvtool.util used by edu.udo.cs.wvtool.generic.stemmer
TokenEnumeration
          Interface for an enumeration of tokens.
WVToolException
          General exception thrown if a problem occurs during processing.
 

Classes in edu.udo.cs.wvtool.util used by edu.udo.cs.wvtool.generic.tokenizer
TokenEnumeration
          Interface for an enumeration of tokens.
WVToolException
          General exception thrown if a problem occurs during processing.
 

Classes in edu.udo.cs.wvtool.util used by edu.udo.cs.wvtool.generic.vectorcreation
WVToolException
          General exception thrown if a problem occurs during processing.
 

Classes in edu.udo.cs.wvtool.util used by edu.udo.cs.wvtool.generic.wordfilter
TokenEnumeration
          Interface for an enumeration of tokens.
WVToolException
          General exception thrown if a problem occurs during processing.
 

Classes in edu.udo.cs.wvtool.util used by edu.udo.cs.wvtool.main
WVToolException
          General exception thrown if a problem occurs during processing.
 

Classes in edu.udo.cs.wvtool.util used by edu.udo.cs.wvtool.util
WVToolException
          General exception thrown if a problem occurs during processing.
WVToolLogger
          Singelton logging class.