Class SqlHeuristicResult
java.lang.Object
org.evomaster.client.java.sql.heuristic.SqlHeuristicResult
Represents the result of a SQL heuristic evaluation.
-
Constructor Summary
ConstructorsConstructorDescriptionSqlHeuristicResult(Truthness truthness, QueryResult queryResult) Constructs a new SqlHeuristicResult with the specified truthness and query result. -
Method Summary
Modifier and TypeMethodDescriptionReturns the result of the SQL query.Returns the truthness value of the heuristic evaluation.
-
Constructor Details
-
SqlHeuristicResult
Constructs a new SqlHeuristicResult with the specified truthness and query result.- Parameters:
truthness- the truthness value of the heuristic evaluationqueryResult- the result of the SQL query
-
-
Method Details
-
getTruthness
Returns the truthness value of the heuristic evaluation.- Returns:
- the truthness value of the heuristic evaluation
-
getQueryResult
Returns the result of the SQL query.- Returns:
- the result of the SQL query
-