All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.anysoft.formula.FunctionHelper Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.anysoft.formula;

/**
 * helper to customize a function
 * @author duanyy
 * @version 1.0.0
 */
public interface FunctionHelper {
	/**
	 * 生成自定义函数实现的实例
	 * 
	 * 
函数实现的查找次序为:内置静态的函数映射表->本实例的函数映射表->父节点 * * @param funcName 函数名 */ public Expression customize(String funcName); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy