add
Class: slreq.Justification
Namespace: slreq
Add child justification
Syntax
childJustification = add(jt)
childJustification = add(jt,PropertyName,PropertyValue,...,PropertyNameN,PropertyValueN)
Description
adds a child justification to the justification object childJustification
= add(jt
)jt
.
adds a child justification with the additional properties specified by
childJustification
= add(jt
,PropertyName
,PropertyValue
,...,PropertyNameN,PropertyValueN)PropertyName
and PropertyValue
.
Input Arguments
Output Arguments
Examples
Tips
To add a top-level requirement to a requirement set, use the
add
method ofslreq.ReqSet
. To add a requirement as a child of another requirement, use theadd
method ofslreq.Requirement
. To add a referenced requirement as a child of another referenced requirement, use theadd
method ofslreq.Reference
.
Version History
Introduced in R2018b