Interface Evaluator<T>
- All Known Implementing Classes:
BooleanEvaluator
@OpenApiAll
public interface Evaluator<T>
Evaluates element and returns calculated value. Evaluation can be based on the current value
-
Method Summary
-
Method Details
-
evaluate
Calculates value based on supplied model element- Parameters:
element
- model elementcurrentValue
- currently existing value of the value that is being re-evaluated- Returns:
- calculated value
-