Class QueryCluster
java.lang.Object
ghidra.features.bsim.query.protocol.BSimQuery<ResponseCluster>
ghidra.features.bsim.query.protocol.QueryCluster
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidrestoreXml(XmlPullParser parser, LSHVectorFactory vectorFactory) voidMethods inherited from class ghidra.features.bsim.query.protocol.BSimQuery
clearResponse, execute, getName, getResponse, restoreQuery
-
Field Details
-
manage
-
clusterresponse
-
thresh
public double thresh -
signifthresh
public double signifthresh -
vectormax
public int vectormax
-
-
Constructor Details
-
QueryCluster
public QueryCluster()
-
-
Method Details
-
buildResponseTemplate
public void buildResponseTemplate()- Overrides:
buildResponseTemplatein classBSimQuery<ResponseCluster>
-
getDescriptionManager
- Overrides:
getDescriptionManagerin classBSimQuery<ResponseCluster>
-
getLocalStagingCopy
- Overrides:
getLocalStagingCopyin classBSimQuery<ResponseCluster>- Returns:
- a partial clone of this query suitable for holding local stages of the query via StagingManager
-
saveXml
- Specified by:
saveXmlin classBSimQuery<ResponseCluster>- Throws:
IOException
-
restoreXml
- Specified by:
restoreXmlin classBSimQuery<ResponseCluster>- Throws:
LSHException
-