jp.go.aist.rtm.RTC
クラス RTObjectStateMachineHolder

java.lang.Object
  上位を拡張 jp.go.aist.rtm.RTC.RTObjectStateMachineHolder

public class RTObjectStateMachineHolder
extends java.lang.Object

RTObjectStateMachine保持用クラス。

RTObjectStateMachineを保持するためのホルダークラス。


フィールドの概要
 RTObjectStateMachine rtobjsm
          RTObjectStateMachineオブジェクト
 
コンストラクタの概要
RTObjectStateMachineHolder()
          デフォルトコンストラクタ
RTObjectStateMachineHolder(RTObjectStateMachine rtobjsm)
          コピーコンストラクタ
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

rtobjsm

public RTObjectStateMachine rtobjsm
RTObjectStateMachineオブジェクト

コンストラクタの詳細

RTObjectStateMachineHolder

public RTObjectStateMachineHolder()
デフォルトコンストラクタ


RTObjectStateMachineHolder

public RTObjectStateMachineHolder(RTObjectStateMachine rtobjsm)
コピーコンストラクタ