jp.sf.orangesignal.ta.candle.generator
クラス PointFigureTrendProcessor

java.lang.Object
  上位を拡張 jp.sf.orangesignal.ta.candle.generator.StepTrendProcessor
      上位を拡張 jp.sf.orangesignal.ta.candle.generator.PointFigureTrendProcessor
すべての実装されたインタフェース:
TrendProcessor

public final class PointFigureTrendProcessor
extends StepTrendProcessor

ポイント&フィギュアデータからトレンド情報を処理するトレンドプロセッサークラスを提供します。

作成者:
杉澤 浩二

コンストラクタの概要
PointFigureTrendProcessor(List<Step> pf)
          コンストラクタです。
 
メソッドの概要
protected  TrendType getTrend(Step pf)
          非時系列データセット用の値幅情報からトレンドの種類を返します。
 
クラス jp.sf.orangesignal.ta.candle.generator.StepTrendProcessor から継承されたメソッド
execute
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PointFigureTrendProcessor

public PointFigureTrendProcessor(List<Step> pf)
コンストラクタです。

パラメータ:
pf - ポイント&フィギュアデータ
メソッドの詳細

getTrend

protected TrendType getTrend(Step pf)
クラス StepTrendProcessor の記述:
非時系列データセット用の値幅情報からトレンドの種類を返します。

定義:
クラス StepTrendProcessor 内の getTrend
パラメータ:
pf - 非時系列データセット用の値幅情報
戻り値:
トレンドの種類


Copyright © 2006-2009 OrangeSignal.com. All Rights Reserved.