forked from fanruan/finekit
Kalven
5 years ago
6 changed files with 9 additions and 64 deletions
@ -1,17 +0,0 @@ |
|||||||
package com.fanruan.api.base; |
|
||||||
|
|
||||||
/** |
|
||||||
* 使用script语言的脚本公式 |
|
||||||
* @author Kalven |
|
||||||
* @version 10.0 |
|
||||||
* Created by Kalven on 2019/8/30 |
|
||||||
*/ |
|
||||||
public class ScriptFormula extends com.fr.base.ScriptFormula { |
|
||||||
public ScriptFormula() { |
|
||||||
super(); |
|
||||||
} |
|
||||||
|
|
||||||
public ScriptFormula(String text) { |
|
||||||
super(text); |
|
||||||
} |
|
||||||
} |
|
@ -1,15 +0,0 @@ |
|||||||
package com.fanruan.api.design.util; |
|
||||||
|
|
||||||
import com.fr.stable.script.FunctionDef; |
|
||||||
|
|
||||||
/** |
|
||||||
* 函数名和描述 |
|
||||||
* @author Kalven |
|
||||||
* @version 10.0 |
|
||||||
* Created by Kalven on 2019/8/31 |
|
||||||
*/ |
|
||||||
public class FunctionDefNAD extends com.fr.design.formula.FunctionDefNAD { |
|
||||||
public FunctionDefNAD(FunctionDef functionDef) { |
|
||||||
super(functionDef); |
|
||||||
} |
|
||||||
} |
|
@ -1,18 +0,0 @@ |
|||||||
package com.fanruan.api.design.util; |
|
||||||
|
|
||||||
/** |
|
||||||
* 函数管理器 |
|
||||||
* @author Kalven |
|
||||||
* @version 10.0 |
|
||||||
* Created by Kalven on 2019/8/31 |
|
||||||
*/ |
|
||||||
public class FunctionManagerKit { |
|
||||||
/** |
|
||||||
* 得到函数管理器实例 |
|
||||||
* @return 函数管理器 |
|
||||||
*/ |
|
||||||
public static com.fr.file.FunctionManager getInstance() { |
|
||||||
return com.fr.file.FunctionManager.getInstance(); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
Loading…
Reference in new issue