Uses of Class
org.biojava.bio.program.indexdb.BioStore
-
Packages that use BioStore Package Description org.biojava.bio.annodb Databases of generic structured data (annotation) objects.org.biojava.bio.program.indexdb A flat-file ascii index of ascii flat files as per the OBDA specification. -
-
Uses of BioStore in org.biojava.bio.annodb
Constructors in org.biojava.bio.annodb with parameters of type BioStore Constructor Description IndexedAnnotationDB(BioStore store)
Initialise the db from a store. -
Uses of BioStore in org.biojava.bio.program.indexdb
Methods in org.biojava.bio.program.indexdb that return BioStore Modifier and Type Method Description BioStore
BioStoreFactory. createBioStore()
createBioStore
creates aBioStore
reflecting the current state of the factory and returns a reference to it.
-