-
public interface EntityTypeEvaluatorEvaluate a text for the specified entity.
-
-
Method Summary
Modifier and Type Method Description abstract EvaluationResultevaluate(EntityCallContextForEntity context, String text)Evaluates a text from the given entity context. ValueDescriptormerge(EntityCallContextForEntity context, List<ValueDescriptor> values)Merge two or more ValueDescriptor. -
-
Method Detail
-
evaluate
abstract EvaluationResult evaluate(EntityCallContextForEntity context, String text)
Evaluates a text from the given entity context.
- Parameters:
context- to know the entity to evaluatetext- the text to evaluate
-
-
-
-