public interface FunctionDef
| Modifier and Type | Method and Description |
|---|---|
ReplySet |
evaluate(MetricDataset dataset)
Evaluate the objects stored in the dataset.
|
ReplySet evaluate(MetricDataset dataset) throws java.lang.Exception
dataset - the dataset to evaluate.ReplySet object.java.lang.Exception - any error.