Uses of Interface
org.biojava.bio.program.indexdb.IndexStore
-
Packages that use IndexStore Package Description 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 Modifier and Type Class Description class
BioStore
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 IndexStore Constructor Description Indexer(File file, IndexStore indexStore)
Build a new Indexer.Indexer2(File file, IndexStore indexStore, Index2Model model)
Build a new Indexer.
-