Uses of Class
edu.university.ecs.lab.delta.models.SystemChange
Package
Description
This package provides services for extracting and processing delta changes between
commits in a repository.
Provides services for detecting architectural rules within microservice systems.
This package provides services for merging intermediate representations (IR) with delta changes.
-
Uses of SystemChange in edu.university.ecs.lab.delta.services
Modifier and TypeFieldDescriptionprivate SystemChange
DeltaExtractionService.systemChange
System change object that will be returned -
Uses of SystemChange in edu.university.ecs.lab.detection.architecture.services
ModifierConstructorDescriptionARDetectionService
(SystemChange oldSystem, MicroserviceSystem microserviceSystemOld, MicroserviceSystem microserviceSystemNew) Construct with System objects -
Uses of SystemChange in edu.university.ecs.lab.intermediate.merge.services