Класс: slreq. Ссылка
Пакет: slreq
Запрос, на который ссылается сводка по статусу реализации требования
status = getImplementationStatus(ref)
status = getImplementationStatus(ref, 'self')
возвращает сводку состояния реализации для указанного требования status = getImplementationStatus(ref)ref и его дочерние ссылки.
возвращает сводку состояния реализации только для указанного требования status = getImplementationStatus(ref, 'self')ref.
% Get the implementation status summary of the referenced requirement ref % and its child references refImplStatus = getImplementationStatus(ref) refImplStatus = struct with fields: total: 35 implemented: 23 justified: 9 none: 3 % Get the implementation status summary of only the referenced requirement myRef myRefImplStatus = getImplementationStatus(myRef, 'self') myRefImplStatus = struct with fields: implemented: 0 justified: 0 none: 0