クラス
RTC.PortInterfaceProfile の使用

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

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

PortInterfaceProfile 型のパラメータを持つ jp.go.aist.rtm.RTC.port のメソッド
 boolean PortBase.find_interface.equalof(PortInterfaceProfile prof)
          検索対象となるインタフェースか否かを判定します。
 

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

PortInterfaceProfile を返す jp.go.aist.rtm.RTC.util のメソッド
static PortInterfaceProfile PortInterfaceProfileFactory.clone(PortInterfaceProfile rhs)
          PortInterfaceProfileの複製を生成する。
static PortInterfaceProfile PortInterfaceProfileFactory.create()
          PortInterfaceProfileを生成する。
 

PortInterfaceProfile 型のパラメータを持つ jp.go.aist.rtm.RTC.util のメソッド
static PortInterfaceProfile PortInterfaceProfileFactory.clone(PortInterfaceProfile rhs)
          PortInterfaceProfileの複製を生成する。
static void CORBA_SeqUtil.push_back(PortInterfaceProfileListHolder seq, PortInterfaceProfile elem)
          シーケンスの末尾にPortInterfaceProfileオブジェクトを追加する。
 

RTC での PortInterfaceProfile の使用
 

PortInterfaceProfile として宣言されている RTC のフィールド
 PortInterfaceProfile[] PortProfile.interfaces
           
 PortInterfaceProfile[] PortInterfaceProfileListHolder.value
           
 PortInterfaceProfile PortInterfaceProfileHolder.value
           
 

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

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

PortInterfaceProfile 型のパラメータを持つ RTC のコンストラクタ
PortInterfaceProfileHolder(PortInterfaceProfile initialValue)
           
PortInterfaceProfileListHolder(PortInterfaceProfile[] initialValue)
           
PortProfile(java.lang.String _name, PortInterfaceProfile[] _interfaces, PortService _port_ref, ConnectorProfile[] _connector_profiles, RTObject _owner, NameValue[] _properties)