Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

wildcard * support for hierarchical identifiers #388

abalabchenkov started this conversation in Ideas
Discussion options

When I started to use DSL in practice, I realized that is not conivniet to exculde or include relationships, when the model is detailed down to components and hirechical identifiers are enabled. We have only two options: "*" (all) wildcrad (which is too many for a focused user story view) or enumerate every relationship, which is might be quite a lot too. My expectation was that with hirerarchical identifiers I could exclude or include relathipnships with * on container or component level too, like this:

exclude "sysA.contaierA.* -> sysB.*" "sysA.containerB.componentA.* -> sysC.containerA"

This functionality is missing. The possible workaround would be a system of tags with a crafted naming convention or properties and using of expressions, but this is additional thing to care about, maintain and follow.

You must be logged in to vote

Replies: 1 comment 1 reply

Comment options

Have you tried something like:

exclude "element.parent==sysA.contaierA -> element.parent==sysB"
You must be logged in to vote
1 reply
Comment options

I have not thought about this option, so far it works pretty well for me. Thank you for the hint, @simonbrowndotje.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /