Trace::getTracedFrom (in ref : NamedElement) : AbstractRequirement [0..*] The query getTracedFrom() gives all the requirements that are clients ("from" end of the concrete syntax) of a «Trace» relationship whose supplier is the element in parameter ...

Icon class
icon_class
fas fa-quote-left
icon_class_computed
fas fa-quote-left
Related content
Source
Snippet kind
UML keywords
SysML keywords
Full quote
getTracedFrom (in ref : NamedElement) : AbstractRequirement [0..*]

The query getTracedFrom() gives all the requirements that are clients ("from" end of the concrete syntax) of a «Trace» relationship whose supplier is the element in parameter. This is a static query.

bodyCondition: AbstractRequirement.allInstances()->select(tracedTo->includes(ref))
Next snippet
Related snippets
Related snippets (backlinks)
Visit also
Visit also (backlinks)