You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 {
}
}
}
}
The text was updated successfully, but these errors were encountered:
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...
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?
The text was updated successfully, but these errors were encountered: