demote
Class: slreq.Justification
Namespace: slreq
Demote justifications
Syntax
demote(jt)
Description
demote(
demotes the
jt
)slreq.Justification
object jt
down one level in the
hierarchy.
Input Arguments
Justification, specified as an slreq.Justification
object.
Examples
% 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 % Demote the first child of jt1 demotedJustification = demote(childJusts(1)); % Find the parent of demotedJustification parentJustification = parent(demotedJustification) parentJustification = Justification with properties: Id: 'J1.1' Summary: 'Justifications' Description: '' Keywords: [0×0 char] Rationale: '' CreatedOn: 27-Feb-2014 10:15:38 CreatedBy: 'Jane Doe' ModifiedBy: 'John Doe' SID: 34 FileRevision: 21 ModifiedOn: 02-Aug-2017 13:49:40 Dirty: 1 Comments: [0×0 struct]
Version History
Introduced in R2018b
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Sélectionner un site web
Choisissez un site web pour accéder au contenu traduit dans votre langue (lorsqu'il est disponible) et voir les événements et les offres locales. D’après votre position, nous vous recommandons de sélectionner la région suivante : .
Vous pouvez également sélectionner un site web dans la liste suivante :
Comment optimiser les performances du site
Pour optimiser les performances du site, sélectionnez la région Chine (en chinois ou en anglais). Les sites de MathWorks pour les autres pays ne sont pas optimisés pour les visites provenant de votre région.
Amériques
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)