children

Класс: slreq.Justification
Пакет: slreq

Найдите дочерние выравнивания

Синтаксис

childJusts = children(jt)

Описание

childJusts = children(jt) возвращает дочерние выравнивания childJusts из slreq.Justification объект jt.

Входные параметры

развернуть все

Выравнивание в виде slreq.Justification объект.

Выходные аргументы

развернуть все

Дочерние выравнивания, принадлежащие выравниванию jt, возвращенный как slreq.Justification объекты.

Примеры

Найдите дочерние выравнивания

% Load a requirement set file and find justification objects
rs = slreq.load('C:\MATLAB\My_Requirements_Set_1.slreqx');
allJusts = find(rs, 'Type', 'Justification')

allJusts = 

  1×20 Justification array with properties:

    Id
    Summary
    Description
    Keywords
    Rationale
    CreatedOn
    CreatedBy
    ModifiedBy
    SID
    FileRevision
    ModifiedOn
    Dirty
    Comments

jt1 = allJusts(1);

% Find the children of jt1
childJusts = children(jt1)

childJusts = 

   1×10 Justification array with properties:

    Id
    Summary
    Description
    Keywords
    Rationale
    CreatedOn
    CreatedBy
    ModifiedBy
    SID
    FileRevision
    ModifiedOn
    Dirty
    Comments

Смотрите также

|

Введенный в R2018b
Для просмотра документации необходимо авторизоваться на сайте