Uses of Interface
org.biojava.bio.program.indexdb.IndexStore

Packages that use IndexStore
org.biojava.bio.program.indexdb A flat-file ascii index of ascii flat files as per the OBDA specification. 
org.biojava.bio.program.tagvalue Process files as streams of records, each with tags with values. 
 

Uses of IndexStore in org.biojava.bio.program.indexdb
 

Classes in org.biojava.bio.program.indexdb that implement IndexStore
 class BioStore
          BioStores represent directory and file structures which index flat files according to the OBDA specification.
 

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

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