Класс: slreq. Ссылка
Пакет: slreq
Поиск родительского элемента требования к ссылкам
parentObj = parent(ref)
возвращает родительский объект parentObj
= parent(ref
)parentObj
от slreq.Reference
req объекта
.
% Load a requirements set file and find referenced requirements rs = slreq.load('C:\MATLAB\My_Requirements_Set_1.slreqx'); refs = find(rs, 'Type', 'Reference') refs = 1×32 Reference array with properties: Keywords Artifact Id Summary Description SID Domain SynchronizedOn ModifiedOn % Find the parent of the first reference element parentRef1 = parent(refs(1)); parentRef1 = ReqSet with properties: Description: '' Name: 'My_Requirements_Set_1' Filename: 'C:\MATLAB\My_Requirements_Set_1.slreqx' Revision: 6 Dirty: 1 CustomAttributeNames: {}