Skip to content

Commit 3549449

Browse files
Identifiers can also be groups.
1 parent e5343c7 commit 3549449

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dsl/08-expressions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ and [!relationships](/dsl/language#relationships) keywords to perform bulk opera
3030
- `element.technology==<technology>`: all elements with the specified technology
3131
- `element.technology!=<technology>`: all elements without the specified technology
3232
- `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
3636

3737
## Relationship expressions
3838

0 commit comments

Comments
 (0)