Class Result

java.lang.Object
org.biojava.nbio.core.search.io.Result
All Implemented Interfaces:
Iterable<Hit>
Direct Known Subclasses:
BlastResult

public abstract class Result extends Object implements Iterable<Hit>
This class models a search result. You will find one of this for every query sequence specified in the run. Designed by Paolo Pavan. You may want to find my contacts on Github and LinkedIn for code info or discuss major changes. https://github.com/paolopavan
Author:
Paolo Pavan