Uses of Class
edu.university.ecs.lab.common.models.sdg.MethodDependencyGraph
Packages that use MethodDependencyGraph
Package
Description
Provides services for detecting and analyzing various anti-patterns in microservices architecture.
-
Uses of MethodDependencyGraph in edu.university.ecs.lab.detection.antipatterns.services
Fields in edu.university.ecs.lab.detection.antipatterns.services declared as MethodDependencyGraphModifier and TypeFieldDescriptionprivate MethodDependencyGraphCyclicDependencyMethodLevelService.graphprivate MethodDependencyGraphServiceChainMethodLevelService.graphMethods in edu.university.ecs.lab.detection.antipatterns.services with parameters of type MethodDependencyGraphModifier and TypeMethodDescriptionCyclicDependencyMethodLevelService.findCyclicDependencies(MethodDependencyGraph graph) Finds all cyclic dependencies in the given network graph.ServiceChainMethodLevelService.getServiceChains(MethodDependencyGraph graph) Retrieves all service chains from the given network graph.