Main Content

justifyImplementation

Class: slreq.Reference
Namespace: slreq

Justify referenced requirements for implementation

Syntax

implementationJustLink = justifyImplementation(ref, jt)

Description

implementationJustLink = justifyImplementation(ref, jt) justifies the referenced requirement ref for implementation by creating a link implementationJustLink from the justification jt to ref.

Input Arguments

expand all

Referenced requirement to justify for implementation, specified as an slreq.Reference object.

Justification object to justify ref for implementation, specified as an slreq.Justification object.

Output Arguments

expand all

Link to justification object jt of type Implement, returned as an slreq.Link object.

Examples

% Justify referenced requirement myRef for implementation 
% by using a justification object myJust

myImplJustification = justifyImplementation(myRef, myJust)

myImplJustification = 

  Link with properties:

           Type: 'Implement'
    Description: 'Cruise Control Mode (crs_req_func_spec#1)'
       Keywords: [0×0 char]
      Rationale: ''
      CreatedOn: 13-Jan-2017 13:45:12
      CreatedBy: 'John Doe'
     ModifiedOn: 24-Oct-2018 12:25:30
     ModifiedBy: 'Jane Doe'
       Revision: 6
       Comments: [0×0 struct]

Version History

Introduced in R2018b