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