Related content
Previous snippet
getRefines (in ref : NamedElement) : AbstractRequirement [0..*]
The query getRefines() gives all the requirements that are suppliers ("to"end of the concrete syntax) of a «Refine» relationships whose client is the element in parameter. This is a static query.
bodyCondition: Refine.allInstances()->select(base_Abstraction.client=ref).base_Abstraction.supplier
Next snippet
Typo:'"to"end' needs a space