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

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

public class NVListHolderFactory
extends java.lang.Object

Implementation of NVListHolder factory


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

Constructor Detail

NVListHolderFactory

public NVListHolderFactory()
Method Detail

create

public static NVListHolder create()
Creates NVListHolder

Returns:
Created NVListHolder object

clone

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

Parameters:
rhs - NVListHolder object
Returns:
Copied NVListHolder object