org.mklab.tool.control.system.parameter
クラス Unit

java.lang.Object
  上位を拡張 org.mklab.tool.control.system.parameter.Unit

public class Unit
extends Object

単位を表わすクラスです。

バージョン:
$Revision: 1.3 $, 2007/01/28
作成者:
koga

コンストラクタの概要
Unit(SIunit[] units)
          新しく生成されたUnitオブジェクトを初期化します。
 
メソッドの概要
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

Unit

public Unit(SIunit[] units)
新しく生成されたUnitオブジェクトを初期化します。

パラメータ:
units - SI単位の配列
メソッドの詳細

toString

public String toString()
オーバーライド:
クラス Object 内の toString
関連項目:
Object.toString()