Uses of Record Class
dev.archunitjava.projection.StronglyConnectedComponent
Packages that use StronglyConnectedComponent
-
Uses of StronglyConnectedComponent in dev.archunitjava.projection
Classes in dev.archunitjava.projection that implement interfaces with type arguments of type StronglyConnectedComponentModifier and TypeClassDescriptionfinal recordOne deterministic maximal set of mutually reachable graph nodes.Methods in dev.archunitjava.projection that return types with arguments of type StronglyConnectedComponentModifier and TypeMethodDescriptionCycleAnalysisResult.components()Returns the value of thecomponentsrecord component.CycleAnalysisResult.cyclicComponents()static List<StronglyConnectedComponent> CycleAlgorithms.stronglyConnectedComponents(DependencyGraph graph) Methods in dev.archunitjava.projection with parameters of type StronglyConnectedComponentModifier and TypeMethodDescriptionintStronglyConnectedComponent.compareTo(StronglyConnectedComponent other) Constructor parameters in dev.archunitjava.projection with type arguments of type StronglyConnectedComponentModifierConstructorDescriptionCycleAnalysisResult(List<StronglyConnectedComponent> components, List<ElementaryCycle> cycles, boolean enumerationPerformed, boolean enumerationTruncated, long traversedEdges) Creates an instance of aCycleAnalysisResultrecord class.