Uses of Interface
org.biojava.bio.program.indexdb.Record
-
Packages that use Record Package Description org.biojava.bio.program.indexdb A flat-file ascii index of ascii flat files as per the OBDA specification. -
-
Uses of Record in org.biojava.bio.program.indexdb
Classes in org.biojava.bio.program.indexdb that implement Record Modifier and Type Class Description static class
Record.Impl
Impl
is the default implementation of Record.Methods in org.biojava.bio.program.indexdb that return Record Modifier and Type Method Description Record
BioStore. get(String id)
Record
IndexStore. get(String id)
get
returns a record specified by a primary identifier.
-