setAttribute

Класс: slreq. Выравнивание
Пакет: slreq

Установите атрибуты выравнивания

Синтаксис

setAttribute(jt, propertyName, propertyValue)

Описание

setAttribute(jt, propertyName, propertyValue) устанавливает свойство выравнивания.

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

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

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

Имя свойства выравнивания.

Пример: 'SID', 'CreatedOn', 'Summary'

Значение свойства выравнивания.

Пример: 'Test Justification', 'J4.5.4'

Примеры

Установите атрибуты выравнивания

% 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', 'J2.1');

% Set the Summary of req1
setAttribute(jt1, 'Summary', 'Controller Requirement Justification');

jt1

jt1 = 

  Justification with properties:

              Id: 'J2.1'
         Summary: 'Controller Requirement Justification'
     Description: ''
        Keywords: [0×0 char]
       Rationale: ''
       CreatedOn: 27-Feb-2014 10:15:38
       CreatedBy: 'Jane Doe'       
      ModifiedBy: 'John Doe'
             SID: 37
    FileRevision: 25
      ModifiedOn: 02-Aug-2017 13:49:40
           Dirty: 1
        Comments: [0×0 struct]

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

Введенный в R2018b

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