Uses of Interface
org.biojava.bio.seq.db.IndexStore
-
Packages that use IndexStore Package Description org.biojava.bio.seq.db Collections of biological sequence data. -
-
Uses of IndexStore in org.biojava.bio.seq.db
Classes in org.biojava.bio.seq.db that implement IndexStore Modifier and Type Class Description classBioIndexThe original object for indexing sequence files.classEmblCDROMIndexStoreEmblCDROMIndexStores implement a read-onlyIndexStorebacked by EMBL CD-ROM format binary indices.classTabIndexStoreImplements IndexStore as a serialized file for the java data and a tab-delimited file of offsets.Methods in org.biojava.bio.seq.db that return IndexStore Modifier and Type Method Description IndexStoreIndexedSequenceDB. getIndexStore()Retrieve the IndexStore.Constructors in org.biojava.bio.seq.db with parameters of type IndexStore Constructor Description IndexedSequenceDB(IDMaker idMaker, IndexStore indexStore)Create an IndexedSequenceDB by specifying both the IDMaker and IndexStore used.IndexedSequenceDB(IndexStore indexStore)Create an IndexedSequenceDB by specifying IndexStore used.
-