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

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

public class PortInterfaceProfileFactory
extends java.lang.Object

Implementation of PortInterfaceProfile factory


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

Constructor Detail

PortInterfaceProfileFactory

public PortInterfaceProfileFactory()
Method Detail

create

public static PortInterfaceProfile create()
Creates PortInterfaceProfile

Returns:
Created PortInterfaceProfile object

clone

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

Parameters:
rhs - PortInterfaceProfile object
Returns:
Copied PortInterfaceProfile object