slreq.Link クラス
名前空間: slreq
トレース可能なリンク
説明
slreq.Link クラスのオブジェクトは、要件、設計、テストの間でトレース可能なリンクを作成するために使用します。項目間でトレース可能な関連付けを確立すると、Requirements Toolbox™ で slreq.Link オブジェクトが作成されます。
slreq.Link クラスは handle クラスです。
作成
slreq.Link オブジェクトの作成には関数 slreq.createLink を使用します。
プロパティ
メソッド
| addComment | リンクへのコメントの追加 |
| clearChangeIssues | Clear link change issue |
| destination | リンク先を取得 |
| getAttribute | Get link property values |
| getChangeInformation | Get link change information |
| getDestinationLabel | Get label that identifies link destination |
| getDestinationOpenCommand | Retrieve command that opens link destination |
| getDestinationURL | Retrieve URL that opens link destination |
| getIncomingTypeLabel | Get type label for incoming link |
| getOutgoingTypeLabel | Get type label for outgoing link |
| getReferenceInfo | Get unresolved link destination |
| getSourceLabel | Get label that identifies link source |
| getSourceOpenCommand | Retrieve command that opens link source |
| getSourceURL | Retrieve URL that opens link source |
| hasChangedDestination | Determine if link destination has changes |
| hasChangedSource | Determine if link source has changes |
| isFilteredIn | Check filtered links |
| isResolved | Check if the link is resolved |
| isResolvedDestination | Check if the link destination is resolved |
| isResolvedSource | Check if the link source is resolved |
| linkSet | リンクのリンク セットを取得 |
| remove | リンクの削除 |
| setAttribute | Set link property values |
| setDestination | 要件のリンク先の設定 |
| setSource | 要件のリンク元を設定 |
| source | リンク元を取得 |
例
バージョン履歴
R2018a で導入