File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ and [!relationships](/dsl/language#relationships) keywords to perform bulk opera
30
30
- ` element.technology==<technology> ` : all elements with the specified technology
31
31
- ` element.technology!=<technology> ` : all elements without the specified technology
32
32
- ` element.properties[name]==value ` : all elements that have the specified property with the specified value
33
- - ` element==-><identifier> ` : the specified element plus afferent couplings
34
- - ` element==<identifier>-> ` : the specified element plus efferent couplings
35
- - ` element==-><identifier>-> ` : the specified element plus afferent and efferent couplings
33
+ - ` element==-><identifier> ` : the specified element (or group) plus afferent couplings
34
+ - ` element==<identifier>-> ` : the specified element (or group) plus efferent couplings
35
+ - ` element==-><identifier>-> ` : the specified element (or group) plus afferent and efferent couplings
36
36
37
37
## Relationship expressions
38
38
You can’t perform that action at this time.
0 commit comments