Class CycleAlgorithms
java.lang.Object
dev.archunitjava.projection.CycleAlgorithms
Deterministic, graph-generic SCC and bounded elementary-cycle algorithms.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CycleAnalysisResultanalyze(DependencyGraph graph) static CycleAnalysisResultanalyze(DependencyGraph graph, CycleEnumerationOptions options) static List<StronglyConnectedComponent>
-
Method Details
-
analyze
-
stronglyConnectedComponents
-
analyze
-