slreq.Requirement クラス
名前空間: slreq
要件オブジェクトでの作業
説明
slreq.Requirement のインスタンスは、Requirements Toolbox™ 内でのみ管理される要件オブジェクトであり、外部アプリケーションが管理するアーティファクトと永続的に関連付けられません。要件オブジェクトは、要件セット内でのみ存在できます。
作成
は、req = find(rs, 'PropertyName', PropertyValue)PropertyName と PropertyValue で指定された追加の要件プロパティを使用して、要件セット rs の要件 req を検索して返します。
は、req = add(rs, 'PropertyName', PropertyValue)PropertyName と PropertyValue で指定された追加の要件プロパティを使用して、要件 req を要件セット rs に追加します。
入力引数
出力引数
プロパティ
メソッド
| add | 子要件の追加 |
| addComment | 要件へのコメントの追加 |
| children | 要件の子要件の検索 |
| copy | 要件のコピーと貼り付け |
| demote | 要件を降格する |
| find | Find children of parent requirements |
| getAttribute | 要件プロパティ値を取得する |
| getDescriptionAsText | Get requirement description as plain text |
| getImplementationStatus | Query requirement implementation status summary |
| getRationaleAsText | Get requirement rationale as plain text |
| getVerificationStatus | Query requirement verification status summary |
| inLinks | Get incoming links for requirements |
| isFilteredIn | Check filtered requirements |
| isJustifiedFor | Check if requirement is justified |
| justifyImplementation | Justify requirements for implementation |
| justifyVerification | Justify requirements for verification |
| move | Move requirement in hierarchy |
| moveDown | Move requirement down in hierarchy |
| moveUp | Move requirement up in hierarchy |
| outLinks | Get outgoing links for requirements |
| parent | 要件の親項目の検索 |
| promote | Promote requirements |
| remove | Remove requirement from requirement set |
| reqSet | 親要件セットを返す |
| setAttribute | 要件プロパティ値を設定する |
例
バージョン履歴
R2018a で導入