Skip to content
Discussion options

You must be logged in to vote

Is it possible to collapse group elements?

It's not.

What are I am doing wrong when trying to include the group AAA?

You need to give the group an identifier in order to use it with an include statement; for example:

workspace {
    
    model {
        AAA = group "AAA" {
            a = softwareSystem "A"
            b = softwareSystem "B"
        
            a -> b
        }
    }

    views {
       systemLandscape {
           include AAA
    
           autolayout lr
       }
    }
    
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 0xBradock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants