public interface RealEvaluator extends Evaluator
Evaluator
which evaluation result is a
Real
value is implementing this interface.Modifier and Type | Method and Description |
---|---|
void |
getRealValue(Real r)
Assigns
r the evaluated Real value. |
evaluate, getReturnType
void getRealValue(Real r)
r
the evaluated Real
value.r
- the Real
value the evaluated value is to be
assigned to.