Class DependencyGraph.Builder
java.lang.Object
dev.archunitjava.graph.DependencyGraph.Builder
- Enclosing class:
DependencyGraph
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDependency(StableId origin, StableId target, DependencyKind kind, DependencyEvidence evidence) build()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
addNode
-
addDependency
public DependencyGraph.Builder addDependency(StableId origin, StableId target, DependencyKind kind, DependencyEvidence evidence) -
build
-