クラス
jp.go.aist.dmrc.platform.base.builder.PFEventInformation の使用

PFEventInformation を使用しているパッケージ
jp.go.aist.dmrc.platform.base.builder アプリケーションビルダー機能に関連するクラスを提供します。 
jp.go.aist.dmrc.platform.base.xml プラットフォームのXML入出力機能に関連するクラスを提供します。 
 

jp.go.aist.dmrc.platform.base.builder での PFEventInformation の使用
 

PFEventInformation を返す jp.go.aist.dmrc.platform.base.builder のメソッド
 PFEventInformation PFComponentInformation.getEventInformation(int index)
          イベント情報を取得する。
 

PFEventInformation 型のパラメータを持つ jp.go.aist.dmrc.platform.base.builder のメソッド
 void PFComponentInformation.addEventInformation(PFEventInformation event)
          イベント情報を追加する。
 void PFComponentInformation.addEventInformation(PFEventInformation event, int index)
          イベント情報を追加する。
 void PFComponentInformation.removeEventInformation(PFEventInformation event)
          イベント情報を削除する。
 

jp.go.aist.dmrc.platform.base.xml での PFEventInformation の使用
 

PFEventInformation を返す jp.go.aist.dmrc.platform.base.xml のメソッド
 PFEventInformation[] PFXMLLoader.getEventInformations(java.lang.String name)
          コンポーネント情報ファイルからイベント番号情報を読み込む。