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