クラス
jp.go.aist.rtm.RTC.util.Properties の使用

Properties を使用しているパッケージ
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.port.publisher   
jp.go.aist.rtm.RTC.util   
 

jp.go.aist.rtm.RTC での Properties の使用
 

Properties を返す jp.go.aist.rtm.RTC のメソッド
 Properties ConfigAdmin.getActiveConfigurationSet()
          現在アクティブなコンフィギュレーションセットを取得します。
 Properties Manager.getConfig()
          マネージャのコンフィギュレーションを取得します。
 Properties ConfigAdmin.getConfigurationSet(java.lang.String config_id)
          指定したIDのコンフィギュレーションセットを取得します。
 Properties RTObject_impl.getProperties()
          [local interface] RTC のプロパティを取得します。
 Properties FactoryBase.profile()
          コンポーネントのプロファイルを取得します。
 

Properties 型の引数を持つ型を返す jp.go.aist.rtm.RTC のメソッド
 java.util.Vector<Properties> ConfigAdmin.getConfigurationSets()
          設定されている全コンフィギュレーションセットを取得します。
 

Properties 型のパラメータを持つ jp.go.aist.rtm.RTC のメソッド
 boolean ConfigAdmin.addConfigurationSet(Properties configset)
          コンフィギュレーションセットに設定値を追加します。
 void ManagerConfig.configure(Properties properties)
          コンフィグレーション情報をPropertiesオブジェクトの形式で取得します。
 boolean Manager.registerFactory(Properties profile, RtcNewFunc new_func, RtcDeleteFunc delete_func)
          RTコンポーネントファクトリを登録します。
 boolean ConfigAdmin.setConfigurationSetValues(java.lang.String config_id, Properties config_set)
          指定したコンフィギュレーションセットに設定値をマージします。
 void RTObject_impl.setProperties(Properties prop)
          [local interface] RTC のプロパティを設定します。
 

Properties 型のパラメータを持つ jp.go.aist.rtm.RTC のコンストラクタ
ConfigAdmin(Properties configsets)
          コンストラクタです。
FactoryBase(Properties profile)
          コンストラクタです。
FactoryJava(Properties profile, RtcNewFunc newFunc, RtcDeleteFunc deleteFunc)
          コンストラクタです。
FactoryJava(Properties profile, RtcNewFunc newFunc, RtcDeleteFunc deleteFunc, NumberingPolicy policy)
          コンストラクタです。
ModuleManager(Properties properties)
          コンストラクタです。
 

jp.go.aist.rtm.RTC.port.publisher での Properties の使用
 

Properties 型のパラメータを持つ jp.go.aist.rtm.RTC.port.publisher のメソッド
 PublisherBase PublisherFactory.create(InPortConsumer consumer, Properties property)
          Publisherオブジェクトを生成します。
 

Properties 型のパラメータを持つ jp.go.aist.rtm.RTC.port.publisher のコンストラクタ
PublisherFlush(InPortConsumer consumer, Properties property)
          コンストラクタです。
PublisherNew(InPortConsumer consumer, Properties property)
          コンストラクタです。
PublisherPeriodic(InPortConsumer consumer, Properties property)
          コンストラクタです。
 

jp.go.aist.rtm.RTC.util での Properties の使用
 

Properties を返す jp.go.aist.rtm.RTC.util のメソッド
 Properties Properties.getNode(java.lang.String key)
          指定されたキーに対応する値を直接保持しているPropertiesオブジェクトを取得します。
 Properties Properties.getRoot()
          当該Propertiesオブジェクトの親ノードを取得します。
 Properties Properties.hasKey(java.lang.String key)
          当該Propertiesオブジェクトの直接の子ノード(つまり、孫ノード以下は含まない)の中に、 指定されたキーを持つものが存在するかどうか調べます。
 Properties Properties.removeNode(java.lang.String name)
          指定されたキーの子ノードPropertiesオブジェクトを、 当該Propertiesオブジェクトから切り離します。
static Properties NVUtil.toProperties(NVListHolder nvlist)
          指定されたNVListHolderに保持されているNameValueオブジェクトリストの内容をもとに、 Propertiesオブジェクトを作成します。
 

Properties 型の引数を持つ型を返す jp.go.aist.rtm.RTC.util のメソッド
 java.util.Vector<Properties> Properties.getLeaf()
          当該Propertiesオブジェクトの子ノード群を取得します。
 

Properties 型のパラメータを持つ jp.go.aist.rtm.RTC.util のメソッド
static void NVUtil.copyFromProperties(NVListHolder nvlist, Properties prop)
          指定されたPropertiesを用いてNameValueオブジェクトリストを作成し、 それを指定されたNVListHolder内にコピーします。
static void NVUtil.copyToProperties(Properties prop, NVListHolder nvlist)
          指定されたNVListHolderに保持されているNameValueオブジェクトリストの内容を、 指定されたPropertiesオブジェクトにコピーします。
 void Properties.merge(Properties prop)
          指定されたPropertiesオブジェクト内のプロパティセットを、当該Properties オブジェクト内にマージします。
 void Properties.substitute(Properties prop)
          指定されたPropertiesオブジェクトの内容を、当該Propertiesオブジェクトに設定します。
 

Properties 型のパラメータを持つ jp.go.aist.rtm.RTC.util のコンストラクタ
Properties(Properties prop)
          コピーコンストラクタです。