Uses of Class
edu.university.ecs.lab.detection.antipatterns.models.ServiceChain
Package
Description
Provides services for detecting and analyzing various anti-patterns in microservices architecture.
-
Uses of ServiceChain in edu.university.ecs.lab.detection.antipatterns.services
Modifier and TypeMethodDescriptionServiceChainMethodLevelService.getServiceChains
(MethodDependencyGraph graph) Retrieves all service chains from the given network graph.ServiceChainMSLevelService.getServiceChains
(ServiceDependencyGraph graph) Retrieves all service chains from the given network graph.