Class BlastScore
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.BlastScore
- All Implemented Interfaces:
ISearchDomainResultScore,Serializable
@JsonObject("BlastScore")
public class BlastScore
extends Object
implements ISearchDomainResultScore
Wraps raw score, bit score and evalue of a BLAST search result.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledoublegetScore()Returns the score of the result.voidsetBitScore(double bitScore) voidsetEvalue(double evalue) voidsetScore(double score) toString()
-
Constructor Details
-
BlastScore
public BlastScore()
-
-
Method Details
-
getScore
public double getScore()Description copied from interface:ISearchDomainResultScoreReturns the score of the result.- Specified by:
getScorein interfaceISearchDomainResultScore
-
setScore
public void setScore(double score) -
getBitScore
public double getBitScore() -
setBitScore
public void setBitScore(double bitScore) -
getEvalue
public double getEvalue() -
setEvalue
public void setEvalue(double evalue) -
toString
-