Package | Description |
---|---|
org.biojava.bio.seq.db |
Collections of biological sequence data.
|
org.biojavax.bio.db |
Interactions between biojavax objects and a DB.
|
Modifier and Type | Class and Description |
---|---|
static class |
IDMaker.ByName |
static class |
IDMaker.ByURN |
Modifier and Type | Field and Description |
---|---|
static IDMaker |
IDMaker.byName
A simple implementation of IDMaker that hashes by sequence name.
|
static IDMaker |
IDMaker.byURN
A simple implementation of IDMaker that hashes by URN.
|
Modifier and Type | Method and Description |
---|---|
IDMaker |
HashSequenceDB.getIDMaker()
Retrieve the IDMaker associated with this database.
|
Constructor and Description |
---|
HashSequenceDB(IDMaker idMaker)
Generate a HashSequenceDB object that will use idMaker to generate ids for
sequences and have a null name.
|
HashSequenceDB(IDMaker idMaker,
String name)
Generate a HashSequenceDB object that will use idMaker to generate ids for
sequences and have the requested name.
|
IndexedSequenceDB(IDMaker idMaker,
IndexStore indexStore)
Create an IndexedSequenceDB by specifying both the IDMaker and
IndexStore used.
|
Modifier and Type | Method and Description |
---|---|
IDMaker |
HashRichSequenceDB.getIDMaker()
Retrieve the IDMaker associated with this database.
|
Constructor and Description |
---|
HashRichSequenceDB(IDMaker idMaker)
Generate a HashRichSequenceDB object that will use idMaker to generate ids for
sequences and have a null name.
|
HashRichSequenceDB(IDMaker idMaker,
String name)
Generate a HashRichSequenceDB object that will use idMaker to generate ids for
sequences and have the requested name.
|
Copyright © 2014 BioJava. All rights reserved.