インタフェース
jp.go.aist.rtm.RTC.util.equalFunctor の使用

equalFunctor を使用しているパッケージ
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.port   
jp.go.aist.rtm.RTC.SDOPackage   
jp.go.aist.rtm.RTC.util   
 

jp.go.aist.rtm.RTC での equalFunctor の使用
 

equalFunctor を実装している jp.go.aist.rtm.RTC のクラス
(package private)  class Manager.ECFactoryPredicate
          ECFactory検索用ヘルパークラスです。
protected  class Manager.FactoryPredicate
          Factory検索用ヘルパークラスです。
protected  class Manager.InstanceName
          Object検索用ヘルパークラスです。
(package private)  class RTObject_impl.ec_find
          ExecutionContext 検索用ファンクタ
(package private)  class RTObject_impl.nv_name
          RTコンポーネント検索用ヘルパークラス
 

equalFunctor 型のパラメータを持つ jp.go.aist.rtm.RTC のメソッド
 TARGET ObjectManager.find(equalFunctor equalFunc)
          登録されているオブジェクトの中から、指定した条件に合致するものを検索して取得します。
 boolean ObjectManager.registerObject(TARGET obj, equalFunctor equalFunc)
          オブジェクトを登録します。
 TARGET ObjectManager.unregisterObject(equalFunctor equalFunc)
          指定した同一判定に合致するオブジェクトの登録を解除します。
 

jp.go.aist.rtm.RTC.port での equalFunctor の使用
 

equalFunctor を実装している jp.go.aist.rtm.RTC.port のクラス
protected  class PortAdmin.find_port_name
           
protected  class PortBase.find_conn_id
          指定された接続IDを持つ接続プロファイルを検索するためのヘルパクラスです。
protected  class PortBase.find_interface
          指定されたインスタンス名と属性を持つインタフェースを検索するためのヘルパクラスです。
protected  class PortBase.find_port_ref
          指定されたPortオブジェクトと同じCORBAオブジェクト参照を持つPortオブジェクトを 検索するためのヘルパクラスです。
 

jp.go.aist.rtm.RTC.SDOPackage での equalFunctor の使用
 

equalFunctor を実装している jp.go.aist.rtm.RTC.SDOPackage のクラス
(package private)  class Organization_impl.nv_name
          Organization プロパティ検索用ヘルパークラス
 

jp.go.aist.rtm.RTC.util での equalFunctor の使用
 

equalFunctor を実装している jp.go.aist.rtm.RTC.util のクラス
(package private) static class NVUtil.nv_find
          指定された名称を持つNameValueオブジェクトを検索するためのヘルパクラスです。
 

equalFunctor 型のパラメータを持つ jp.go.aist.rtm.RTC.util のメソッド
static void CORBA_SeqUtil.erase_if(NVListHolder seq, equalFunctor func)
          シーケンス内の条件に合致する要素を削除します。
static void CORBA_SeqUtil.erase_if(PortServiceListHolder seq, equalFunctor f)
          シーケンス内の条件に合致する要素を削除します。
static int CORBA_SeqUtil.find(ConnectorProfileListHolder seq, equalFunctor f)
          指定されたシーケンス内の指定条件に合致するConnectorProfileオブジェクトのインデクスを取得します。
static int CORBA_SeqUtil.find(ExecutionContextServiceListHolder seq, equalFunctor f)
          指定されたシーケンス内の指定条件に合致するExecutionContextServiceオブジェクトのインデクスを取得します。
static int CORBA_SeqUtil.find(NVListHolder seq, equalFunctor func)
          指定されたシーケンス内の指定条件に合致するNameValueオブジェクトのインデクスを取得します。
static int CORBA_SeqUtil.find(PortInterfaceProfileListHolder seq, equalFunctor func)
          指定されたシーケンス内の指定条件に合致するPortInterfaceProfileオブジェクトのインデクスを取得します。
static int CORBA_SeqUtil.find(PortServiceListHolder seq, equalFunctor func)
          指定されたシーケンス内の指定条件に合致するPortオブジェクトのインデクスを取得します。