Uses of Class
edu.university.ecs.lab.detection.antipatterns.models.AbstractAntiPattern
Packages that use 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
Subclasses of AbstractAntiPattern in edu.university.ecs.lab.detection.antipatterns.modelsModifier and TypeClassDescriptionclassRepresents a list of one cycle of Cyclic Dependency Anti-pattern detectedclassRepresents a collection of microservices identified as greedy.classRepresents a collection of microservices identified as hub-like.classRepresents the "No API-Gateway" anti-patternclassRepresents the "No Health Check" anti-patternclassRepresents a service chain, which is a sequence of services in a network graph.classRepresents a wobbly service interaction.classRepresents a cluster of wrongly interconnected services (Wrong Cuts) detected in a microservice network graph.