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

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

public class PortProfileFactory
extends java.lang.Object

Implementation of PortProfile factory


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

Constructor Detail

PortProfileFactory

public PortProfileFactory()
Method Detail

create

public static PortProfile create()
Creates PortProfile

Returns:
Created PortProfile object

clone

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

Parameters:
rhs - PortProfile object
Returns:
Copied PortProfile object