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

constructor

メソッドの詳細

operator

public void operator(java.lang.Object elem)

operator

定義:
インタフェース operatorFunc 内の operator
パラメータ:
elem - シーケンス内の要素オブジェクト

operator

public void operator(ExecutionContextService ecs)

operator