jp.go.aist.rtm.RTC
Class RTObject_impl.nv_name

java.lang.Object
  extended by jp.go.aist.rtm.RTC.RTObject_impl.nv_name
All Implemented Interfaces:
equalFunctor
Enclosing class:
RTObject_impl

 class RTObject_impl.nv_name
extends java.lang.Object
implements equalFunctor

Functor to find NVList


Constructor Summary
RTObject_impl.nv_name(java.lang.String name)
           Constructor
 
Method Summary
 boolean equalof(java.lang.Object nv)
           Finds NVList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTObject_impl.nv_name

public RTObject_impl.nv_name(java.lang.String name)
Constructor

Parameters:
name - name
Method Detail

equalof

public boolean equalof(java.lang.Object nv)
Finds NVList

The specified NVList is found.

Specified by:
equalof in interface equalFunctor
Parameters:
nv - NVList
Returns:
Returns true when existing.