Package io.keikai.model.impl.sys.formula
Class FunctionResolverImpl
- java.lang.Object
-
- io.keikai.model.impl.sys.formula.FunctionResolverImpl
-
- All Implemented Interfaces:
FunctionResolver
,Serializable
public class FunctionResolverImpl extends Object implements FunctionResolver, Serializable
A default function resolver.- Since:
- 3.5.0
- Author:
- Pao
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FunctionResolverImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DependencyTracker
getDependencyTracker()
Return the associatedDependencyTracker
.org.zkoss.xel.FunctionMapper
getFunctionMapper()
Return the associatedFunctionMapper
.UDFFinder
getUDFFinder()
Return the associatedUDFFinder
.
-
-
-
Method Detail
-
getUDFFinder
public UDFFinder getUDFFinder()
Description copied from interface:FunctionResolver
Return the associatedUDFFinder
.- Specified by:
getUDFFinder
in interfaceFunctionResolver
- Returns:
- the associated
UDFFinder
.
-
getFunctionMapper
public org.zkoss.xel.FunctionMapper getFunctionMapper()
Description copied from interface:FunctionResolver
Return the associatedFunctionMapper
.- Specified by:
getFunctionMapper
in interfaceFunctionResolver
- Returns:
- the associated
FunctionMapper
.
-
getDependencyTracker
public DependencyTracker getDependencyTracker()
Description copied from interface:FunctionResolver
Return the associatedDependencyTracker
.- Specified by:
getDependencyTracker
in interfaceFunctionResolver
- Returns:
- the associated
DependencyTracker
.
-
-