Uses of Class
edu.university.ecs.lab.detection.architecture.models.AbstractAR
Packages that use AbstractAR
Package
Description
Provides classes and related services for detecting trends and information in a microservice system.
Provides classes and enums for representing architectural rules within the microservice system.
Provides services for detecting architectural rules within microservice systems.
-
Uses of AbstractAR in edu.university.ecs.lab.detection
Method parameters in edu.university.ecs.lab.detection with type arguments of type AbstractARModifier and TypeMethodDescriptionstatic com.google.gson.JsonArrayDetectionService.toJsonArray(List<List<AbstractAR>> archRulesList) Create JSON array from list of architectural rule objectsprivate voidDetectionService.updateRules(int rowIndex, List<AbstractAR> currARs) Update counts of architectural rule violations in excel -
Uses of AbstractAR in edu.university.ecs.lab.detection.architecture.models
Subclasses of AbstractAR in edu.university.ecs.lab.detection.architecture.modelsModifier and TypeClassDescriptionclassArchitectural Rule 1 Class: Floating call due to endpoint removal (internal)classArchitectural Rule 20 Class: Hublike ServiceclassArchitectural Rule 21 Class: Wrongcuts ServiceclassArchitectural Rule 22 Class: Inconsistent Entity ModificationclassArchitectureal Rule 23 Class: No API Gateway FoundclassArchitectural Rule 24 Class: No Health Checks FoundclassArchitectural Rule 3 Class: Floating call due to invalid call creationclassArchitectural Rule 4 Class: Floating endpointclassArchitectural Rule 6 Class: Affected endpoint due to business logic updateclassArchitectural Rule 7 Class: Affected endpoint due to data access logic update -
Uses of AbstractAR in edu.university.ecs.lab.detection.architecture.services
Methods in edu.university.ecs.lab.detection.architecture.services that return types with arguments of type AbstractARModifier and TypeMethodDescriptionARDetectionService.scanDeltaUC()Scans delta use cases for architectural rule violationsARDetectionService.scanSystemUC()Scans ALL use cases in new system commit for architectural rule violationsARDetectionService.scanUseCases()Scans all use cases for architectural rule violations