destination
Class: slreq.Link
Package: slreq
Get link destination
Input Arguments
myLink
— Link object
slreq.Link
object
Link, specified as an slreq.Link
object.
Output Arguments
dest
— Link destination
struct
Link destination, returned as a MATLAB® structure that contains these fields:
domain
artifact
id
summary
reqSet
sid
Examples
Get a Link Destination
This example shows how to get a link destination from a link object.
Open the Requirements Definition for a Cruise Control Model project. Load the crs_req
requirement set, which also loads the crs_req
link set.
slreqCCProjectStart;
slreq.load("crs_req");
Find the crs_req
link set.
myLinkSet = slreq.find(Type="LinkSet",Name="crs_req");
Get the links from the link set.
myLinks = getLinks(myLinkSet)
myLinks=1×12 object
1x12 Link array with properties:
Type
Description
Keywords
Rationale
CreatedOn
CreatedBy
ModifiedOn
ModifiedBy
Revision
SID
Comments
Get the link destination structure for one of the links.
dest = destination(myLinks(1))
dest = struct with fields:
domain: 'linktype_rmi_slreq'
artifact: '/tmp/Bdoc22a_1891349_99509/bml.batserve.147285/MATLAB/Projects/examples/CruiseRequirementsExample4/documents/crs_req_func_spec.slreqx'
id: '#9'
summary: 'Enable Switch Detection'
reqSet: 'crs_req_func_spec.slreqx'
sid: 9
embeddedReq: 0
Convert the link destination structure to an object.
destObj = slreq.structToObj(dest)
destObj = Requirement with properties: Type: 'Functional' Id: '#9' Summary: 'Enable Switch Detection' Description: '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">...' Keywords: {} Rationale: '' CreatedOn: 27-Feb-2017 10:15:38 CreatedBy: 'itoy' ModifiedBy: 'asriram' IndexEnabled: 1 IndexNumber: [] SID: 9 FileRevision: 55 ModifiedOn: 03-Aug-2017 14:39:35 Dirty: 0 Comments: [0x0 struct] Index: '1.6'
Cleanup
Clear the open requirement sets and link sets. Close the current project.
slreq.clear; slproject.closeCurrentProject();
Tips
You can use
slreq.structToObj
to convert the link destination structure to an object.
Version History
See Also
source
| slreq.Link
| linkSet
Abrir ejemplo
Tiene una versión modificada de este ejemplo. ¿Desea abrir este ejemplo con sus modificaciones?
Comando de MATLAB
Ha hecho clic en un enlace que corresponde a este comando de MATLAB:
Ejecute el comando introduciéndolo en la ventana de comandos de MATLAB. Los navegadores web no admiten comandos de MATLAB.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- 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)