Refine::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 ...

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
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
Related snippets
Related snippets (backlinks)
Visit also
Visit also (backlinks)