インタフェース
RTC.DataFlowParticipant の使用

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

RTC での DataFlowParticipant の使用
 

RTC での DataFlowParticipant のサブインタフェース
 interface DataFlowComponent
          RTC/DataFlowComponent.java .
 interface DataFlowFiniteStateMachineComponent
          RTC/DataFlowFiniteStateMachineComponent.java .
 interface DataFlowFiniteStateMachineMultiModeComponent
          RTC/DataFlowFiniteStateMachineMultiModeComponent.java .
 interface DataFlowMultiModeComponent
          RTC/DataFlowMultiModeComponent.java .
 

DataFlowParticipant を実装している RTC のクラス
 class _DataFlowComponentStub
          RTC/_DataFlowComponentStub.java .
 class _DataFlowFiniteStateMachineComponentStub
          RTC/_DataFlowFiniteStateMachineComponentStub.java .
 class _DataFlowFiniteStateMachineMultiModeComponentStub
          RTC/_DataFlowFiniteStateMachineMultiModeComponentStub.java .
 class _DataFlowMultiModeComponentStub
          RTC/_DataFlowMultiModeComponentStub.java .
 class _DataFlowParticipantStub
          RTC/_DataFlowParticipantStub.java .
 

DataFlowParticipant として宣言されている RTC のフィールド
 DataFlowParticipant DataFlowParticipantHolder.value
           
 

DataFlowParticipant を返す RTC のメソッド
 DataFlowParticipant DataFlowParticipantPOA._this()
           
 DataFlowParticipant DataFlowParticipantPOA._this(org.omg.CORBA.ORB orb)
           
static DataFlowParticipant DataFlowParticipantHelper.extract(org.omg.CORBA.Any a)
           
static DataFlowParticipant DataFlowParticipantHelper.narrow(org.omg.CORBA.Object obj)
           
static DataFlowParticipant DataFlowParticipantHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static DataFlowParticipant DataFlowParticipantHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

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

DataFlowParticipant 型のパラメータを持つ RTC のコンストラクタ
DataFlowParticipantHolder(DataFlowParticipant initialValue)