public class SqlHeuristicResult extends Object
| Constructor and Description |
|---|
SqlHeuristicResult(Truthness truthness,
QueryResult queryResult)
Constructs a new SqlHeuristicResult with the specified truthness and query result.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
getQueryResult()
Returns the result of the SQL query.
|
Truthness |
getTruthness()
Returns the truthness value of the heuristic evaluation.
|
public SqlHeuristicResult(Truthness truthness, QueryResult queryResult)
truthness - the truthness value of the heuristic evaluationqueryResult - the result of the SQL querypublic Truthness getTruthness()
public QueryResult getQueryResult()
Copyright © 2016–2025. All rights reserved.