fem.bc
クラス Pressure

java.lang.Object
  上位を拡張 fem.bc.ElementBorderBound
      上位を拡張 fem.bc.Pressure
すべての実装されたインタフェース:
LabeledData

public class Pressure
extends ElementBorderBound

面圧条件クラス


フィールドの概要
 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
 

フィールドの詳細

press

public double press
面圧

コンストラクタの詳細

Pressure

public Pressure(int element,
                java.lang.String face,
                double press)
面圧条件を構築する

パラメータ:
element - 要素ラベル
face - 要素境界面
press - 面圧
メソッドの詳細

equals

public boolean equals(java.lang.Object obj)
オブジェクトの等価判定をする

オーバーライド:
クラス ElementBorderBound 内の equals
戻り値:
比較対象のオブジェクトが Pressure のインスタンスで同じ値を持つ場合は true

toString

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

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

toString

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

パラメータ:
element - 要素ラベル
戻り値:
このオブジェクトの文字列表現