jp.go.aist.rtm.RTC
クラス RTObject_impl.ec_find

java.lang.Object
  上位を拡張 jp.go.aist.rtm.RTC.RTObject_impl.ec_find
すべての実装されたインタフェース:
equalFunctor
含まれているクラス:
RTObject_impl

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

ExecutionContext 検索用ファンクタ


コンストラクタの概要
RTObject_impl.ec_find(ExecutionContext ec)
          コンストラクタ。
 
メソッドの概要
 boolean equalof(java.lang.Object object)
          ECを比較する。
 boolean operator(ExecutionContextService ecs)
          ECを比較する。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RTObject_impl.ec_find

public RTObject_impl.ec_find(ExecutionContext ec)
コンストラクタ。

パラメータ:
ec - ExecutionContext
メソッドの詳細

equalof

public boolean equalof(java.lang.Object object)
ECを比較する。

定義:
インタフェース equalFunctor 内の equalof
パラメータ:
object - 比較するオブジェクト
戻り値:
同一の場合はtrueを返す。

operator

public boolean operator(ExecutionContextService ecs)
ECを比較する。

パラメータ:
ecs - 比較するオブジェクト
戻り値:
同一の場合はtrueを返す。