Skip to content

DSL, CLI: A container/component view includes all elements, filter approach does not work as-is #245

Closed Answered by simonbrowndotje
mawid6 asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for the clarifications. Here's a modified example 3:

workspace {
    !identifiers hierarchical 

    model {
        s1 = softwareSystem "Software System 1" {
            c1 = container "Container 1"
            c2 = container "Container 2"
            c3 = container "Container 3"
            c4 = container "Container 4"
        }

        s2 = softwareSystem "Software System 2" {
            c1 = container "System 2 Container 1"
            c2 = container "System 2 Container 2"
            c3 = container "System 2 Container 3"
            c4 = container "System 2 Container 4"
        }

        s3 = softwareSystem "Software System 3" {
            c1 = container "System 3 Containe…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@mawid6
Comment options

@simonbrowndotje
Comment options

Answer selected by mawid6
@mawid6
Comment options

@quentinproust
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #244 on February 02, 2024 11:38.