find
Class: slreq.Justification
Namespace: slreq
Find children of parent justification
Syntax
childJusts = find(jt,'PropertyName1',PropertyValue1,...,'PropertyNameN',PropertyValueN)
Description
childJusts = find(jt,'PropertyName1',PropertyValue1,...,'PropertyNameN',PropertyValueN)childJusts of the parent
      justification jt that match the properties specified by
        PropertyName and PropertyValue.
Input Arguments
Output Arguments
Examples
Tips
- To search the loaded Requirements Toolbox objects, use the - slreq.findfunction.
- To search the children of a requirement, use the - findmethod of- slreq.Requirement
- To search the children of a requirements set, use the - findmethod of- slreq.ReqSet.
- To search the children of a link set, use the - findmethod of- slreq.LinkSet.
- To search the children of a reference, use the - findmethod of- slreq.Reference.
Version History
Introduced in R2018b