|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectfem.bc.ElementBorderBound
fem.bc.Pressure
public class Pressure
面圧条件クラス
フィールドの概要 | |
---|---|
double |
press
面圧 |
クラス fem.bc.ElementBorderBound から継承されたフィールド |
---|
element, face |
コンストラクタの概要 | |
---|---|
Pressure(int element,
java.lang.String face,
double press)
面圧条件を構築する |
メソッドの概要 | |
---|---|
boolean |
equals(java.lang.Object obj)
オブジェクトの等価判定をする |
java.lang.String |
toString()
データ文字列を返す |
java.lang.String |
toString(int element)
データ文字列を返す |
クラス fem.bc.ElementBorderBound から継承されたメソッド |
---|
clone, getBorder, hashCode, label, setLabel |
クラス java.lang.Object から継承されたメソッド |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
public double press
コンストラクタの詳細 |
---|
public Pressure(int element, java.lang.String face, double press)
element
- 要素ラベルface
- 要素境界面press
- 面圧メソッドの詳細 |
---|
public boolean equals(java.lang.Object obj)
ElementBorderBound
内の equals
Pressure
のインスタンスで同じ値を持つ場合は truepublic java.lang.String toString()
java.lang.Object
内の toString
public java.lang.String toString(int element)
element
- 要素ラベル
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |