Класс: slreq. Оправдание
Пакет: slreq
Получите атрибуты обоснования
val = getAttribute(jt, propertyName)
получает свойство обоснования val
= getAttribute(jt
, propertyName
)propertyName
обоснования jt
.
% Load a requirement set file and get the handle to one justification rs = slreq.load('C:\MATLAB\My_Requirements_Set_1.slreqx'); jt1 = find(rs, 'Type', 'Justification', 'ID', 'J3.5'); % Get the Summary of jt1 summaryJt1 = getAttribute(jt1, 'Summary') summaryJt1 = 'Requirement Justification'