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:
  • Constructor Details

    • FunctionResolverImpl

      public FunctionResolverImpl()
  • Method Details

    • getUDFFinder

      public org.apache.poi.ss.formula.udf.UDFFinder getUDFFinder()
      Description copied from interface: FunctionResolver
      Return the associated UDFFinder.
      Specified by:
      getUDFFinder in interface FunctionResolver
      Returns:
      the associated UDFFinder.
    • getFunctionMapper

      public org.zkoss.xel.FunctionMapper getFunctionMapper()
      Description copied from interface: FunctionResolver
      Return the associated FunctionMapper.
      Specified by:
      getFunctionMapper in interface FunctionResolver
      Returns:
      the associated FunctionMapper.
    • getDependencyTracker

      public org.apache.poi.ss.formula.DependencyTracker getDependencyTracker()
      Description copied from interface: FunctionResolver
      Return the associated DependencyTracker.
      Specified by:
      getDependencyTracker in interface FunctionResolver
      Returns:
      the associated DependencyTracker.