Main Page | Class Hierarchy | Class List | File List | Class Members

FormatRegistry Class Reference

class FormatRegistry The purpose of this class is to prevent any format specific details from permeating the combiner application code. More...

#include <FormatRegistry.h>

List of all members.

Static Public Member Functions

DataSetAbstractFactorygetFactory (const string &, const string &)
void printFormats (std::ostream &)


Detailed Description

class FormatRegistry The purpose of this class is to prevent any format specific details from permeating the combiner application code.

The details for various format handlers are kept hidden the development library.


Member Function Documentation

DataSetAbstractFactory* FormatRegistry::getFactory const string &  ,
const string & 
[static]
 

Parameters:
const string& : string identifier specifying a file format
const string& : string identifier specifying a prediction type recognized file format identifiers: default gff btab glimmerm, fgenesh, phat, genscan genemarkhmm
recognized prediction types: geneprediction homology spliceprediction


The documentation for this class was generated from the following file: