Package io.keikai.model.sys.formula
Interface EvaluationContributor
- All Known Implementing Classes:
ComponentEvaluationContributor
public interface EvaluationContributor
- Since:
- 3.5.0
- Author:
- Dennis
-
Method Summary
Modifier and TypeMethodDescriptiongetFunctionMaper(SBook book) Deprecated.since 7.0.0 — typo in name.default KeikaiFunctionMappergetFunctionMapper(SBook book) Returns the function mapper for the given book.getVariableResolver(SBook book)
-
Method Details
-
getFunctionMaper
Deprecated.since 7.0.0 — typo in name. UsegetFunctionMapper(SBook). Kept for backward compatibility with customer impls written against the 3.5.0 signature. New impls should overridegetFunctionMapper(SBook). -
getFunctionMapper
Returns the function mapper for the given book.- Since:
- 7.0.0
-
getVariableResolver
-