public class StructurizrUtils
extends java.lang.Object
| Constructor and Description |
|---|
StructurizrUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addAllContainersAndInfluencers(com.structurizr.view.ContainerView containerView)
Adds all
Containers of the given ContainerView as well as all external influencers, that is all
persons and all other software systems with incoming or outgoing dependencies. |
static void |
addAllInfluencers(com.structurizr.view.ContainerView containerView)
Adds all
Containers of the given ContainerView as well as all external influencers, that is all
persons and all other software systems with incoming or outgoing dependencies. |
public static void addAllInfluencers(com.structurizr.view.ContainerView containerView)
Adds all Containers of the given ContainerView as well as all external influencers, that is all
persons and all other software systems with incoming or outgoing dependencies.
Additionally, all relationships of external dependencies are omitted to keep the diagram clean
containerView - public static void addAllContainersAndInfluencers(com.structurizr.view.ContainerView containerView)
Adds all Containers of the given ContainerView as well as all external influencers, that is all
persons and all other software systems with incoming or outgoing dependencies.
Additionally, all relationships of external dependencies are omitted to keep the diagram clean
containerView -