Uses of Interface
org.biojava.bio.search.SearchContentHandler
-
Packages that use SearchContentHandler 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. -
-
Uses of SearchContentHandler in org.biojava.bio.program.sax
Classes in org.biojava.bio.program.sax that implement SearchContentHandler Modifier and Type Class Description classFastaSearchSAXParserFastaSearchSAXParseris a SAX2 compliant parser for '-m 10' format output from the the Fasta search program (see the Fasta documentation for details of this format). -
Uses of SearchContentHandler in org.biojava.bio.program.ssbind
Classes in org.biojava.bio.program.ssbind that implement SearchContentHandler Modifier and Type Class Description classBlastLikeHomologyBuilderBlastLikeHomologyBuilderpopulates aListwithHomologyinstances created from SAX events supplied via aSeqSimilarityAdapter.classBlastLikeSearchBuilderBlastLikeSearchBuilderwill createSeqSimilaritySearchResults from SAX events via aSeqSimilarityAdapter.classSimilarityPairBuilderSimilarityPairBuilderannotates query and subjectSequencewithSimilarityPairFeatures created from SAX events supplied via aSeqSimilarityAdapter.Methods in org.biojava.bio.program.ssbind that return SearchContentHandler Modifier and Type Method Description SearchContentHandlerSeqSimilarityAdapter. getSearchContentHandler()getSearchContentHandlergets the handler which will recieve the method calls generated by the adapter.SearchContentHandlerSeqSimilarityStAXAdapter. getSearchContentHandler()getSearchContentHandlergets the handler which will receive the method calls generated by the adapter.Methods in org.biojava.bio.program.ssbind with parameters of type SearchContentHandler Modifier and Type Method Description voidSeqSimilarityAdapter. setSearchContentHandler(SearchContentHandler scHandler)setSearchContentHandlersets the handler which will recieve the method calls generated by the adapter.voidSeqSimilarityStAXAdapter. setSearchContentHandler(SearchContentHandler scHandler)setSearchContentHandlersets the handler which will recieve the method calls generated by the adapter. -
Uses of SearchContentHandler in org.biojava.bio.search
Subinterfaces of SearchContentHandler in org.biojava.bio.search Modifier and Type Interface Description interfaceSearchBuilderTheSearchBuilderinterface is to be used by objects which accumulate state via aSearchContentHandlerand then construct aSeqSimilaritySearchResultobject.Classes in org.biojava.bio.search that implement SearchContentHandler Modifier and Type Class Description classFilteringContentHandlerclassSearchContentAdapterAn adapter for SearchContentHandler.classSearchContentFilterFiltering implementation of SearchContentHandler that by default passes all messages on to the next delegate in the chain.classSearchContentHandlerDebuggerThis class prints to a PrintStream calls to the SearchContentHandler interface in human readable form.Methods in org.biojava.bio.search with parameters of type SearchContentHandler Modifier and Type Method Description voidFilteringContentHandler. setSearchContentHandler(SearchContentHandler delegate)Constructors in org.biojava.bio.search with parameters of type SearchContentHandler Constructor Description FilteringContentHandler(BlastLikeSearchFilter filter, SearchContentHandler delegate)SearchContentFilter(SearchContentHandler delegate)
-