クラス
RTC.PortProfile の使用

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

jp.go.aist.rtm.RTC.port での PortProfile の使用
 

PortProfile を返す jp.go.aist.rtm.RTC.port のメソッド
 PortProfile PortBase.get_port_profile()
          PortProfileを取得します。
 PortProfile PortBase.getProfile()
          当該ポートが保持しているPortProfileオブジェクトを取得します。
 

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

PortProfile を返す jp.go.aist.rtm.RTC.util のメソッド
static PortProfile PortProfileFactory.clone(PortProfile rhs)
           
static PortProfile PortProfileFactory.create()
           
 

PortProfile 型のパラメータを持つ jp.go.aist.rtm.RTC.util のメソッド
static PortProfile PortProfileFactory.clone(PortProfile rhs)
           
 

RTC での PortProfile の使用
 

PortProfile として宣言されている RTC のフィールド
 PortProfile[] ComponentProfile.port_profiles
           
 PortProfile[] PortProfileListHolder.value
           
 PortProfile PortProfileHolder.value
           
 

PortProfile を返す RTC のメソッド
static PortProfile[] PortProfileListHelper.extract(org.omg.CORBA.Any a)
           
static PortProfile PortProfileHelper.extract(org.omg.CORBA.Any a)
           
 PortProfile _PortStub.get_port_profile()
           
 PortProfile PortOperations.get_port_profile()
           
static PortProfile[] PortProfileListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static PortProfile PortProfileHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

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

PortProfile 型のパラメータを持つ RTC のコンストラクタ
ComponentProfile(java.lang.String _instance_name, java.lang.String _type_name, java.lang.String _description, java.lang.String _version, java.lang.String _vendor, java.lang.String _category, PortProfile[] _port_profiles, RTObject _parent, NameValue[] _properties)
           
PortProfileHolder(PortProfile initialValue)
           
PortProfileListHolder(PortProfile[] initialValue)