Package org.biojava.bio.program.ssbind
Creation of objects from SAX events using the BioJava BlastLikeDataSetCollection DTD.
-
Interface Summary Interface Description StAXHandlerFactory StAXHandlerFactory
is an interface for factories producingStAXContentHandler
s which are used by theSeqSimilarityStAXAdapter
. -
Class Summary Class Description AlignmentStAXHandler AlignmentStAXHandler
handles the BlastLikeAlignment element of BioJava BlastLike XML.AlphabetResolver AlphabetResolver
s are helpers which determine which type of sequenceAlphabet
to expect from a search result.AnnotationFactory AnnotationFactory
is a utility class for makingAnnotation
s fromMap
s.BlastLikeHomologyBuilder BlastLikeHomologyBuilder
populates aList
withHomology
instances created from SAX events supplied via aSeqSimilarityAdapter
.BlastLikeSearchBuilder BlastLikeSearchBuilder
will createSeqSimilaritySearchResult
s from SAX events via aSeqSimilarityAdapter
.HeaderStAXHandler HeaderStAXHandler
handles the Header element of BioJava BlastLike XML.HitStAXHandler AlignmentStAXHandler
handles the Hit element of BioJava BlastLike XML.HSPStAXHandler HSPStAXHandler
handles the HSP element of BioJava BlastLike XML.HSPSummaryStAXHandler HSPSummaryStAXHandler
handles the HSPSummary element of BioJava BlastLike XML.SeqSimilarityAdapter ASeqSimilarityAdapter
converts SAX events into method calls on aSearchContentHandler
implementation.SeqSimilarityStAXAdapter SeqSimilarityStAXAdapter
is a handler for XML conforming to the BioJava BlastLike DTD.SeqSimilarityStAXHandler SeqSimilarityStAXHandler
is a base class for creating modular StAX handlers which send callbacks to aSeqSimilarityStAXAdapter
.SimilarityPairBuilder SimilarityPairBuilder
annotates query and subjectSequence
withSimilarityPairFeature
s created from SAX events supplied via aSeqSimilarityAdapter
.StAXHandlerBinding StAXHandlerBinding
s associates anElementRecognizer
with a factory which createsStAXContentHandler
s for elements which it theElementRecognizer
accepts.ViewSequenceFactory ViewSequenceFactory
is a base class for creating search handlers which create and cache views on the query and subject sequences.