@OpenApiAll
public interface Evaluator<T>
Modifier and Type | Method and Description |
---|---|
T |
evaluate(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element,
java.lang.Object currentValue)
Calculates value based on supplied model element
|
@CheckForNull T evaluate(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, @CheckForNull java.lang.Object currentValue)
element
- model elementcurrentValue
- currently existing value of the value that is being re-evaluated