Package | Description |
---|---|
org.biojava.bio.seq.db |
Collections of biological sequence data.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleIndex
This is a no-frills implementation of the Index interface.
|
Modifier and Type | Method and Description |
---|---|
Index |
TabIndexStore.fetch(String id) |
Index |
IndexStore.fetch(String id)
Fetch an Index based upon an ID.
|
Index |
EmblCDROMIndexStore.fetch(String id) |
Index |
BioIndex.fetch(String id) |
Modifier and Type | Method and Description |
---|---|
void |
TabIndexStore.store(Index indx) |
void |
IndexStore.store(Index indx)
Add the Index to the store.
|
void |
EmblCDROMIndexStore.store(Index index)
store adds an Index to the store. |
void |
BioIndex.store(Index indx) |
Copyright © 2014 BioJava. All rights reserved.