Package | Description |
---|---|
org.biojava.bio.program.ssbind |
Creation of objects from SAX events using the BioJava BlastLikeDataSetCollection DTD.
|
org.biojava.bio.seq.db |
Collections of biological sequence data.
|
Modifier and Type | Field and Description |
---|---|
protected SequenceDBInstallation |
ViewSequenceFactory.subjectDBs |
Modifier and Type | Method and Description |
---|---|
SequenceDBInstallation |
ViewSequenceFactory.getSubjectDBInstallation()
getSubjectDBInstallation returns the installation
in which all the databases searched may be
found. |
Modifier and Type | Method and Description |
---|---|
void |
ViewSequenceFactory.setSubjectDBInstallation(SequenceDBInstallation subjectDBs)
setSubjectDBInstallation sets the subject database
holder to a specific installation. |
void |
BlastLikeSearchBuilder.setSubjectDBInstallation(SequenceDBInstallation subjectDBs)
setSubjectDBInstallation sets the subject database
holder to a specific installation. |
Constructor and Description |
---|
BlastLikeSearchBuilder(List target,
SequenceDB querySeqHolder,
SequenceDBInstallation subjectDBs)
Creates a new
BlastLikeSearchBuilder which will
instantiate results into the List target. |
Modifier and Type | Class and Description |
---|---|
class |
DummySequenceDBInstallation
DummySequenceDBInstallation is an implementation which
returns the same DummySequenceDB instance regardless
of the identifier used to retrieve a database. |
class |
SimpleSequenceDBInstallation
This class is an implementation of interface SequenceDBInstallation
that manages a set of SequenceDB objects.
|
Copyright © 2014 BioJava. All rights reserved.