com.greenpineyu.fel.function
类 FunMgr
java.lang.Object
com.greenpineyu.fel.function.FunMgr
public class FunMgr
- extends Object
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunMgr
public FunMgr()
getFun
public Function getFun(String funName)
- 获取函数。先从用户函数中取,如没有获取到,再从共用函数中获取。
- 参数:
funName -
- 返回:
add
public void add(Function fun)
- 添加函数到用户函数库中
- 参数:
fun -
remove
public void remove(String name)
- 移除用户函数
- 参数:
name -
Copyright © 2013. All Rights Reserved.