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オブジェクト