Класс: slreq.Justification
Пакет: slreq
Удалите элементы выравнивания
count = remove(jt, 'PropertyName', PropertyValue)
удаляет дочерние элементы выравнивания, принадлежащие родительскому выравниванию count = remove(jt, 'PropertyName', PropertyValue)jt с дополнительными свойствами, заданными PropertyName и PropertyValue. Возвращает количество элементов, удаленных как count.
Загрузите файл набора требования.
rs = slreq.load('C:\MATLAB\My_Requirements_Set_1.slreqx');myJustifications = find(rs, 'Type', 'Justification')
myJustifications =
1×10 Justification array with properties:
Id
Summary
Description
Keywords
Rationale
CreatedOn
CreatedBy
ModifiedBy
SID
FileRevision
ModifiedOn
Dirty
Commentscount = remove(myJustifications(1), 'CreatedBy', 'Jane Doe')
count = 1