jp.go.aist.rtm.RTC.util
クラス PortProfileFactory

java.lang.Object
  上位を拡張 jp.go.aist.rtm.RTC.util.PortProfileFactory

public class PortProfileFactory
extends java.lang.Object

Java用ポートプロファイルファクトリの実装です。


コンストラクタの概要
PortProfileFactory()
           
 
メソッドの概要
static PortProfile clone(PortProfile rhs)
          ポートプロファイルの複製を生成します。
static PortProfile create()
          ポートプロファイルを生成します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PortProfileFactory

public PortProfileFactory()
メソッドの詳細

create

public static PortProfile create()

ポートプロファイルを生成します。

戻り値:
生成されたPortProfileオブジェクト

clone

public static PortProfile clone(PortProfile rhs)

ポートプロファイルの複製を生成します。

パラメータ:
rhs - PortProfileオブジェクト
戻り値:
コピーされたPortProfileオブジェクト