Class ExecutableResult
java.lang.Object
ghidra.features.bsim.gui.search.results.ExecutableResult
- All Implemented Interfaces:
Comparable<ExecutableResult>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFunction
(double signif) int
boolean
static TreeSet
<ExecutableResult> generateFromMatchRows
(List<BSimMatchResult> filteredrows) int
double
int
hashCode()
-
Constructor Details
-
ExecutableResult
public ExecutableResult() -
ExecutableResult
-
-
Method Details
-
addFunction
public void addFunction(double signif) -
getExecutableRecord
-
getFunctionCount
public int getFunctionCount()- Returns:
- number of functions with matches into this executable
-
getSignificanceSum
public double getSignificanceSum()- Returns:
- sum of significance scores for all matching functions
-
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ExecutableResult>
-
hashCode
public int hashCode() -
generateFromMatchRows
-