Uses of Class
org.biojava.bio.program.tagvalue.Index2Model

Packages that use Index2Model
org.biojava.bio.annodb Databases of generic structured data (annotation) objects. 
org.biojava.bio.program.tagvalue Process files as streams of records, each with tags with values. 
 

Uses of Index2Model in org.biojava.bio.annodb
 

Constructors in org.biojava.bio.annodb with parameters of type Index2Model
IndexedAnnotationDB(String dbName, File storeLoc, Index2Model model, List toIndex, int maxKeyLen, AnnotationType schema, IndexedAnnotationDB.ParserListenerFactory plFactory)
          Create a new IndexedAnnotationDB.
 

Uses of Index2Model in org.biojava.bio.program.tagvalue
 

Constructors in org.biojava.bio.program.tagvalue with parameters of type Index2Model
Indexer2(File file, IndexStore indexStore, Index2Model model)
          Build a new Indexer.