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

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

public class PortInterfaceProfileFactory
extends java.lang.Object

Java用PortInterfaceProfileファクトリの実装


コンストラクタの概要
PortInterfaceProfileFactory()
           
 
メソッドの概要
static PortInterfaceProfile clone(PortInterfaceProfile rhs)
          PortInterfaceProfileの複製を生成する。
static PortInterfaceProfile create()
          PortInterfaceProfileを生成する。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PortInterfaceProfileFactory

public PortInterfaceProfileFactory()
メソッドの詳細

create

public static PortInterfaceProfile create()
PortInterfaceProfileを生成する。

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

clone

public static PortInterfaceProfile clone(PortInterfaceProfile rhs)
PortInterfaceProfileの複製を生成する。

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