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

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

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

Functor to find ExecutionContext


Constructor Summary
RTObject_impl.ec_find(ExecutionContext ec)
           Constructor
 
Method Summary
 boolean equalof(java.lang.Object object)
           Compares EC.
 boolean operator(ExecutionContextService ecs)
           Compares EC.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTObject_impl.ec_find

public RTObject_impl.ec_find(ExecutionContext ec)
Constructor

Parameters:
ec - ExecutionContext
Method Detail

equalof

public boolean equalof(java.lang.Object object)
Compares EC.

Specified by:
equalof in interface equalFunctor
Parameters:
object - Compared objects
Returns:
true in case of the same.

operator

public boolean operator(ExecutionContextService ecs)
Compares EC.

Parameters:
ecs - Compared objects
Returns:
true in case of the same.