インタフェース
com.sanpudo.formula.FunctionImplementation の使用

com.sanpudo.formula での FunctionImplementation の使用
 

FunctionImplementation を実装している com.sanpudo.formula のクラス
 class FunctionAdaptor
          ユーザ定義関数を実装する際に拡張するためのアダプタクラス。
 class SystemFunctions
          システム定義済み関数。
 

FunctionImplementation 型のパラメータを持つ com.sanpudo.formula のメソッド
 void FormulaEvaluator.defineUserFunction(FunctionImplementation func)
          ユーザ定義関数を定義したオブジェクトを登録する。