パッケージ | 説明 |
---|---|
jp.go.aist.rtm.RTC.port |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
InPortBase.getConnectorProfileById(java.lang.String id,
ConnectorBase.ConnectorInfoHolder prof)
ConnectorProfileをIDで取得
現在所有しているコネクタをIDで取得する。
|
boolean |
OutPortBase.getConnectorProfileById(java.lang.String id,
ConnectorBase.ConnectorInfoHolder profh)
ConnectorProfileをnameで取得
現在所有しているコネクタをIDで取得する。
|
boolean |
InPortBase.getConnectorProfileByName(java.lang.String name,
ConnectorBase.ConnectorInfoHolder prof)
ConnectorProfileを名前で取得
現在所有しているコネクタを名前で取得する。
|
boolean |
OutPortBase.getConnectorProfileByName(java.lang.String name,
ConnectorBase.ConnectorInfoHolder profh)
ConnectorProfileを名前で取得
現在所有しているコネクタを名前で取得する。
|