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

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

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

ExecutionContext コピー用ファンクタ


コンストラクタの概要
RTObject_impl.ec_copy(ExecutionContextListHolder eclist)
          コンストラクタ。
 
メソッドの概要
 void operator(ExecutionContextService ecs)
          ECをリストへ格納する。
 void operator(java.lang.Object elem)
          ECをリストへ格納する。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RTObject_impl.ec_copy

public RTObject_impl.ec_copy(ExecutionContextListHolder eclist)
コンストラクタ。

パラメータ:
eclist - ExecutionContext のリスト
メソッドの詳細

operator

public void operator(java.lang.Object elem)
ECをリストへ格納する。

定義:
インタフェース operatorFunc 内の operator
パラメータ:
elem - ExecutionContext

operator

public void operator(ExecutionContextService ecs)
ECをリストへ格納する。

パラメータ:
ecs - ExecutionContext