jp.go.aist.rtm.RTC
Class find_conf

java.lang.Object
  extended by jp.go.aist.rtm.RTC.find_conf

 class find_conf
extends java.lang.Object

Helper class to find configuration-set


Constructor Summary
find_conf(java.lang.String name)
           constructor
 
Method Summary
 boolean equalof(ConfigBase conf)
           Finds configuration-set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

find_conf

public find_conf(java.lang.String name)
constructor

Parameters:
name - Configuration name
Method Detail

equalof

public boolean equalof(ConfigBase conf)
Finds configuration-set

The specified configuration is found.

Parameters:
conf - Configuration
Returns:
Returns true when existing.