Uses of Class
edu.university.ecs.lab.detection.antipatterns.models.AbstractAntiPattern
Package
Description
Contains model classes representing various entities related to microservices and anti-pattern detection.
-
Uses of AbstractAntiPattern in edu.university.ecs.lab.detection.antipatterns.models
Modifier and TypeClassDescriptionclass
Represents a list of one cycle of Cyclic Dependency Anti-pattern detectedclass
Represents a collection of microservices identified as greedy.class
Represents a collection of microservices identified as hub-like.class
Represents the "No API-Gateway" anti-patternclass
Represents the "No Health Check" anti-patternclass
Represents a service chain, which is a sequence of services in a network graph.class
Represents a wobbly service interaction.class
Represents a cluster of wrongly interconnected services (Wrong Cuts) detected in a microservice network graph.