Class VTScore

java.lang.Object
ghidra.feature.vt.api.main.VTScore
All Implemented Interfaces:
Comparable<VTScore>

public class VTScore extends Object implements Comparable<VTScore>
Class that represents a numerical score for a correlator.
  • Constructor Details

    • VTScore

      public VTScore(double score)
    • VTScore

      public VTScore(String scoreAsString)
  • Method Details

    • getScore

      public double getScore()
    • getLog10Score

      public double getLog10Score()
    • getFormattedScore

      public String getFormattedScore()
    • getFormattedLog10Score

      public String getFormattedLog10Score()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toStorageString

      public String toStorageString()
    • compareTo

      public int compareTo(VTScore o)
      Specified by:
      compareTo in interface Comparable<VTScore>
    • toString

      public String toString()
      Overrides:
      toString in class Object