cloud.atom
クラス ElectricState

java.lang.Object
  上位を拡張 cloud.atom.ElectricState

public class ElectricState
extends java.lang.Object

電子状態クラス


フィールドの概要
 int ecount
          縮重度 = 軌道の電子数 < 4l + 2
 int l
          角運動量量子数
protected static java.lang.String[] LS
          l - 軌道名称を格納した配列
static int[] M
          磁気量子数を格納した配列
 int n
          主量子数
 
コンストラクタの概要
ElectricState(int n, int l, int ecount)
          電子状態オブジェクトを構築する
 
メソッドの概要
 java.lang.String toString()
          データ文字列を返す
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

LS

protected static final java.lang.String[] LS
l - 軌道名称を格納した配列


M

public static final int[] M
磁気量子数を格納した配列


n

public int n
主量子数


l

public int l
角運動量量子数


ecount

public int ecount
縮重度 = 軌道の電子数 < 4l + 2

コンストラクタの詳細

ElectricState

public ElectricState(int n,
                     int l,
                     int ecount)
電子状態オブジェクトを構築する

パラメータ:
n - 主量子数
l - 角運動量量子数
ecount - 縮重度
メソッドの詳細

toString

public java.lang.String toString()
データ文字列を返す

オーバーライド:
クラス java.lang.Object 内の toString
戻り値:
このオブジェクトの文字列表現