インタフェース
jp.sourceforge.expression_computer.Function の使用

Function を使用しているパッケージ
jp.sourceforge.expression_computer 数式の解析、計算を行う機能を持ちます。 
 

jp.sourceforge.expression_computer での Function の使用
 

Function を返す jp.sourceforge.expression_computer のメソッド
 Function ComputeContext.getFunction(java.lang.String name)
           呼び出し可能な関数を返します。
 

Function 型のパラメータを持つ jp.sourceforge.expression_computer のメソッド
 void Computer.addFunction(java.lang.String name, Function func)
           呼び出し可能な関数を追加します。
 void ComputeContext.addFunction(java.lang.String name, Function func)
           呼び出し可能な関数を追加します。
 



Copyright © 2006 SourceForge.jp. All Rights Reserved.