slreq.Justification Class
Namespace: slreq
Requirement justifications
Description
Use slreq.Justification
objects to work with requirements that you
exclude from the implementation and verification status metrics roll-up for your requirements
sets. Justify a requirement by creating an outgoing link from the
slreq.Justification
object to the requirement and setting the link type
to Implement or Verify.
Creation
finds and returns an jst
= slreq.find(rs,"Type","Justification","PropertyName"
,PropertyValue
)slreq.Justification
object jst
in
the requirement set rs
with additional properties specified by
PropertyName
and PropertyValue
.
adds a child justification jst
= add(jt,"PropertyName"
,PropertyValue
)jst
to the parent justification
jt
with additional properties specified by
PropertyName
and PropertyValue
.
Input Arguments
Output Arguments
Properties
Methods
add | Add child justification |
addComment | Add comments to justifications |
children | Find children justifications |
copy | Copy and paste justification |
demote | Demote justifications |
find | Find children of parent justification |
getAttribute | Get justification attributes |
isFilteredIn | Check filtered justifications |
isHierarchical | Check if justification is hierarchical |
move | Move justification in hierarchy |
moveDown | Move justification down in hierarchy |
moveUp | Move justification up in hierarchy |
outLinks | Get outgoing links for justifications |
parent | Find parent item of justification |
promote | Promote justifications |
remove | Remove justification items |
reqSet | Return parent requirement set |
setAttribute | Set justification attributes |
setHierarchical | Change hierarchical justification status |
Examples
Version History
Introduced in R2018b