jp.go.aist.rtm.RTC.util
Class ConnectorProfileFactory

java.lang.Object
  extended by jp.go.aist.rtm.RTC.util.ConnectorProfileFactory

public class ConnectorProfileFactory
extends java.lang.Object

Implementation of connector profile factory


Constructor Summary
ConnectorProfileFactory()
           
 
Method Summary
static ConnectorProfile clone(ConnectorProfile rhs)
           Creates the clone of ConnectorProfile
static ConnectorProfile create()
           Creates ConnectorProfile.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorProfileFactory

public ConnectorProfileFactory()
Method Detail

create

public static ConnectorProfile create()
Creates ConnectorProfile.

Returns:
Created ConnectorProfle object

clone

public static ConnectorProfile clone(ConnectorProfile rhs)
Creates the clone of ConnectorProfile

Parameters:
rhs - ConnectorProfile object
Returns:
Copied ConnectorProfile object