slreq.Justification クラス
名前空間: slreq
要件の正当化
説明
slreq.Justification
オブジェクトは、要件セットの実装ステータスと検証ステータスのメトリクスのロールアップから除外する要件を操作するために使用します。slreq.Justification
オブジェクトから要件への外向きリンクを作成し、リンク タイプを [実装] または [検証] に設定して要件を正当化します。
作成
は、jst
= slreq.find(rs, 'Type', 'Justification', 'PropertyName'
, PropertyValue
)PropertyName
と PropertyValue
で指定された追加のプロパティを使用して、要件セット rs
の slreq.Justification
オブジェクト jst
を検索して返します。
は、jst
= add(jt, 'PropertyName'
, PropertyValue
)PropertyName
と PropertyValue
で指定された追加のプロパティを使用して、親正当化 jt
に子正当化 jst
を追加します。
入力引数
出力引数
プロパティ
メソッド
add | 子正当化の追加 |
addComment | Add comments to justifications |
children | 子正当化の検索 |
copy | 正当化のコピーと貼り付け |
demote | Demote justifications |
find | Find children of parent justification |
getAttribute | 正当化の属性の取得 |
isFilteredIn | Check filtered justifications |
isHierarchical | 正当化が階層構造かどうかをチェックする |
move | Move justification in hierarchy |
moveDown | Move justification down in hierarchy |
moveUp | Move justification up in hierarchy |
outLinks | Get outgoing links for justifications |
parent | 正当化の親項目の検索 |
promote | 正当化の昇格 |
remove | Remove justification items |
reqSet | Return parent requirement set |
setAttribute | 正当化の属性の設定 |
setHierarchical | Change hierarchical justification status |
例
バージョン履歴
R2018b で導入