-
Notifications
You must be signed in to change notification settings - Fork 174
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
Boundary.inBoundary does not render in the DFD #13
Comments
Hm. I hadn't thought of that one. Good catch, I'll look into it. |
What is the semantics of a boundary inside a boundary? Why can't that be represented by two separate boundaries, since these are basically exclusionary? Trying to think of what a boundary babushka would represent. |
The example I was doing was a Server with config, key and log files and a database. The server and database and in the datacenter/network boundary and the server and its files are a separate inner boundary. |
Good point. Let me think about it for a bit. |
Per the model I can defined a Boundary inside another Boundary. I expected all items in the childBoundary and the childBoundary to be visible within the parentBoundary. In this case a Server Boundary within a DataCenter Boundary.
Instead both Boundaries are completely separate.
The text was updated successfully, but these errors were encountered: