Package | Description |
---|---|
org.biojava.bio.program.sax |
Parsers which offer XML representations of the output from common
bioinformatics tools.
|
org.biojava.bio.program.ssbind |
Creation of objects from SAX events using the BioJava BlastLikeDataSetCollection DTD.
|
org.biojava.bio.search |
Interfaces and classes for representing sequence similarity search results.
|
Modifier and Type | Class and Description |
---|---|
class |
FastaSearchSAXParser
FastaSearchSAXParser is a SAX2 compliant parser for
'-m 10' format output from the the Fasta search program (see the
Fasta documentation for details of this format). |
Modifier and Type | Class and Description |
---|---|
class |
BlastLikeHomologyBuilder
BlastLikeHomologyBuilder populates a
List with Homology instances created from
SAX events supplied via a SeqSimilarityAdapter . |
class |
BlastLikeSearchBuilder
BlastLikeSearchBuilder will create
SeqSimilaritySearchResult s from SAX events via a
SeqSimilarityAdapter . |
class |
SimilarityPairBuilder
SimilarityPairBuilder annotates query and subject
Sequence with SimilarityPairFeature s
created from SAX events supplied via a
SeqSimilarityAdapter . |
Modifier and Type | Method and Description |
---|---|
SearchContentHandler |
SeqSimilarityStAXAdapter.getSearchContentHandler()
getSearchContentHandler gets the handler which
will receive the method calls generated by the adapter. |
SearchContentHandler |
SeqSimilarityAdapter.getSearchContentHandler()
getSearchContentHandler gets the handler which
will recieve the method calls generated by the adapter. |
Modifier and Type | Method and Description |
---|---|
void |
SeqSimilarityStAXAdapter.setSearchContentHandler(SearchContentHandler scHandler)
setSearchContentHandler sets the handler which
will recieve the method calls generated by the adapter. |
void |
SeqSimilarityAdapter.setSearchContentHandler(SearchContentHandler scHandler)
setSearchContentHandler sets the handler which
will recieve the method calls generated by the adapter. |
Modifier and Type | Interface and Description |
---|---|
interface |
SearchBuilder
The
SearchBuilder interface is to be used by objects
which accumulate state via a SearchContentHandler and
then construct a SeqSimilaritySearchResult object. |
Modifier and Type | Class and Description |
---|---|
class |
FilteringContentHandler |
class |
SearchContentAdapter
An adapter for SearchContentHandler.
|
class |
SearchContentFilter
Filtering implementation of SearchContentHandler that by default passes
all messages on to the next delegate in the chain.
|
class |
SearchContentHandlerDebugger
This class prints to a PrintStream
calls to the SearchContentHandler interface
in human readable form.
|
Modifier and Type | Method and Description |
---|---|
void |
FilteringContentHandler.setSearchContentHandler(SearchContentHandler delegate) |
Constructor and Description |
---|
FilteringContentHandler(BlastLikeSearchFilter filter,
SearchContentHandler delegate) |
SearchContentFilter(SearchContentHandler delegate) |
Copyright © 2014 BioJava. All rights reserved.