Package | Description |
---|---|
org.biojavax.bio.db |
Interactions between biojavax objects and a DB.
|
org.biojavax.bio.seq |
Rich implementations of Sequences, Locations and Features.
|
org.biojavax.bio.seq.io |
Classes to support the I/O of RichSequence and
Bioentry objects.
|
Modifier and Type | Method and Description |
---|---|
BioEntryIterator |
BioEntryDB.getBioEntryIterator()
Returns a BioEntryIterator over all BioEntrys in the database.
|
BioEntryIterator |
AbstractRichSequenceDB.getBioEntryIterator() |
BioEntryIterator |
AbstractBioEntryDB.getBioEntryIterator() |
Modifier and Type | Interface and Description |
---|---|
interface |
RichSequenceIterator
Essentially the same as SequenceIterator.
|
Modifier and Type | Class and Description |
---|---|
static class |
RichSequence.IOTools.SingleRichSeqIterator
Used to iterate over a single rich sequence
|
Modifier and Type | Class and Description |
---|---|
class |
HashedFastaIterator
Iterates over a Fasta file that is kept in memory for optimized access.
|
class |
RichStreamReader
Parses a stream into sequences.
|
Copyright © 2014 BioJava. All rights reserved.