Class SqlHeuristicResult

java.lang.Object
org.evomaster.client.java.sql.heuristic.SqlHeuristicResult

public class SqlHeuristicResult extends Object
Represents the result of a SQL heuristic evaluation.
  • Constructor Details

    • SqlHeuristicResult

      public SqlHeuristicResult(Truthness truthness, QueryResult queryResult)
      Constructs a new SqlHeuristicResult with the specified truthness and query result.
      Parameters:
      truthness - the truthness value of the heuristic evaluation
      queryResult - the result of the SQL query
  • Method Details

    • getTruthness

      public Truthness getTruthness()
      Returns the truthness value of the heuristic evaluation.
      Returns:
      the truthness value of the heuristic evaluation
    • getQueryResult

      public QueryResult getQueryResult()
      Returns the result of the SQL query.
      Returns:
      the result of the SQL query