Class SimilarityNote
java.lang.Object
ghidra.features.bsim.query.protocol.SimilarityNote
- All Implemented Interfaces:
Comparable<SimilarityNote>
A description of a single function match
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
double
double
void
restoreXml
(XmlPullParser parser, DescriptionManager manage, Map<Integer, ExecutableRecord> exeMap) void
void
setTransfer
(SimilarityNote op2, DescriptionManager manage, boolean transsig) void
transfer
(DescriptionManager manage, boolean transsig)
-
Constructor Details
-
Method Details
-
getFunctionDescription
-
getSimilarity
public double getSimilarity() -
getSignificance
public double getSignificance() -
transfer
- Throws:
LSHException
-
setTransfer
public void setTransfer(SimilarityNote op2, DescriptionManager manage, boolean transsig) throws LSHException - Throws:
LSHException
-
saveXml
- Throws:
IOException
-
restoreXml
public void restoreXml(XmlPullParser parser, DescriptionManager manage, Map<Integer, ExecutableRecord> exeMap) throws LSHException- Throws:
LSHException
-
compareTo
- Specified by:
compareTo
in interfaceComparable<SimilarityNote>
-