Package io.keikai.model.sys.formula
Interface EvaluationContributor
-
- All Known Implementing Classes:
ComponentEvaluationContributor
public interface EvaluationContributor
- Since:
- 3.5.0
- Author:
- Dennis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.zkoss.xel.FunctionMapper
getFunctionMaper(SBook book)
org.zkoss.xel.VariableResolver
getVariableResolver(SBook book)
-