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