Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archimate Layers #40

Open
work-flower opened this issue Oct 24, 2023 · 3 comments
Open

Archimate Layers #40

work-flower opened this issue Oct 24, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@work-flower
Copy link

work-flower commented Oct 24, 2023

Why can't we build something that we can define the layers like in the attached image and place the objects in them?
Maybe we can use some syntax like below?

archimate {
    business "Business" as bs {
      passive {
      
      }
      behavior {
      
      }
      active {
      
      }
    }
    application "Application" as app {
      passive {
      
      }
      behavior {
      
      }
      active {
      
      }
    }
    technology "Technology" as tech {
        passive {
        
        }
        behavior {
        
        }
        active {
        
        }
      }
      physical "Physical" as phys {
        passive {
        
        }
        behavior {
        
        }
        active {
        
        }
      }
    }

}

fig-ArchiMate-Core-Framework

@ebbypeter
Copy link
Member

ebbypeter commented Jul 4, 2024

@work-flower Would you happen to have an example of how this structure will be used in a scenario?

@Potherca
Copy link
Member

My 2 cents: I don't think it will prove realistic to implement this in the Archimate-PlantUML package, since PlantUML does not have any diagrams that support both horizontal and vertical (overlapping) boxes.

Unless PlantUML adds a new kind of diagram that supports this, or this feature is built in another tool/language, I don't see it happening...

@ebbypeter ebbypeter added the enhancement New feature or request label Sep 25, 2024
@ebbypeter
Copy link
Member

I did some research, and Archimate or PlantUML do not support such a diagram format. We will mark it as an enhancement request and park it for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

3 participants