クラス
RTC.FsmBehaviorProfile の使用

FsmBehaviorProfile を使用しているパッケージ
RTC   
 

RTC での FsmBehaviorProfile の使用
 

FsmBehaviorProfile として宣言されている RTC のフィールド
 FsmBehaviorProfile[] FsmProfile.behavior_profiles
           
 FsmBehaviorProfile FsmBehaviorProfileHolder.value
           
 FsmBehaviorProfile[] FsmBehaviorProfileListHolder.value
           
 

FsmBehaviorProfile を返す RTC のメソッド
static FsmBehaviorProfile[] FsmBehaviorProfileListHelper.extract(org.omg.CORBA.Any a)
           
static FsmBehaviorProfile FsmBehaviorProfileHelper.extract(org.omg.CORBA.Any a)
           
static FsmBehaviorProfile[] FsmBehaviorProfileListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static FsmBehaviorProfile FsmBehaviorProfileHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

FsmBehaviorProfile 型のパラメータを持つ RTC のメソッド
static void FsmBehaviorProfileHelper.insert(org.omg.CORBA.Any a, FsmBehaviorProfile that)
           
static void FsmBehaviorProfileListHelper.insert(org.omg.CORBA.Any a, FsmBehaviorProfile[] that)
           
static void FsmBehaviorProfileHelper.write(org.omg.CORBA.portable.OutputStream ostream, FsmBehaviorProfile value)
           
static void FsmBehaviorProfileListHelper.write(org.omg.CORBA.portable.OutputStream ostream, FsmBehaviorProfile[] value)
           
 

FsmBehaviorProfile 型のパラメータを持つ RTC のコンストラクタ
FsmBehaviorProfileHolder(FsmBehaviorProfile initialValue)
           
FsmBehaviorProfileListHolder(FsmBehaviorProfile[] initialValue)
           
FsmProfile(FsmBehaviorProfile[] _behavior_profiles)