Uses of Class
org.biojava.nbio.core.search.io.Result
- 
Packages that use Result Package Description org.biojava.nbio.core.search.io org.biojava.nbio.core.search.io.blast  - 
- 
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 Result Modifier and Type Method Description List<Result>ResultFactory. createObjects(double maxEScore)Launch the parsing and get back a list of Result objects representing the search result in the specified file.Iterator<Result>SearchIO. iterator()Method parameters in org.biojava.nbio.core.search.io with type arguments of type Result Modifier and Type Method Description voidResultFactory. 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.blast Modifier and Type Class Description classBlastResultThis class models a Blast/Blast plus result.Methods in org.biojava.nbio.core.search.io.blast that return types with arguments of type Result Modifier and Type Method Description List<Result>BlastTabularParser. createObjects(double maxEScore)List<Result>BlastXMLParser. createObjects(double maxEScore)Method parameters in org.biojava.nbio.core.search.io.blast with type arguments of type Result Modifier and Type Method Description voidBlastTabularParser. storeObjects(List<Result> results)voidBlastXMLParser. storeObjects(List<Result> results) 
 -