Uses of Class
org.biojava.nbio.core.search.io.Result
-
Uses of Result in org.biojava.nbio.core.search.io
Modifier 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()
Modifier and TypeMethodDescriptionvoid
ResultFactory.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
Modifier and TypeMethodDescriptionBlastTabularParser.createObjects
(double maxEScore) BlastXMLParser.createObjects
(double maxEScore) Modifier and TypeMethodDescriptionvoid
BlastTabularParser.storeObjects
(List<Result> results) void
BlastXMLParser.storeObjects
(List<Result> results)