jp.crestmuse.cmx.amusaj.sp
クラス F0PDFCalculatorModule
java.lang.Object
jp.crestmuse.cmx.amusaj.sp.SPModule
jp.crestmuse.cmx.amusaj.sp.F0PDFCalculatorModule
- すべての実装されたインタフェース:
- ProducerConsumerCompatible
public class F0PDFCalculatorModule
- extends SPModule
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
F0PDFCalculatorModule
public F0PDFCalculatorModule()
getParamCategory
protected java.lang.String getParamCategory()
- オーバーライド:
- クラス
SPModule
内の getParamCategory
getUsedParamNames
protected java.lang.String[] getUsedParamNames()
- オーバーライド:
- クラス
SPModule
内の getUsedParamNames
setParams
public void setParams(java.util.Map<java.lang.String,java.lang.String> params)
- 定義:
- インタフェース
ProducerConsumerCompatible
内の setParams
- オーバーライド:
- クラス
SPModule
内の setParams
execute
public void execute(SPElement[] src,
TimeSeriesCompatible<SPElement>[] dest)
throws java.lang.InterruptedException
- インタフェース
ProducerConsumerCompatible
の記述:
- ここに処理内容を記述します. 引数srcに全入力チャンネルに対するQueueReaderが
格納されているので, takeメソッドでそこから1つずつ要素を取り出します.
- パラメータ:
src
- 全入力チャンネルに対するQueueReaderオブジェクトdest
- 全出力チャンネル
- 例外:
java.lang.InterruptedException
getInputClasses
public java.lang.Class<SPElement>[] getInputClasses()
- インタフェース
ProducerConsumerCompatible
の記述:
- 各入力チャンネルが受け付けるオブジェクトのクラスを配列で返します.
getOutputClasses
public java.lang.Class<SPElement>[] getOutputClasses()
- インタフェース
ProducerConsumerCompatible
の記述:
- 各出力チャンネルが出力するオブジェクトのクラスを配列で返します.