Uses of Class
calhoun.analysis.crf.io.InputHandlerBase

Packages that use InputHandlerBase
calhoun.analysis.crf.io handles input and output of gene calling formats 
 

Uses of InputHandlerBase in calhoun.analysis.crf.io
 

Subclasses of InputHandlerBase in calhoun.analysis.crf.io
 class InputHandlerDirectory
          an InputHandler used when the input is in several files within a single directory.
 class InputHandlerFile
          an InputHandler used when all of the input is in a single file.