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

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

 class RTObject_impl.ec_copy
extends java.lang.Object
implements operatorFunc

Functor to copy ExecutionContext


Constructor Summary
RTObject_impl.ec_copy(ExecutionContextListHolder eclist)
           Constructor
 
Method Summary
 void operator(ExecutionContextService ecs)
           Stores EC in the list.
 void operator(java.lang.Object elem)
           Stores EC in the list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTObject_impl.ec_copy

public RTObject_impl.ec_copy(ExecutionContextListHolder eclist)
Constructor

Parameters:
eclist - List of ExecutionContext
Method Detail

operator

public void operator(java.lang.Object elem)
Stores EC in the list.

Specified by:
operator in interface operatorFunc
Parameters:
elem - ExecutionContext

operator

public void operator(ExecutionContextService ecs)
Stores EC in the list.

Parameters:
ecs - ExecutionContext