cloud.distribution
クラス SingleDistributionFunction

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

public class SingleDistributionFunction
extends java.lang.Object
implements DistributionFunction

単体の分布関数クラス


フィールドの概要
protected  Function phy
          方位角波動関数
protected  Function radius
          動径波動関数
protected  Function theta
          経度波動関数
 
コンストラクタの概要
SingleDistributionFunction(Function radius, Function theta, Function phy)
          分布関数を構築する
 
メソッドの概要
 double get(double r, double theta, double phy)
          分布関数の値を返す
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

radius

protected Function radius
動径波動関数


theta

protected Function theta
経度波動関数


phy

protected Function phy
方位角波動関数

コンストラクタの詳細

SingleDistributionFunction

public SingleDistributionFunction(Function radius,
                                  Function theta,
                                  Function phy)
分布関数を構築する

パラメータ:
radius - 動径波動関数
theta - 経度波動関数
phy - 方位角波動関数
メソッドの詳細

get

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

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