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 Details

    • BlastScore

      public BlastScore()
  • Method Details

    • getScore

      public double getScore()
      Description copied from interface: ISearchDomainResultScore
      Returns the score of the result.
      Specified by:
      getScore in interface ISearchDomainResultScore
    • 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

      public String toString()
      Overrides:
      toString in class Object