Class QueryPair
java.lang.Object
ghidra.features.bsim.query.protocol.BSimQuery<ResponsePair>
ghidra.features.bsim.query.protocol.QueryPair
A list of descriptor pairs to be sent to the server.
Each pair describes a pair of functions in the database whose vectors are to be compared
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
restoreXml
(XmlPullParser parser, LSHVectorFactory vectorFactory) void
Methods inherited from class ghidra.features.bsim.query.protocol.BSimQuery
clearResponse, execute, getDescriptionManager, getLocalStagingCopy, getName, getResponse, restoreQuery
-
Field Details
-
pairs
-
pairResponse
-
-
Constructor Details
-
QueryPair
public QueryPair()
-
-
Method Details
-
buildResponseTemplate
public void buildResponseTemplate()- Overrides:
buildResponseTemplate
in classBSimQuery<ResponsePair>
-
saveXml
- Specified by:
saveXml
in classBSimQuery<ResponsePair>
- Throws:
IOException
-
restoreXml
- Specified by:
restoreXml
in classBSimQuery<ResponsePair>
- Throws:
LSHException
-