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

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

public class ConnectorProfileFactory
extends java.lang.Object

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


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

コンストラクタの詳細

ConnectorProfileFactory

public ConnectorProfileFactory()
メソッドの詳細

create

public static ConnectorProfile create()

コネクタープロファイルを生成します。

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

clone

public static ConnectorProfile clone(ConnectorProfile rhs)

コネクタープロファイルの複製を生成します。

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