Uses of Class
edu.university.ecs.lab.detection.antipatterns.models.CyclicDependency
Package
Description
Provides services for detecting and analyzing various anti-patterns in microservices architecture.
-
Uses of CyclicDependency in edu.university.ecs.lab.detection.antipatterns.services
Modifier and TypeMethodDescriptionCyclicDependencyMethodLevelService.findCyclicDependencies
(MethodDependencyGraph graph) Finds all cyclic dependencies in the given network graph.CyclicDependencyMSLevelService.findCyclicDependencies
(ServiceDependencyGraph graph) Finds all cyclic dependencies in the given network graph.