Related content
Previous snippet
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))