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)
           constructor
 
メソッドの概要
 boolean equalof(java.lang.Object object)
           equalof
 boolean operator(ExecutionContextService ecs)
           operator
 
クラス 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)

constructor

メソッドの詳細

equalof

public boolean equalof(java.lang.Object object)

equalof

定義:
インタフェース equalFunctor 内の equalof
パラメータ:
object - 判定対象のオブジェクト
戻り値:
合致する場合はtrueを、さもなくばfalseを返します。

operator

public boolean operator(ExecutionContextService ecs)

operator