add
Class: slreq.Justification
Namespace: slreq
Add child justification
Syntax
childJustification = add(jt)
childJustification = add(jt,PropertyName,PropertyValue,...,PropertyNameN,PropertyValueN)
Description
childJustification = add(jt)jt.
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 - addmethod of- slreq.ReqSet. To add a requirement as a child of another requirement, use the- addmethod of- slreq.Requirement. To add a referenced requirement as a child of another referenced requirement, use the- addmethod of- slreq.Reference.
Version History
Introduced in R2018b