structurizr-python
structurizr-python copied to clipboard
Add `add_default_elements()` method to view classes
Checklist
- [X] There are no similar issues or pull requests for this yet.
Is your feature related to a problem? Please describe it.
In keeping with the Java implementation, each static view type should have an addDefaultElements() method which adds in the default elements for that view type - e.g. for container views this would add all the containers in the system and their nearest neighbours (see ContainerView.java for an example).
Describe the solution you would like.
Abstract method in StaticView, implemented in each of the derived types.