Uses of Class
org.biojava.nbio.core.search.io.Result
Packages that use Result
- 
Uses of Result in org.biojava.nbio.core.search.io
Methods in org.biojava.nbio.core.search.io that return types with arguments of type ResultModifier and TypeMethodDescriptionResultFactory.createObjects(double maxEScore) Launch the parsing and get back a list of Result objects representing the search result in the specified file.SearchIO.iterator()Method parameters in org.biojava.nbio.core.search.io with type arguments of type ResultModifier and TypeMethodDescriptionvoidResultFactory.storeObjects(List<Result> results) The factory that implements this method will be able to save the Search results to a file in the same format that it is able to read. - 
Uses of Result in org.biojava.nbio.core.search.io.blast
Subclasses of Result in org.biojava.nbio.core.search.io.blastMethods in org.biojava.nbio.core.search.io.blast that return types with arguments of type ResultModifier and TypeMethodDescriptionBlastTabularParser.createObjects(double maxEScore) BlastXMLParser.createObjects(double maxEScore) Method parameters in org.biojava.nbio.core.search.io.blast with type arguments of type ResultModifier and TypeMethodDescriptionvoidBlastTabularParser.storeObjects(List<Result> results) voidBlastXMLParser.storeObjects(List<Result> results)