cloud.distribution
クラス MultiDistributionFunction

java.lang.Object
  上位を拡張 cloud.distribution.MultiDistributionFunction
すべての実装されたインタフェース:
DistributionFunction

public class MultiDistributionFunction
extends java.lang.Object
implements DistributionFunction

複数の分布関数クラス


フィールドの概要
protected  int count
          分布関数の数
protected  DistributionFunction[] dfunc
          分布関数を格納する配列
 
コンストラクタの概要
MultiDistributionFunction(int count, DistributionFunction[] dfunc)
          分布関数を構築する
 
メソッドの概要
 double get(double r, double theta, double phy)
          分布関数の値を返す
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

count

protected int count
分布関数の数


dfunc

protected DistributionFunction[] dfunc
分布関数を格納する配列

コンストラクタの詳細

MultiDistributionFunction

public MultiDistributionFunction(int count,
                                 DistributionFunction[] dfunc)
分布関数を構築する

パラメータ:
count - 分布関数の数
dfunc - 分布関数を格納した配列
メソッドの詳細

get

public double get(double r,
                  double theta,
                  double phy)
分布関数の値を返す

定義:
インタフェース DistributionFunction 内の get
パラメータ:
r - 変数値
theta - 経度
phy - 方位角
戻り値:
関数値