Класс: slreq. Ссылка
Пакет: slreq
Обновите требования, на которые ссылаются, из внешнего документа требований
result = updateFromDocument(topRef)
обновления все требования, на которые ссылаются, под узлом Импорта result
= updateFromDocument(topRef
)topRef
.
% Load a requirement set file rs = slreq.load('C:\MATLAB\My_Requirement_Set_1.slreqx'); % Find all referenced requirements in the requirement set allRefs = find(rs, 'Type', 'Reference') allRefs = 1×46 Reference array with properties: Id CustomId Artifact ArtifactId Domain UpdatedOn CreatedOn CreatedBy ModifiedBy IsLocked Summary Description Rationale Keywords Type SID FileRevision ModifiedOn Dirty Comments % Update all child referenced requirements of the top Import node result = updateFromDocument(allRefs(1)) result = 'Update completed. Refer to Comments on Import1.'