Uses of Interface
com.japisoft.formula.FunctionResolver

Packages that use FunctionResolver
com.japisoft.formula   
com.japisoft.formula.node   
 

Uses of FunctionResolver in com.japisoft.formula
 

Classes in com.japisoft.formula that implement FunctionResolver
 class FormulaContext
          This context is for formula evaluation with access to the symbol table or to the function definition deleguate.
 

Methods in com.japisoft.formula that return FunctionResolver
 FunctionResolver FormulaContext.getFunctionResolver()
           
 

Methods in com.japisoft.formula with parameters of type FunctionResolver
 void Formula.addFunctionResolver(FunctionResolver resolver)
          add a function resolver.
 void Formula.removeFunctionResolver(FunctionResolver resolver)
          Remove a known function resolver
 

Uses of FunctionResolver in com.japisoft.formula.node
 

Methods in com.japisoft.formula.node that return FunctionResolver
 FunctionResolver NodeContext.getFunctionResolver()