public abstract class AbstractEvaluator extends Object implements Evaluator
| Constructor and Description |
|---|
AbstractEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get a description of the action performed with the evaluator.
|
EvaluatorFieldsInfo |
getFieldsInfo()
Get information about fiels used in the evaluator.
|
String |
getSQL()
Get a SQL representation of the evaluator.
|
public String getDescription()
EvaluatorgetDescription in interface Evaluatorpublic String getSQL()
Evaluatorpublic EvaluatorFieldsInfo getFieldsInfo()
EvaluatorgetFieldsInfo in interface Evaluator