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()
Evaluator
getDescription
in interface Evaluator
public String getSQL()
Evaluator
public EvaluatorFieldsInfo getFieldsInfo()
Evaluator
getFieldsInfo
in interface Evaluator