| Package | Description |
|---|---|
| org.biojavax |
The Biojava extensions packages, classes that extend the core biojava
functionality
The biojavax packages contain a number of extensions to the core biojava
interfaces.
|
| org.biojavax.bio.db.biosql |
Interface between biojava and biosql databases
|
| org.biojavax.bio.seq |
Rich implementations of Sequences, Locations and Features.
|
| Modifier and Type | Method and Description |
|---|---|
static RichSequenceHandler |
RichObjectFactory.getDefaultRichSequenceHandler()
Returns the default sequence resolver object.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RichObjectFactory.setDefaultRichSequenceHandler(RichSequenceHandler rsh)
Sets the default sequence handler to use when performing sequence manipulation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BioSQLRichSequenceHandler
A handler which loads sequence data from a BioSQL database, caching it where possible.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DummyRichSequenceHandler |
Copyright © 2014 BioJava. All rights reserved.