|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcloud.atom.ElectricState
public class ElectricState
電子状態クラス
フィールドの概要 | |
---|---|
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 |
フィールドの詳細 |
---|
protected static final java.lang.String[] LS
public static final int[] M
public int n
public int l
public int ecount
コンストラクタの詳細 |
---|
public ElectricState(int n, int l, int ecount)
n
- 主量子数l
- 角運動量量子数ecount
- 縮重度メソッドの詳細 |
---|
public java.lang.String toString()
java.lang.Object
内の toString
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |