Uses of Interface
org.biojava.bio.program.indexdb.IndexStore
Packages that use IndexStore
Package
Description
A flat-file ascii index of ascii flat files as per the OBDA specification.
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 IndexStoreModifier and TypeClassDescriptionclass
BioStore
s 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 IndexStoreModifierConstructorDescriptionIndexer
(File file, IndexStore indexStore) Build a new Indexer.Indexer2
(File file, IndexStore indexStore, Index2Model model) Build a new Indexer.