add
Class: slreq.Justification
Package: slreq
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
slreq.ReqSet.add
. To add a requirement as a child of another requirement, useslreq.Requirement.add
. To add a referenced requirement as a child of another referenced requirement, useslreq.Requirement.add
.
Version History
Introduced in R2018b
See Also
slreq.Justification
| slreq.ReqSet.add
| slreq.Requirement.add
| slreq.Requirement.add
| children
| remove